Skip to content
Unstable

Console Output

Branch indexing
13:00:23 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from bb90518913a7b98811cac6fcac722d78c9a26a8d
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘jipp-centos-7-6gb-580f8’
Agent jipp-centos-7-6gb-bt337 is provisioned from template jipp-centos-7-6gb
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "1bc78345c997672b53341dcc68b4ec49099989e3"
    jenkins/label: "centos7-6gb"
  name: "jipp-centos-7-6gb-bt337"
  namespace: "viatra"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.viatra.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jipp-centos-7-6gb-bt337"
    - 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: "jipp-centos-7-6gb-bt337"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.viatra.svc.cluster.local/viatra/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "6144Mi"
      requests:
        cpu: "1000m"
        memory: "6144Mi"
    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-viatra"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on jipp-centos-7-6gb-bt337 in /home/jenkins/agent/workspace/VIATRA_PR-160
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-viatra/org.eclipse.viatra.git
 > git init /home/jenkins/agent/workspace/VIATRA_PR-160 # timeout=10
Fetching upstream changes from https://github.com/eclipse-viatra/org.eclipse.viatra.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-viatra/org.eclipse.viatra.git +refs/pull/160/head:refs/remotes/origin/PR-160 # timeout=10
Fetching without tags
 > git config remote.origin.url https://github.com/eclipse-viatra/org.eclipse.viatra.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/160/head:refs/remotes/origin/PR-160 # timeout=10
 > git config remote.origin.url https://github.com/eclipse-viatra/org.eclipse.viatra.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-viatra/org.eclipse.viatra.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-viatra/org.eclipse.viatra.git +refs/pull/160/head:refs/remotes/origin/PR-160 # timeout=10
Checking out Revision bb90518913a7b98811cac6fcac722d78c9a26a8d (PR-160)
Commit message: "#143 Suppressable validations (element in expression, neg recursion)"
First time build. Skipping changelog.
[Pipeline] }
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb90518913a7b98811cac6fcac722d78c9a26a8d # timeout=10
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Maven Bootstrap)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn -B -f releng/org.eclipse.viatra.parent.core/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/VIATRA_PR-160/.repository clean install
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/pom.xml
[INFO] Adding repository https://download.itemis.com/updates/releases/2.1.1
[INFO] Fetching content.jar from https://download.itemis.com/updates/releases/2.1.1/ (5.47kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ (72.29kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/ (9.77kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210
[INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching p2.index from https://download.eclipse.org/collections/10.2.0/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/collections/10.2.0/repository
[INFO] Fetching content.xml.xz from https://download.eclipse.org/collections/10.2.0/repository/ (6.68kB)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ (116.2kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/201906191000/ (142B)
[INFO] Adding repository https://download.eclipse.org/releases/2019-06/201906191000
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/pom.xml
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (2.77MB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20181102183712/repository/ (63B)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (141.47kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB)
[INFO] Fetching com.google.inject.multibindings_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (20.55kB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (9.5MB)
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (476.29kB)
[INFO] Fetching R-4.12-201906051800&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.12/ (63B)
[INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (454.46kB)
[INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (2.73MB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (299.1kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (33.71kB)
[INFO] Fetching org.eclipse.collections_10.2.0.v20200211-1558.jar.pack.gz from https://download.eclipse.org/collections/10.2.0/repository/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (52.18kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (53.95kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (872.98kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (41.7kB)
[INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.02kB)
[INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.79kB)
[INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/ (63B)
[INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB)
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (115.24kB)
[INFO] Fetching org.eclipse.jdt.core_3.18.0.v20190522-0428.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (6.65MB)
[INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (272.59kB)
[INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.68kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB)
[INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (485.5kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (84.18kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.5.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (61.62kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (8.46kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.5.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (19.49kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB)
[INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (208.05kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (418.96kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (12.52kB)
[INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (931.98kB)
[INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.12kB)
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/pom.xml
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (50.98kB)
[INFO] Fetching org.eclipse.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (234.82kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (268.44kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.matchers:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.matchers:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.matchers:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.localsearch:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.localsearch:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.localsearch:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete.recipes:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete.recipes:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete.recipes:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.snapshot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.snapshot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.snapshot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/pom.xml
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (13.03kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (14.52kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (258.72kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (82.7kB)
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (154.23kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (303.02kB)
[INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (361.71kB)
[INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (318.48kB)
[INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (964.19kB)
[INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.79kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (229.07kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (195.05kB)
[INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (123.14kB)
[INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.84kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (55.78kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (82.59kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.79kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.02kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.77kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (25.95kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.61kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.69kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.53kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.16kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (98kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.01kB)
[INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (358.07kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (64.06kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (79.2kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.84kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.97kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (112.57kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.82kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (85.89kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (49.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (94.18kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.25kB)
[INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (77.69kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB)
[INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB)
[INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,012.08kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.98kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (74.81kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (108.1kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.01kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.99kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.54kB)
[INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.98kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (181.37kB)
[INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (135.13kB)
[INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (126.2kB)
[INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (492.8kB)
[INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (216.52kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,006.66kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (96.17kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (285.21kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (31.32kB)
[INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (579.88kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (29.18kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.95kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.views:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.views:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.views:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/pom.xml
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] VIATRA Parent job                                                  [pom]
[INFO] VIATRA Core Plug-ins                                               [pom]
[INFO] org.eclipse.viatra.query.runtime.matchers               [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.base.itc               [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.base                   [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime                        [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.localsearch            [eclipse-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.emf            [eclipse-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.ide        [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.rete.recipes           [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.rete                   [eclipse-plugin]
[INFO] org.eclipse.viatra.query.testing.snapshot               [eclipse-plugin]
[INFO] org.eclipse.viatra.query.testing.core                   [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.evm                   [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.runtime.emf           [eclipse-plugin]
[INFO] VIATRA Query Runtime                                               [jar]
[INFO] VIATRA Query Language                                              [jar]
[INFO] VIATRA Maven Plug-in                                      [maven-plugin]
[INFO] org.eclipse.viatra.transformation.views                 [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.viewers.runtime                [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.viewers.runtime.validation     [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.databinding.runtime            [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.databinding.runtime.validation [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime     [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime.validation [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.validation.core                [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.validation.runtime             [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.validation.runtime.validation  [eclipse-plugin]
[INFO] org.eclipse.viatra.target.core               [eclipse-target-definition]
[INFO] org.eclipse.viatra.target.all                [eclipse-target-definition]
[INFO] VIATRA Transformation Runtime                                      [jar]
[INFO] VIATRA Query based Feature Runtime                                 [jar]
[INFO] VIATRA Query Language Extensions                                   [jar]
[INFO] VIATRA Query Runtime                                               [jar]
[INFO] 
[INFO] ------------< org.eclipse.viatra:org.eclipse.viatra.parent >------------
[INFO] Building VIATRA Parent job 2.9.0-SNAPSHOT                         [1/34]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.parent ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944051755
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.parent ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.parent ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.parent ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.parent/2.9.0-SNAPSHOT/org.eclipse.viatra.parent-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.viatra:org.eclipse.viatra.parent.core >----------
[INFO] Building VIATRA Core Plug-ins 2.9.0-SNAPSHOT                      [2/34]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.parent.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.parent.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944056095
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.parent.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.parent.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.parent.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.parent.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.parent.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.parent.core/2.9.0-SNAPSHOT/org.eclipse.viatra.parent.core-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.query.runtime.matchers >----
[INFO] Building org.eclipse.viatra.query.runtime.matchers 2.9.0-SNAPSHOT [3/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944057195
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Compiling 226 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/scopes/tables/SimpleBinaryTable.java:[60] 
	private boolean unique;
	                ^^^^^^
The value of the field SimpleBinaryTable<Source,Target>.unique is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/scopes/tables/SimpleBinaryTable.java:[245] 
	return getDistinctValuesOfHolder((Source) seed.get(0)).stream();
	                                 ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Source
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/scopes/tables/SimpleBinaryTable.java:[247] 
	return getDistinctHoldersOfValue((Target) seed.get(0)).stream();
	                                 ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Target
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.java:[45] 
	private static final ExtremumOperator MIN_OP = new ExtremumOperator<>(Extreme.MIN);
	                     ^^^^^^^^^^^^^^^^
ExtremumOperator is a raw type. References to generic type ExtremumOperator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.java:[46] 
	private static final ExtremumOperator MAX_OP = new ExtremumOperator<>(Extreme.MAX);
	                     ^^^^^^^^^^^^^^^^
ExtremumOperator is a raw type. References to generic type ExtremumOperator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.java:[49] 
	return MIN_OP;
	       ^^^^^^
Type safety: The expression of type ExtremumOperator needs unchecked conversion to conform to ExtremumOperator<T>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.java:[52] 
	return MAX_OP;
	       ^^^^^^
Type safety: The expression of type ExtremumOperator needs unchecked conversion to conform to ExtremumOperator<T>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[107] 
	if (object instanceof MarkedMemory) return (Bucket) object;
	                                           ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[108] 
	return yieldSingleton((Value)object);
	                      ^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[115] 
	if (object instanceof MarkedMemory) return (Bucket) object;
	                                           ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[116] 
	return yieldSingleton((Value)object);
	                      ^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[123] 
	if (object instanceof MarkedMemory) return (Bucket) object;
	                                           ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[124] 
	return yieldSingleton((Value)object);
	                      ^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[146] 
	bucket = (Bucket) old;
	         ^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[154] 
	bucket = createSingletonBucket((Value) old);
	                               ^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[188] 
	bucket = (Bucket) old;
	         ^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[190] 
	bucket = createSingletonBucket((Value) old);
	                               ^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[228] 
	Bucket deltaBucket = createDeltaBucket((Value) old, value); // will throw if no deltas supported
	                                       ^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[270] 
	((MarkedMemory) bucket).distinctValues().iterator();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Value>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[270] 
	((MarkedMemory) bucket).distinctValues().iterator();
	  ^^^^^^^^^^^^
MarkedMemory is a raw type. References to generic type MarkedMemory<Value> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[274] 
	return (Value) bucket;
	       ^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/common/BaseInputKeyWrapper.java:[45] 
	BaseInputKeyWrapper other = (BaseInputKeyWrapper) obj;
	^^^^^^^^^^^^^^^^^^^
BaseInputKeyWrapper is a raw type. References to generic type BaseInputKeyWrapper<Wrapped> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/common/BaseInputKeyWrapper.java:[45] 
	BaseInputKeyWrapper other = (BaseInputKeyWrapper) obj;
	                             ^^^^^^^^^^^^^^^^^^^
BaseInputKeyWrapper is a raw type. References to generic type BaseInputKeyWrapper<Wrapped> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PBodyCopier.java:[18] 
	import org.eclipse.viatra.query.runtime.matchers.context.IQueryMetaContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.runtime.matchers.context.IQueryMetaContext is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PBodyCopier.java:[24] 
	import org.eclipse.viatra.query.runtime.matchers.psystem.TypeJudgement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.runtime.matchers.psystem.TypeJudgement is never used
25 problems (25 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc >----
[INFO] Building org.eclipse.viatra.query.runtime.base.itc 2.9.0-SNAPSHOT [4/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944060803
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/src/org/eclipse/viatra/query/runtime/base/itc/alg/misc/GraphHelper.java:[167] 
	if (count == null) {
            return 0;
        } else {
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.runtime.base >------
[INFO] Building org.eclipse.viatra.query.runtime.base 2.9.0-SNAPSHOT     [5/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.base ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944061189
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --------< org.eclipse.viatra:org.eclipse.viatra.query.runtime >---------
[INFO] Building org.eclipse.viatra.query.runtime 2.9.0-SNAPSHOT          [6/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944061675
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime ---
[INFO] Compiling 93 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src/org/eclipse/viatra/query/runtime/tabular/TabularEngineContext.java:[30] 
	private ViatraQueryEngine engine;
	                          ^^^^^^
The value of the field TabularEngineContext.engine is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src/org/eclipse/viatra/query/runtime/tabular/TabularEngineContext.java:[31] 
	private Logger logger;
	               ^^^^^^
The value of the field TabularEngineContext.logger is not used
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.runtime.localsearch >---
[INFO] Building org.eclipse.viatra.query.runtime.localsearch 2.9.0-SNAPSHOT [7/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944062326
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/src/org/eclipse/viatra/query/runtime/localsearch/planner/LocalSearchPlanner.java:[20] 
	import org.eclipse.viatra.query.runtime.localsearch.matcher.integration.LocalSearchHintOptions;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.runtime.localsearch.matcher.integration.LocalSearchHintOptions is never used
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf >---
[INFO] Building org.eclipse.viatra.query.patternlanguage.emf 2.9.0-SNAPSHOT [8/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944062951
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.viatra.query.patternlanguage.emf ---
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.language/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.antlr:antlr-runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/antlr/antlr-runtime/maven-metadata.xml
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.2.v20200224-0816/org.eclipse.emf.mwe.core-1.5.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.runtime-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.2.v20200224-0816/org.eclipse.emf.mwe.utils-1.5.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.language-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.launch-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.xtype.XtypePackage'
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.emf.ecore.EcorePackage'
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/viatra/query/patternlanguage/emf/PatternLanguage' from 'platform:/resource/org.eclipse.viatra.query.patternlanguage.emf/model/PatternLanguage.genmodel'
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
0    INFO  XtextGenerator     - Initializing Xtext generator
Apr 12, 2024 5:47:48 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.runtime-2.11.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.2.v20200224-0816/org.eclipse.emf.mwe.utils-1.5.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.2.v20200224-0816/org.eclipse.emf.mwe.core-1.5.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.launch-2.11.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.language-2.11.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.2.v20200224-0816/org.eclipse.emf.mwe.core-1.5.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.runtime-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.2.v20200224-0816/org.eclipse.emf.mwe.utils-1.5.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.language-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.launch-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/'
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf.tests at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/'
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf.ide at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/'
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf.ui at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/'
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf.ui.tests at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/'
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 12, 2024 5:47:49 PM org.eclipse.emf.mwe.utils.DirectoryCleaner invokeInternal
INFO: Cleaning /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/../org.eclipse.viatra.query.patternlanguage.emf/emf-gen
851  INFO  EcoreGenerator     - generating EMF code for platform:/resource/org.eclipse.viatra.query.patternlanguage.emf/model/PatternLanguage.genmodel
1926 INFO  XtextGenerator     - Generating org.eclipse.viatra.query.patternlanguage.emf.EMFPatternLanguage
13262 INFO  XtextGenerator     - Generating common infrastructure
13271 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 129 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Compiling 230 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/EMFTypeInferrer.java:[33] 
	import org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/EMFTypeInferrer.java:[53] 
	private NumberLiterals literals;
	        ^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/EMFTypeInferrer.java:[83] 
	Class<? extends Number> javaType = literals.getJavaType(((NumberValue) ex).getValue());
	                                            ^^^^^^^^^^^
Discouraged access: The method 'NumberLiterals.getJavaType(XNumberLiteral)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[23] 
	import org.eclipse.xtext.xbase.typesystem.IBatchTypeResolver;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchTypeResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[24] 
	import org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[25] 
	import org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ParameterizedTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[26] 
	import org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UnknownTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[35] 
	private IBatchTypeResolver xbaseResolver;
	        ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchTypeResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[39] 
	IBatchTypeResolver xbaseResolver, boolean unwind) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchTypeResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[54] 
	LightweightTypeReference expressionType = xbaseResolver.resolveTypes(xExpression).getReturnType(xExpression);
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[54] 
	LightweightTypeReference expressionType = xbaseResolver.resolveTypes(xExpression).getReturnType(xExpression);
	                                                        ^^^^^^^^^^^^
Discouraged access: The method 'IBatchTypeResolver.resolveTypes(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[54] 
	LightweightTypeReference expressionType = xbaseResolver.resolveTypes(xExpression).getReturnType(xExpression);
	                                                                                  ^^^^^^^^^^^^^
Discouraged access: The method 'IResolvedTypes.getReturnType(XExpression)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[57] 
	} else if (expressionType instanceof UnknownTypeReference) {
	                                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UnknownTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[62] 
	return new JavaTransitiveInstancesKey(expressionType.getWrapperTypeIfPrimitive().getJavaIdentifier());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getWrapperTypeIfPrimitive()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[62] 
	return new JavaTransitiveInstancesKey(expressionType.getWrapperTypeIfPrimitive().getJavaIdentifier());
	                                                                                 ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getJavaIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[66] 
	private JavaTransitiveInstancesKey getComponentTypeKey(LightweightTypeReference typeRef) {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[67] 
	for (LightweightTypeReference parent : typeRef.getAllSuperTypes()) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[67] 
	for (LightweightTypeReference parent : typeRef.getAllSuperTypes()) {
	                                               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getAllSuperTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[68] 
	if (parent.getRawTypeReference().isType(Set.class) && parent instanceof ParameterizedTypeReference) {
	           ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getRawTypeReference()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[68] 
	if (parent.getRawTypeReference().isType(Set.class) && parent instanceof ParameterizedTypeReference) {
	                                 ^^^^^^
Discouraged access: The method 'LightweightTypeReference.isType(Class<?>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[68] 
	if (parent.getRawTypeReference().isType(Set.class) && parent instanceof ParameterizedTypeReference) {
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ParameterizedTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[69] 
	final ParameterizedTypeReference parentTypeRef = (ParameterizedTypeReference) parent;
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ParameterizedTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[69] 
	final ParameterizedTypeReference parentTypeRef = (ParameterizedTypeReference) parent;
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ParameterizedTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[70] 
	final List<LightweightTypeReference> typeArguments = parentTypeRef.getTypeArguments();
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[70] 
	final List<LightweightTypeReference> typeArguments = parentTypeRef.getTypeArguments();
	                                                                   ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ParameterizedTypeReference.getTypeArguments()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[73] 
	final LightweightTypeReference componentTypeRef = typeArguments.get(0);
	      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[74] 
	final String componentJavaId = componentTypeRef.getWrapperTypeIfPrimitive().getJavaIdentifier();
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getWrapperTypeIfPrimitive()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[74] 
	final String componentJavaId = componentTypeRef.getWrapperTypeIfPrimitive().getJavaIdentifier();
	                                                                            ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getJavaIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[28] 
	import org.eclipse.xtext.xtype.impl.XImportSectionImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XImportSectionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[44] 
	public class VQLImportSectionImpl extends XImportSectionImpl implements VQLImportSection
	                                          ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XImportSectionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[73] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'XImportSectionImpl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[140] 
	return super.eInverseRemove(otherEnd, featureID, msgs);
	             ^^^^^^^^^^^^^^
Discouraged access: The method 'XImportSectionImpl.eInverseRemove(InternalEObject, int, NotificationChain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[158] 
	return super.eGet(featureID, resolve, coreType);
	             ^^^^
Discouraged access: The method 'XImportSectionImpl.eGet(int, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[181] 
	super.eSet(featureID, newValue);
	      ^^^^
Discouraged access: The method 'XImportSectionImpl.eSet(int, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[201] 
	super.eUnset(featureID);
	      ^^^^^^
Discouraged access: The method 'XImportSectionImpl.eUnset(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[219] 
	return super.eIsSet(featureID);
	             ^^^^^^
Discouraged access: The method 'XImportSectionImpl.eIsSet(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternJvmModelAssociator.java:[39] 
	import org.eclipse.xtext.common.types.util.TypeReferences;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TypeReferences' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternJvmModelAssociator.java:[59] 
	private TypeReferences typeReferences;
	        ^^^^^^^^^^^^^^
Discouraged access: The type 'TypeReferences' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternJvmModelAssociator.java:[190] 
	aggregatedValue.setAggregateType(typeReferences.findDeclaredType(Void.class, aggregatedValue));
	                                                ^^^^^^^^^^^^^^^^
Discouraged access: The method 'TypeReferences.findDeclaredType(Class<?>, Notifier)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageScopeProvider.java:[13] 
	import org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseBatchScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageScopeProvider.java:[15] 
	public class EMFPatternLanguageScopeProvider extends XbaseBatchScopeProvider {
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseBatchScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/validation/EMFPatternLanguageValidator.java:[40] 
	import org.eclipse.viatra.query.patternlanguage.emf.vql.ExecutionType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.patternlanguage.emf.vql.ExecutionType is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/validation/EMFPatternLanguageValidator.java:[47] 
	import org.eclipse.viatra.query.patternlanguage.emf.annotations.impl.SafeNegativeRecursionAnnotationValidator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.patternlanguage.emf.annotations.impl.SafeNegativeRecursionAnnotationValidator is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/validation/EMFPatternLanguageValidator.java:[933] 
	if (PatternLanguageHelper.isPrivate(pattern) && !isLocallyUsed(pattern, pattern.eContainer())) {
	                                                 ^^^^^^^^^^^^^
Discouraged access: The method 'XbaseValidator.isLocallyUsed(EObject, EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageDeclarativeScopeProvider.java:[44] 
	import org.eclipse.xtext.common.types.JvmMember;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.xtext.common.types.JvmMember is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/helper/PatternLanguageHelper.java:[85] 
	import org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[30] 
	import org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[33] 
	import org.eclipse.xtext.xbase.services.XbaseGrammarAccess;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[34] 
	import org.eclipse.xtext.xbase.services.XtypeGrammarAccess;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XtypeGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1792] 
	private final XbaseGrammarAccess gaXbase;
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1794] 
	private final XtypeGrammarAccess gaXtype;
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XtypeGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1798] 
	XbaseGrammarAccess gaXbase,
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1799] 
	XtypeGrammarAccess gaXtype) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XtypeGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1868] 
	public XbaseGrammarAccess getXbaseGrammarAccess() {
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1872] 
	public XtypeGrammarAccess getXtypeGrammarAccess() {
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XtypeGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2311] 
	public XbaseGrammarAccess.XExpressionElements getXExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2311] 
	public XbaseGrammarAccess.XExpressionElements getXExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2312] 
	return gaXbase.getXExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2316] 
	return getXExpressionAccess().getRule();
	                              ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2323] 
	public XbaseGrammarAccess.XAssignmentElements getXAssignmentAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2323] 
	public XbaseGrammarAccess.XAssignmentElements getXAssignmentAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XAssignmentElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2324] 
	return gaXbase.getXAssignmentAccess();
	               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXAssignmentAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2328] 
	return getXAssignmentAccess().getRule();
	                              ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2333] 
	public XbaseGrammarAccess.OpSingleAssignElements getOpSingleAssignAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpSingleAssignElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2333] 
	public XbaseGrammarAccess.OpSingleAssignElements getOpSingleAssignAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2334] 
	return gaXbase.getOpSingleAssignAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpSingleAssignAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2338] 
	return getOpSingleAssignAccess().getRule();
	                                 ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpSingleAssignElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2345] 
	public XbaseGrammarAccess.OpMultiAssignElements getOpMultiAssignAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2345] 
	public XbaseGrammarAccess.OpMultiAssignElements getOpMultiAssignAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpMultiAssignElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2346] 
	return gaXbase.getOpMultiAssignAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpMultiAssignAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2350] 
	return getOpMultiAssignAccess().getRule();
	                                ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiAssignElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2356] 
	public XbaseGrammarAccess.XOrExpressionElements getXOrExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2356] 
	public XbaseGrammarAccess.XOrExpressionElements getXOrExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XOrExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2357] 
	return gaXbase.getXOrExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXOrExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2361] 
	return getXOrExpressionAccess().getRule();
	                                ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2366] 
	public XbaseGrammarAccess.OpOrElements getOpOrAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2366] 
	public XbaseGrammarAccess.OpOrElements getOpOrAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpOrElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2367] 
	return gaXbase.getOpOrAccess();
	               ^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpOrAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2371] 
	return getOpOrAccess().getRule();
	                       ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOrElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2377] 
	public XbaseGrammarAccess.XAndExpressionElements getXAndExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2377] 
	public XbaseGrammarAccess.XAndExpressionElements getXAndExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XAndExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2378] 
	return gaXbase.getXAndExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXAndExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2382] 
	return getXAndExpressionAccess().getRule();
	                                 ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2387] 
	public XbaseGrammarAccess.OpAndElements getOpAndAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2387] 
	public XbaseGrammarAccess.OpAndElements getOpAndAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpAndElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2388] 
	return gaXbase.getOpAndAccess();
	               ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpAndAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2392] 
	return getOpAndAccess().getRule();
	                        ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpAndElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2398] 
	public XbaseGrammarAccess.XEqualityExpressionElements getXEqualityExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2398] 
	public XbaseGrammarAccess.XEqualityExpressionElements getXEqualityExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XEqualityExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2399] 
	return gaXbase.getXEqualityExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXEqualityExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2403] 
	return getXEqualityExpressionAccess().getRule();
	                                      ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2408] 
	public XbaseGrammarAccess.OpEqualityElements getOpEqualityAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2408] 
	public XbaseGrammarAccess.OpEqualityElements getOpEqualityAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpEqualityElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2409] 
	return gaXbase.getOpEqualityAccess();
	               ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpEqualityAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2413] 
	return getOpEqualityAccess().getRule();
	                             ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpEqualityElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2420] 
	public XbaseGrammarAccess.XRelationalExpressionElements getXRelationalExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2420] 
	public XbaseGrammarAccess.XRelationalExpressionElements getXRelationalExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XRelationalExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2421] 
	return gaXbase.getXRelationalExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXRelationalExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2425] 
	return getXRelationalExpressionAccess().getRule();
	                                        ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2430] 
	public XbaseGrammarAccess.OpCompareElements getOpCompareAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2430] 
	public XbaseGrammarAccess.OpCompareElements getOpCompareAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpCompareElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2431] 
	return gaXbase.getOpCompareAccess();
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpCompareAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2435] 
	return getOpCompareAccess().getRule();
	                            ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpCompareElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2441] 
	public XbaseGrammarAccess.XOtherOperatorExpressionElements getXOtherOperatorExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2441] 
	public XbaseGrammarAccess.XOtherOperatorExpressionElements getXOtherOperatorExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XOtherOperatorExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2442] 
	return gaXbase.getXOtherOperatorExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXOtherOperatorExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2446] 
	return getXOtherOperatorExpressionAccess().getRule();
	                                           ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2457] 
	public XbaseGrammarAccess.OpOtherElements getOpOtherAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2457] 
	public XbaseGrammarAccess.OpOtherElements getOpOtherAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpOtherElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2458] 
	return gaXbase.getOpOtherAccess();
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpOtherAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2462] 
	return getOpOtherAccess().getRule();
	                          ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2468] 
	public XbaseGrammarAccess.XAdditiveExpressionElements getXAdditiveExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2468] 
	public XbaseGrammarAccess.XAdditiveExpressionElements getXAdditiveExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XAdditiveExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2469] 
	return gaXbase.getXAdditiveExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXAdditiveExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2473] 
	return getXAdditiveExpressionAccess().getRule();
	                                      ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2478] 
	public XbaseGrammarAccess.OpAddElements getOpAddAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2478] 
	public XbaseGrammarAccess.OpAddElements getOpAddAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpAddElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2479] 
	return gaXbase.getOpAddAccess();
	               ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpAddAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2483] 
	return getOpAddAccess().getRule();
	                        ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpAddElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2489] 
	public XbaseGrammarAccess.XMultiplicativeExpressionElements getXMultiplicativeExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2489] 
	public XbaseGrammarAccess.XMultiplicativeExpressionElements getXMultiplicativeExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XMultiplicativeExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2490] 
	return gaXbase.getXMultiplicativeExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXMultiplicativeExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2494] 
	return getXMultiplicativeExpressionAccess().getRule();
	                                            ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2499] 
	public XbaseGrammarAccess.OpMultiElements getOpMultiAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2499] 
	public XbaseGrammarAccess.OpMultiElements getOpMultiAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpMultiElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2500] 
	return gaXbase.getOpMultiAccess();
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpMultiAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2504] 
	return getOpMultiAccess().getRule();
	                          ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2510] 
	public XbaseGrammarAccess.XUnaryOperationElements getXUnaryOperationAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2510] 
	public XbaseGrammarAccess.XUnaryOperationElements getXUnaryOperationAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XUnaryOperationElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2511] 
	return gaXbase.getXUnaryOperationAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXUnaryOperationAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2515] 
	return getXUnaryOperationAccess().getRule();
	                                  ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XUnaryOperationElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2520] 
	public XbaseGrammarAccess.OpUnaryElements getOpUnaryAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2520] 
	public XbaseGrammarAccess.OpUnaryElements getOpUnaryAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpUnaryElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2521] 
	return gaXbase.getOpUnaryAccess();
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpUnaryAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2525] 
	return getOpUnaryAccess().getRule();
	                          ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpUnaryElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2530] 
	public XbaseGrammarAccess.XCastedExpressionElements getXCastedExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2530] 
	public XbaseGrammarAccess.XCastedExpressionElements getXCastedExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XCastedExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2531] 
	return gaXbase.getXCastedExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXCastedExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2535] 
	return getXCastedExpressionAccess().getRule();
	                                    ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2540] 
	public XbaseGrammarAccess.XPostfixOperationElements getXPostfixOperationAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2540] 
	public XbaseGrammarAccess.XPostfixOperationElements getXPostfixOperationAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XPostfixOperationElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2541] 
	return gaXbase.getXPostfixOperationAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXPostfixOperationAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2545] 
	return getXPostfixOperationAccess().getRule();
	                                    ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPostfixOperationElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2550] 
	public XbaseGrammarAccess.OpPostfixElements getOpPostfixAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2550] 
	public XbaseGrammarAccess.OpPostfixElements getOpPostfixAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpPostfixElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2551] 
	return gaXbase.getOpPostfixAccess();
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpPostfixAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[53] 
	import org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[253] 
	NumberLiterals literals = new NumberLiterals();
	^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[253] 
	NumberLiterals literals = new NumberLiterals();
	                              ^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[253] 
	NumberLiterals literals = new NumberLiterals();
	                              ^^^^^^^^^^^^^^
Discouraged access: The constructor 'NumberLiterals()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[254] 
	Number value = literals.numberValue(numberLiteral, literals.getJavaType(numberLiteral));
	                        ^^^^^^^^^^^
Discouraged access: The method 'NumberLiterals.numberValue(XNumberLiteral, Class<?>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[254] 
	Number value = literals.numberValue(numberLiteral, literals.getJavaType(numberLiteral));
	                                                            ^^^^^^^^^^^
Discouraged access: The method 'NumberLiterals.getJavaType(XNumberLiteral)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[55] 
	import org.eclipse.xtext.serializer.tokens.ICrossReferenceSerializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[56] 
	import org.eclipse.xtext.xbase.compiler.IGeneratorConfigProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IGeneratorConfigProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[60] 
	import org.eclipse.xtext.xbase.scoping.batch.IBatchScopeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[95] 
	public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() {
	                       ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[108] 
	public Class<? extends ICrossReferenceSerializer> bindICrossReferenceSerializer() {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[178] 
	public Class<? extends IGeneratorConfigProvider> bindIGeneratorConfigProvider() {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IGeneratorConfigProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/validation/AbstractEMFPatternLanguageValidator.java:[16] 
	import org.eclipse.xtext.xbase.validation.XbaseValidator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseValidator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/validation/AbstractEMFPatternLanguageValidator.java:[18] 
	public abstract class AbstractEMFPatternLanguageValidator extends XbaseValidator {
	                                                                  ^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseValidator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/validation/AbstractEMFPatternLanguageValidator.java:[22] 
	List<EPackage> result = new ArrayList<EPackage>(super.getEPackages());
	                                                      ^^^^^^^^^^^^
Discouraged access: The method 'XbaseValidator.getEPackages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[16] 
	import org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic.Acceptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ISerializationDiagnostic.Acceptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[17] 
	import org.eclipse.xtext.serializer.tokens.CrossReferenceSerializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[19] 
	public class EMFPatternLanguageCrossRefSerializer extends CrossReferenceSerializer {
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[23] 
	Acceptor errors) {
	^^^^^^^^
Discouraged access: The type 'ISerializationDiagnostic.Acceptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[29] 
	return super.serializeCrossRef(semanticObject, crossref, target, node, errors);
	             ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CrossReferenceSerializer.serializeCrossRef(EObject, CrossReference, EObject, INode, ISerializationDiagnostic.Acceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
166 problems (166 warnings)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ide >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.emf.ide 2.9.0-SNAPSHOT [9/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944099176
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src/org/eclipse/viatra/query/patternlanguage/emf/ide/highlight/EMFPatternLanguageHighlightingStyles.java:[11] 
	import org.eclipse.xtext.xbase.ide.highlighting.XbaseHighlightingStyles;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseHighlightingStyles' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ide/2.20.0.v20191202-0933/org.eclipse.xtext.xbase.ide-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src/org/eclipse/viatra/query/patternlanguage/emf/ide/highlight/EMFPatternLanguageHighlightingStyles.java:[18] 
	public interface EMFPatternLanguageHighlightingStyles extends XbaseHighlightingStyles {
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseHighlightingStyles' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ide/2.20.0.v20191202-0933/org.eclipse.xtext.xbase.ide-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[55] 
	builder.put(grammarAccess.getXAssignmentAccess().getAlternatives(), "rule__XAssignment__Alternatives");
	                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[56] 
	builder.put(grammarAccess.getOpMultiAssignAccess().getAlternatives(), "rule__OpMultiAssign__Alternatives");
	                                                   ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiAssignElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[57] 
	builder.put(grammarAccess.getOpEqualityAccess().getAlternatives(), "rule__OpEquality__Alternatives");
	                                                ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpEqualityElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[58] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getAlternatives_1(), "rule__XRelationalExpression__Alternatives_1");
	                                                           ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getAlternatives_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[59] 
	builder.put(grammarAccess.getOpCompareAccess().getAlternatives(), "rule__OpCompare__Alternatives");
	                                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpCompareElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[60] 
	builder.put(grammarAccess.getOpOtherAccess().getAlternatives(), "rule__OpOther__Alternatives");
	                                             ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[61] 
	builder.put(grammarAccess.getOpOtherAccess().getAlternatives_5_1(), "rule__OpOther__Alternatives_5_1");
	                                             ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getAlternatives_5_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[62] 
	builder.put(grammarAccess.getOpOtherAccess().getAlternatives_6_1(), "rule__OpOther__Alternatives_6_1");
	                                             ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getAlternatives_6_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[63] 
	builder.put(grammarAccess.getOpAddAccess().getAlternatives(), "rule__OpAdd__Alternatives");
	                                           ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpAddElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[64] 
	builder.put(grammarAccess.getOpMultiAccess().getAlternatives(), "rule__OpMulti__Alternatives");
	                                             ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[65] 
	builder.put(grammarAccess.getXUnaryOperationAccess().getAlternatives(), "rule__XUnaryOperation__Alternatives");
	                                                     ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XUnaryOperationElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[66] 
	builder.put(grammarAccess.getOpUnaryAccess().getAlternatives(), "rule__OpUnary__Alternatives");
	                                             ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpUnaryElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[67] 
	builder.put(grammarAccess.getOpPostfixAccess().getAlternatives(), "rule__OpPostfix__Alternatives");
	                                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpPostfixElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[68] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1(), "rule__XMemberFeatureCall__Alternatives_1");
	                                                        ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getAlternatives_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[69] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_0_0_0_1(), "rule__XMemberFeatureCall__Alternatives_1_0_0_0_1");
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getAlternatives_1_0_0_0_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[70] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_0_0_1(), "rule__XMemberFeatureCall__Alternatives_1_1_0_0_1");
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getAlternatives_1_1_0_0_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[71] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_3_1(), "rule__XMemberFeatureCall__Alternatives_1_1_3_1");
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getAlternatives_1_1_3_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[72] 
	builder.put(grammarAccess.getXPrimaryExpressionAccess().getAlternatives(), "rule__XPrimaryExpression__Alternatives");
	                                                        ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPrimaryExpressionElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[73] 
	builder.put(grammarAccess.getXLiteralAccess().getAlternatives(), "rule__XLiteral__Alternatives");
	                                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XLiteralElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[74] 
	builder.put(grammarAccess.getXCollectionLiteralAccess().getAlternatives(), "rule__XCollectionLiteral__Alternatives");
	                                                        ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCollectionLiteralElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[75] 
	builder.put(grammarAccess.getXSwitchExpressionAccess().getAlternatives_2(), "rule__XSwitchExpression__Alternatives_2");
	                                                       ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XSwitchExpressionElements.getAlternatives_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[76] 
	builder.put(grammarAccess.getXCasePartAccess().getAlternatives_3(), "rule__XCasePart__Alternatives_3");
	                                               ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCasePartElements.getAlternatives_3()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[77] 
	builder.put(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives(), "rule__XExpressionOrVarDeclaration__Alternatives");
	                                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XExpressionOrVarDeclarationElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[78] 
	builder.put(grammarAccess.getXVariableDeclarationAccess().getAlternatives_1(), "rule__XVariableDeclaration__Alternatives_1");
	                                                          ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XVariableDeclarationElements.getAlternatives_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[79] 
	builder.put(grammarAccess.getXVariableDeclarationAccess().getAlternatives_2(), "rule__XVariableDeclaration__Alternatives_2");
	                                                          ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XVariableDeclarationElements.getAlternatives_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[80] 
	builder.put(grammarAccess.getXFeatureCallAccess().getAlternatives_3_1(), "rule__XFeatureCall__Alternatives_3_1");
	                                                  ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XFeatureCallElements.getAlternatives_3_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[81] 
	builder.put(grammarAccess.getFeatureCallIDAccess().getAlternatives(), "rule__FeatureCallID__Alternatives");
	                                                   ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.FeatureCallIDElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[82] 
	builder.put(grammarAccess.getIdOrSuperAccess().getAlternatives(), "rule__IdOrSuper__Alternatives");
	                                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.IdOrSuperElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[83] 
	builder.put(grammarAccess.getXConstructorCallAccess().getAlternatives_4_1(), "rule__XConstructorCall__Alternatives_4_1");
	                                                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XConstructorCallElements.getAlternatives_4_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[84] 
	builder.put(grammarAccess.getXTryCatchFinallyExpressionAccess().getAlternatives_3(), "rule__XTryCatchFinallyExpression__Alternatives_3");
	                                                                ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XTryCatchFinallyExpressionElements.getAlternatives_3()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[85] 
	builder.put(grammarAccess.getNumberAccess().getAlternatives(), "rule__Number__Alternatives");
	                                            ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.NumberElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[86] 
	builder.put(grammarAccess.getNumberAccess().getAlternatives_1_0(), "rule__Number__Alternatives_1_0");
	                                            ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.NumberElements.getAlternatives_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[87] 
	builder.put(grammarAccess.getNumberAccess().getAlternatives_1_1_1(), "rule__Number__Alternatives_1_1_1");
	                                            ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.NumberElements.getAlternatives_1_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[88] 
	builder.put(grammarAccess.getJvmTypeReferenceAccess().getAlternatives(), "rule__JvmTypeReference__Alternatives");
	                                                      ^^^^^^^^^^^^^^^
Discouraged access: The method 'XtypeGrammarAccess.JvmTypeReferenceElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[89] 
	builder.put(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives(), "rule__JvmArgumentTypeReference__Alternatives");
	                                                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'XtypeGrammarAccess.JvmArgumentTypeReferenceElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[90] 
	builder.put(grammarAccess.getJvmWildcardTypeReferenceAccess().getAlternatives_2(), "rule__JvmWildcardTypeReference__Alternatives_2");
	                                                              ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XtypeGrammarAccess.JvmWildcardTypeReferenceElements.getAlternatives_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[143] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_0(), "rule__XAssignment__Group_0__0");
	                                                 ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[144] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_1(), "rule__XAssignment__Group_1__0");
	                                                 ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[145] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_1_1(), "rule__XAssignment__Group_1_1__0");
	                                                 ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[146] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_1_1_0(), "rule__XAssignment__Group_1_1_0__0");
	                                                 ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_1_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[147] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_1_1_0_0(), "rule__XAssignment__Group_1_1_0_0__0");
	                                                 ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_1_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[148] 
	builder.put(grammarAccess.getOpMultiAssignAccess().getGroup_5(), "rule__OpMultiAssign__Group_5__0");
	                                                   ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiAssignElements.getGroup_5()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[149] 
	builder.put(grammarAccess.getOpMultiAssignAccess().getGroup_6(), "rule__OpMultiAssign__Group_6__0");
	                                                   ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiAssignElements.getGroup_6()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[150] 
	builder.put(grammarAccess.getXOrExpressionAccess().getGroup(), "rule__XOrExpression__Group__0");
	                                                   ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[151] 
	builder.put(grammarAccess.getXOrExpressionAccess().getGroup_1(), "rule__XOrExpression__Group_1__0");
	                                                   ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[152] 
	builder.put(grammarAccess.getXOrExpressionAccess().getGroup_1_0(), "rule__XOrExpression__Group_1_0__0");
	                                                   ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[153] 
	builder.put(grammarAccess.getXOrExpressionAccess().getGroup_1_0_0(), "rule__XOrExpression__Group_1_0_0__0");
	                                                   ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[154] 
	builder.put(grammarAccess.getXAndExpressionAccess().getGroup(), "rule__XAndExpression__Group__0");
	                                                    ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[155] 
	builder.put(grammarAccess.getXAndExpressionAccess().getGroup_1(), "rule__XAndExpression__Group_1__0");
	                                                    ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[156] 
	builder.put(grammarAccess.getXAndExpressionAccess().getGroup_1_0(), "rule__XAndExpression__Group_1_0__0");
	                                                    ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[157] 
	builder.put(grammarAccess.getXAndExpressionAccess().getGroup_1_0_0(), "rule__XAndExpression__Group_1_0_0__0");
	                                                    ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[158] 
	builder.put(grammarAccess.getXEqualityExpressionAccess().getGroup(), "rule__XEqualityExpression__Group__0");
	                                                         ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[159] 
	builder.put(grammarAccess.getXEqualityExpressionAccess().getGroup_1(), "rule__XEqualityExpression__Group_1__0");
	                                                         ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[160] 
	builder.put(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0(), "rule__XEqualityExpression__Group_1_0__0");
	                                                         ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[161] 
	builder.put(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0_0(), "rule__XEqualityExpression__Group_1_0_0__0");
	                                                         ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[162] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup(), "rule__XRelationalExpression__Group__0");
	                                                           ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[163] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0(), "rule__XRelationalExpression__Group_1_0__0");
	                                                           ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[164] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0(), "rule__XRelationalExpression__Group_1_0_0__0");
	                                                           ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[165] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0_0(), "rule__XRelationalExpression__Group_1_0_0_0__0");
	                                                           ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_0_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[166] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1(), "rule__XRelationalExpression__Group_1_1__0");
	                                                           ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[167] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0(), "rule__XRelationalExpression__Group_1_1_0__0");
	                                                           ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[168] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0_0(), "rule__XRelationalExpression__Group_1_1_0_0__0");
	                                                           ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[169] 
	builder.put(grammarAccess.getOpCompareAccess().getGroup_1(), "rule__OpCompare__Group_1__0");
	                                               ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpCompareElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[170] 
	builder.put(grammarAccess.getXOtherOperatorExpressionAccess().getGroup(), "rule__XOtherOperatorExpression__Group__0");
	                                                              ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[171] 
	builder.put(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1(), "rule__XOtherOperatorExpression__Group_1__0");
	                                                              ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[172] 
	builder.put(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0(), "rule__XOtherOperatorExpression__Group_1_0__0");
	                                                              ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[173] 
	builder.put(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0_0(), "rule__XOtherOperatorExpression__Group_1_0_0__0");
	                                                              ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[174] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_2(), "rule__OpOther__Group_2__0");
	                                             ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[175] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_5(), "rule__OpOther__Group_5__0");
	                                             ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_5()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[176] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_5_1_0(), "rule__OpOther__Group_5_1_0__0");
	                                             ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_5_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[177] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_5_1_0_0(), "rule__OpOther__Group_5_1_0_0__0");
	                                             ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_5_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[178] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_6(), "rule__OpOther__Group_6__0");
	                                             ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_6()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[179] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_6_1_0(), "rule__OpOther__Group_6_1_0__0");
	                                             ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_6_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[180] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_6_1_0_0(), "rule__OpOther__Group_6_1_0_0__0");
	                                             ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_6_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[181] 
	builder.put(grammarAccess.getXAdditiveExpressionAccess().getGroup(), "rule__XAdditiveExpression__Group__0");
	                                                         ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[182] 
	builder.put(grammarAccess.getXAdditiveExpressionAccess().getGroup_1(), "rule__XAdditiveExpression__Group_1__0");
	                                                         ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[183] 
	builder.put(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0(), "rule__XAdditiveExpression__Group_1_0__0");
	                                                         ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[184] 
	builder.put(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0_0(), "rule__XAdditiveExpression__Group_1_0_0__0");
	                                                         ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[185] 
	builder.put(grammarAccess.getXMultiplicativeExpressionAccess().getGroup(), "rule__XMultiplicativeExpression__Group__0");
	                                                               ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[186] 
	builder.put(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1(), "rule__XMultiplicativeExpression__Group_1__0");
	                                                               ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[187] 
	builder.put(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0(), "rule__XMultiplicativeExpression__Group_1_0__0");
	                                                               ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[188] 
	builder.put(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0_0(), "rule__XMultiplicativeExpression__Group_1_0_0__0");
	                                                               ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[189] 
	builder.put(grammarAccess.getXUnaryOperationAccess().getGroup_0(), "rule__XUnaryOperation__Group_0__0");
	                                                     ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XUnaryOperationElements.getGroup_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[190] 
	builder.put(grammarAccess.getXCastedExpressionAccess().getGroup(), "rule__XCastedExpression__Group__0");
	                                                       ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[191] 
	builder.put(grammarAccess.getXCastedExpressionAccess().getGroup_1(), "rule__XCastedExpression__Group_1__0");
	                                                       ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[192] 
	builder.put(grammarAccess.getXCastedExpressionAccess().getGroup_1_0(), "rule__XCastedExpression__Group_1_0__0");
	                                                       ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[193] 
	builder.put(grammarAccess.getXCastedExpressionAccess().getGroup_1_0_0(), "rule__XCastedExpression__Group_1_0_0__0");
	                                                       ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[194] 
	builder.put(grammarAccess.getXPostfixOperationAccess().getGroup(), "rule__XPostfixOperation__Group__0");
	                                                       ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPostfixOperationElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[195] 
	builder.put(grammarAccess.getXPostfixOperationAccess().getGroup_1(), "rule__XPostfixOperation__Group_1__0");
	                                                       ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPostfixOperationElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[196] 
	builder.put(grammarAccess.getXPostfixOperationAccess().getGroup_1_0(), "rule__XPostfixOperation__Group_1_0__0");
	                                                       ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPostfixOperationElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[197] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup(), "rule__XMemberFeatureCall__Group__0");
	                                                        ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[198] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0(), "rule__XMemberFeatureCall__Group_1_0__0");
	                                                        ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[199] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0(), "rule__XMemberFeatureCall__Group_1_0_0__0");
	                                                        ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[200] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0_0(), "rule__XMemberFeatureCall__Group_1_0_0_0__0");
	                                                        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_0_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[201] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1(), "rule__XMemberFeatureCall__Group_1_1__0");
	                                                        ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[202] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0(), "rule__XMemberFeatureCall__Group_1_1_0__0");
	                                                        ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[203] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0_0(), "rule__XMemberFeatureCall__Group_1_1_0_0__0");
	                                                        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[204] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1(), "rule__XMemberFeatureCall__Group_1_1_1__0");
	                                                        ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[205] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1_2(), "rule__XMemberFeatureCall__Group_1_1_1_2__0");
	                                                        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_1_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[206] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3(), "rule__XMemberFeatureCall__Group_1_1_3__0");
	                                                        ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_3()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
102 problems (102 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete.recipes >--
[INFO] Building org.eclipse.viatra.query.runtime.rete.recipes 2.9.0-SNAPSHOT [10/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944100100
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/2019-06
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (481B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-06/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-06/ (24.89kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB)
[INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/ (63B)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/model/rete-recipes.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/model/rete-recipes.genmodel
>>  Examining project 'org.eclipse.viatra.query.runtime.rete.recipes'
>>  Refreshing '/org.eclipse.viatra.query.runtime.rete.recipes'.
>>  Opening 'org.eclipse.viatra.query.runtime.rete.recipes'.
>>  Refreshing '/org.eclipse.viatra.query.runtime.rete.recipes'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.runtime.rete.recipes/plugin.properties
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes
>>  Examining old /org.eclipse.viatra.query.runtime.rete.recipes/plugin.properties
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/plugin.properties
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.runtime.rete.recipes/build.properties
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.query.runtime.rete.recipes/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.query.runtime.rete.recipes/plugin.xml
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes
>>  Examining old /org.eclipse.viatra.query.runtime.rete.recipes/plugin.xml
>>  Generating package RecipesPackage
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.RecipesPackage
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RecipesPackage.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RecipesPackage.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.RecipesPackageImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesPackageImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.RecipesFactory
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RecipesFactory.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RecipesFactory.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.RecipesFactoryImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.util.RecipesSwitch
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesSwitch.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesSwitch.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.util.RecipesAdapterFactory
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesAdapterFactory.java
>>  Generating Rete Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ReteRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ReteRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ReteRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ReteRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteRecipeImpl.java
>>  Generating Rete Node Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ReteNodeRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ReteNodeRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ReteNodeRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteNodeRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteNodeRecipeImpl.java
>>  Generating Single Parent Node Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.SingleParentNodeRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SingleParentNodeRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SingleParentNodeRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.SingleParentNodeRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleParentNodeRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleParentNodeRecipeImpl.java
>>  Generating Alpha Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.AlphaRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AlphaRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AlphaRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.AlphaRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AlphaRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AlphaRecipeImpl.java
>>  Generating Multi Parent Node Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.MultiParentNodeRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/MultiParentNodeRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/MultiParentNodeRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.MultiParentNodeRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MultiParentNodeRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MultiParentNodeRecipeImpl.java
>>  Generating Monotonicity Info
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.MonotonicityInfo
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/MonotonicityInfo.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/MonotonicityInfo.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.MonotonicityInfoImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MonotonicityInfoImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MonotonicityInfoImpl.java
>>  Generating Uniqueness Enforcer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.UniquenessEnforcerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/UniquenessEnforcerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/UniquenessEnforcerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.UniquenessEnforcerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/UniquenessEnforcerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/UniquenessEnforcerRecipeImpl.java
>>  Generating Production Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ProductionRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ProductionRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ProductionRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ProductionRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ProductionRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ProductionRecipeImpl.java
>>  Generating Indexer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.IndexerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/IndexerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/IndexerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.IndexerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerRecipeImpl.java
>>  Generating Projection Indexer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ProjectionIndexerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ProjectionIndexerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ProjectionIndexerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ProjectionIndexerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ProjectionIndexerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ProjectionIndexerRecipeImpl.java
>>  Generating Aggregator Indexer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.AggregatorIndexerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AggregatorIndexerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AggregatorIndexerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.AggregatorIndexerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AggregatorIndexerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AggregatorIndexerRecipeImpl.java
>>  Generating Beta Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.BetaRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/BetaRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/BetaRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.BetaRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/BetaRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/BetaRecipeImpl.java
>>  Generating Mask
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.Mask
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/Mask.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/Mask.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.MaskImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MaskImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MaskImpl.java
>>  Generating String Index Map Entry
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.StringIndexMapEntryImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/StringIndexMapEntryImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/StringIndexMapEntryImpl.java
>>  Generating Input Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.InputRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InputRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InputRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.InputRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InputRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InputRecipeImpl.java
>>  Generating Constant Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ConstantRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ConstantRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ConstantRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ConstantRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ConstantRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ConstantRecipeImpl.java
>>  Generating Transitive Closure Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.TransitiveClosureRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TransitiveClosureRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TransitiveClosureRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.TransitiveClosureRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TransitiveClosureRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TransitiveClosureRecipeImpl.java
>>  Generating Filter Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.FilterRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/FilterRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/FilterRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.FilterRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/FilterRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/FilterRecipeImpl.java
>>  Generating Inequality Filter Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.InequalityFilterRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InequalityFilterRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InequalityFilterRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.InequalityFilterRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InequalityFilterRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InequalityFilterRecipeImpl.java
>>  Generating Equality Filter Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.EqualityFilterRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/EqualityFilterRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/EqualityFilterRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.EqualityFilterRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/EqualityFilterRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/EqualityFilterRecipeImpl.java
>>  Generating Transparent Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.TransparentRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TransparentRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TransparentRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.TransparentRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TransparentRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TransparentRecipeImpl.java
>>  Generating Trimmer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.TrimmerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TrimmerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TrimmerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.TrimmerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TrimmerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TrimmerRecipeImpl.java
>>  Generating Expression Definition
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ExpressionDefinition
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExpressionDefinition.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExpressionDefinition.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ExpressionDefinitionImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionDefinitionImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionDefinitionImpl.java
>>  Generating Expression Enforcer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ExpressionEnforcerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExpressionEnforcerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExpressionEnforcerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ExpressionEnforcerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionEnforcerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionEnforcerRecipeImpl.java
>>  Generating Check Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.CheckRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/CheckRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/CheckRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.CheckRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/CheckRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/CheckRecipeImpl.java
>>  Generating Eval Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.EvalRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/EvalRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/EvalRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.EvalRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/EvalRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/EvalRecipeImpl.java
>>  Generating Indexer Based Aggregator Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.IndexerBasedAggregatorRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/IndexerBasedAggregatorRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/IndexerBasedAggregatorRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.IndexerBasedAggregatorRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerBasedAggregatorRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerBasedAggregatorRecipeImpl.java
>>  Generating Count Aggregator Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.CountAggregatorRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/CountAggregatorRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/CountAggregatorRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.CountAggregatorRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/CountAggregatorRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/CountAggregatorRecipeImpl.java
>>  Generating Join Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.JoinRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/JoinRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/JoinRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.JoinRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/JoinRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/JoinRecipeImpl.java
>>  Generating Existence Join Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ExistenceJoinRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExistenceJoinRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExistenceJoinRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ExistenceJoinRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExistenceJoinRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExistenceJoinRecipeImpl.java
>>  Generating Semi Join Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.SemiJoinRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SemiJoinRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SemiJoinRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.SemiJoinRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SemiJoinRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SemiJoinRecipeImpl.java
>>  Generating Anti Join Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.AntiJoinRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AntiJoinRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AntiJoinRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.AntiJoinRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AntiJoinRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AntiJoinRecipeImpl.java
>>  Generating Input Filter Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.InputFilterRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InputFilterRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InputFilterRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.InputFilterRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InputFilterRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InputFilterRecipeImpl.java
>>  Generating Single Column Aggregator Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.SingleColumnAggregatorRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SingleColumnAggregatorRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SingleColumnAggregatorRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.SingleColumnAggregatorRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleColumnAggregatorRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleColumnAggregatorRecipeImpl.java
>>  Generating Discriminator Dispatcher Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.DiscriminatorDispatcherRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorDispatcherRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorDispatcherRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.DiscriminatorDispatcherRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorDispatcherRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorDispatcherRecipeImpl.java
>>  Generating Discriminator Bucket Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.DiscriminatorBucketRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorBucketRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorBucketRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.DiscriminatorBucketRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorBucketRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorBucketRecipeImpl.java
>>  Generating Rederivable Node Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.RederivableNodeRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RederivableNodeRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RederivableNodeRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.RederivableNodeRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RederivableNodeRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RederivableNodeRecipeImpl.java
>>  Generating Relation Evaluation Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.RelationEvaluationRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RelationEvaluationRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RelationEvaluationRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.RelationEvaluationRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RelationEvaluationRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RelationEvaluationRecipeImpl.java
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Compiling 83 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src/org/eclipse/viatra/query/runtime/rete/recipes/helper/RecipeRecognizer.java:[152] 
	private static final EAttribute CONSTANT_RECIPE_CONSTANT_VALUES = 
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RecipeRecognizer.EqualityHelper.CONSTANT_RECIPE_CONSTANT_VALUES is not used
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete >------
[INFO] Building org.eclipse.viatra.query.runtime.rete 2.9.0-SNAPSHOT    [11/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944107474
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Compiling 149 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/plancompiler/ReteRecipeCompiler.java:[582] 
	final boolean deleteAndRederiveEvaluationDep = this.deleteAndRederiveEvaluation || ReteHintOptions.deleteRederiveEvaluation.getValueOrDefault(getHints(plan));
	                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The field ReteHintOptions.deleteRederiveEvaluation is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/plancompiler/ReteRecipeCompiler.java:[777] 
	final boolean deleteAndRederiveEvaluationDep = this.deleteAndRederiveEvaluation || ReteHintOptions.deleteRederiveEvaluation.getValueOrDefault(getHints(parentPlan));
	                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The field ReteHintOptions.deleteRederiveEvaluation is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/NodeProvisioner.java:[144] 
	(Address<? extends Supplier>) reteContainer.network.getExistingNodeByRecipe(parentRecipe)),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Address<capture#13-of ? extends Node> to Address<? extends Supplier>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/DRedReteBackendFactory.java:[21] 
	public class DRedReteBackendFactory extends ReteBackendFactory {
	             ^^^^^^^^^^^^^^^^^^^^^^
The constructor ReteBackendFactory() is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/basiclinear/BasicLinearLayout.java:[49] 
	private IQueryBackendHintProvider hintProvider;
	                                  ^^^^^^^^^^^^
The value of the field BasicLinearLayout.hintProvider is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/basiclinear/BasicLinearLayout.java:[50] 
	private IQueryBackendContext bContext;
	                             ^^^^^^^^
The value of the field BasicLinearLayout.bContext is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ReteBoundary.java:[369] 
	return (Address<? extends ProductionNode>) headContainer.getProvisioner().getOrCreateNodeByRecipe(productionTrace);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Address<capture#1-of ? extends Node> to Address<? extends ProductionNode>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ReteBoundary.java:[455] 
	private static Direction direction(boolean isInsertion) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method direction(boolean) from the type ReteBoundary is never used locally
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ExternalInputEnumeratorNode.java:[52] 
	private InputConnector inputConnector;
	                       ^^^^^^^^^^^^^^
The value of the field ExternalInputEnumeratorNode.inputConnector is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/plancompiler/CompilerHelper.java:[269] 
	boolean deleteAndRederiveEvaluationDep = deleteAndRederiveEvaluation || ReteHintOptions.deleteRederiveEvaluation.getValueOrDefault(hint);
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
The field ReteHintOptions.deleteRederiveEvaluation is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/TimelyReteBackendFactory.java:[36] 
	public TimelyReteBackendFactory(final TimelyConfiguration configuration) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ReteBackendFactory() is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/mailbox/timeless/DefaultMailbox.java:[12] 
	import java.util.Map.Entry;
	       ^^^^^^^^^^^^^^^^^^^
The import java.util.Map.Entry is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/quasitree/QuasiTreeLayout.java:[50] 
	private IQueryBackendContext backendContext;
	                             ^^^^^^^^^^^^^^
The value of the field QuasiTreeLayout.backendContext is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ExternalInputStatelessFilterNode.java:[31] 
	private InputConnector inputConnector;
	                       ^^^^^^^^^^^^^^
The value of the field ExternalInputStatelessFilterNode.inputConnector is not used
14 problems (14 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.query.testing.snapshot >----
[INFO] Building org.eclipse.viatra.query.testing.snapshot 2.9.0-SNAPSHOT [12/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/../../target/workspace (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944108093
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/model/snapshot.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/model/snapshot.genmodel
>>  Examining project 'org.eclipse.viatra.query.testing.snapshot'
>>  Refreshing '/org.eclipse.viatra.query.testing.snapshot'.
>>  Opening 'org.eclipse.viatra.query.testing.snapshot'.
>>  Refreshing '/org.eclipse.viatra.query.testing.snapshot'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.testing.snapshot/plugin.properties
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.testing.snapshot/build.properties
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.query.testing.snapshot/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.query.testing.snapshot/plugin.xml
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot
>>  Examining old /org.eclipse.viatra.query.testing.snapshot/plugin.xml
>>  Generating package SnapshotPackage
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.SnapshotPackage
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SnapshotPackage.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SnapshotPackage.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.SnapshotPackageImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SnapshotPackageImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SnapshotPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.SnapshotFactory
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SnapshotFactory.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SnapshotFactory.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.SnapshotFactoryImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SnapshotFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SnapshotFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.util.SnapshotSwitch
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util/SnapshotSwitch.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util/SnapshotSwitch.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.util.SnapshotAdapterFactory
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util/SnapshotAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util/SnapshotAdapterFactory.java
>>  Generating Match Set Record
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.MatchSetRecord
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchSetRecord.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchSetRecord.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.MatchSetRecordImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchSetRecordImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchSetRecordImpl.java
>>  Generating Match Record
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.MatchRecord
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchRecord.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchRecord.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.MatchRecordImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchRecordImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchRecordImpl.java
>>  Generating Match Substitution Record
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.MatchSubstitutionRecord
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchSubstitutionRecord.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchSubstitutionRecord.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.MatchSubstitutionRecordImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchSubstitutionRecordImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchSubstitutionRecordImpl.java
>>  Generating EMF Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.EMFSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/EMFSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/EMFSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.EMFSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/EMFSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/EMFSubstitutionImpl.java
>>  Generating Int Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.IntSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/IntSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/IntSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.IntSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/IntSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/IntSubstitutionImpl.java
>>  Generating Long Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.LongSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/LongSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/LongSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.LongSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/LongSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/LongSubstitutionImpl.java
>>  Generating Double Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.DoubleSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/DoubleSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/DoubleSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.DoubleSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/DoubleSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/DoubleSubstitutionImpl.java
>>  Generating Float Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.FloatSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/FloatSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/FloatSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.FloatSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/FloatSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/FloatSubstitutionImpl.java
>>  Generating Boolean Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.BooleanSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/BooleanSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/BooleanSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.BooleanSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/BooleanSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/BooleanSubstitutionImpl.java
>>  Generating String Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.StringSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/StringSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/StringSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.StringSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/StringSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/StringSubstitutionImpl.java
>>  Generating Date Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.DateSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/DateSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/DateSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.DateSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/DateSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/DateSubstitutionImpl.java
>>  Generating Enum Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.EnumSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/EnumSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/EnumSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.EnumSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/EnumSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/EnumSubstitutionImpl.java
>>  Generating Miscellaneous Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.MiscellaneousSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MiscellaneousSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MiscellaneousSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.MiscellaneousSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MiscellaneousSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MiscellaneousSubstitutionImpl.java
>>  Generating Query Snapshot
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.QuerySnapshot
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/QuerySnapshot.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/QuerySnapshot.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.QuerySnapshotImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/QuerySnapshotImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/QuerySnapshotImpl.java
>>  Generating Serialized Java Object Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.SerializedJavaObjectSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SerializedJavaObjectSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SerializedJavaObjectSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.SerializedJavaObjectSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SerializedJavaObjectSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SerializedJavaObjectSubstitutionImpl.java
>>  Generating Custom EMF Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.CustomEMFSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/CustomEMFSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/CustomEMFSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.CustomEMFSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/CustomEMFSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/CustomEMFSubstitutionImpl.java
>>  Generating Input Specification
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.InputSpecification
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/InputSpecification.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/InputSpecification.java
>>  Generating Record Role
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.RecordRole
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/RecordRole.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/RecordRole.java
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.testing.core >------
[INFO] Building org.eclipse.viatra.query.testing.core 2.9.0-SNAPSHOT    [13/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.testing.core ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.testing.core ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944112249
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[WARNING] 
WARNING: 	DefaultMatchRecordEquivalence.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/internal/DefaultMatchRecordEquivalence.xtend
91: Null-safe call of primitive-valued feature hashCode, default value 0 will be used
[WARNING] 
WARNING: 	CoverageReporter.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/coverage/CoverageReporter.xtend
99: The method write(CharSequence, File, Charset) from the type Files is deprecated
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.testing.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.testing.core ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[14] 
	import org.eclipse.xtext.common.types.access.IJvmTypeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[15] 
	import org.eclipse.xtext.common.types.access.IJvmTypeProvider.Factory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[54] 
	Factory cptf = injector.getInstance(IJvmTypeProvider.Factory.class);
	^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[54] 
	Factory cptf = injector.getInstance(IJvmTypeProvider.Factory.class);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[54] 
	Factory cptf = injector.getInstance(IJvmTypeProvider.Factory.class);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[55] 
	cptf.createTypeProvider(set);
	     ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IJvmTypeProvider.Factory.createTypeProvider(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
6 problems (6 warnings)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.testing.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.testing.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.testing.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.testing.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.transformation.evm >------
[INFO] Building org.eclipse.viatra.transformation.evm 2.9.0-SNAPSHOT    [14/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.evm ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.evm ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944115133
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.evm ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.evm ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.evm ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.evm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.evm ---
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.evm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.evm ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.evm ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.evm ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf >--
[INFO] Building org.eclipse.viatra.transformation.runtime.emf 2.9.0-SNAPSHOT [15/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944115448
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[111] 
	return isAssignableFrom((EClass)classifier, (ModelObject)element);
	                                            ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ModelObject
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[257] 
	oldSourcesCopy.add((ModelObject) oldSource);
	                   ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ModelObject
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[449] 
	switch (FeatureKind.of(feature)) {
	        ^^^^^^^^^^^^^^^^^^^^^^^
The enum constant CROSS_REF needs a corresponding case label in this enum switch on IndexHostManipulations.FeatureKind
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[451] 
	deleteWithOutgoing((ModelObject) oldValue);
	                   ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ModelObject
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[577] 
	removeFromCurrentContainer((ModelObject)value);
	                           ^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ModelObject
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/SimpleModelManipulations.java:[150] 
	EList featureValue = (EList)container.eGet(feature);
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/SimpleModelManipulations.java:[150] 
	EList featureValue = (EList)container.eGet(feature);
	                      ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[115] 
	((EList) owner.eGet(feature)).addAll(index, collection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(int, Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[115] 
	((EList) owner.eGet(feature)).addAll(index, collection);
	  ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[130] 
	super(domain, owner, feature, ((EList)owner.eGet(feature)).get(index));
	                                ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[139] 
	((EList) owner.eGet(feature)).remove(index);
	  ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[165] 
	EList featureValue = (EList)owner.eGet(feature);
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[165] 
	EList featureValue = (EList)owner.eGet(feature);
	                      ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[206] 
	return (Stream<? extends Object>) command.getResult().iterator().next();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from capture#6-of ? to Stream<? extends Object>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/AbstractModelManipulations.java:[370] 
	return (Collection<Object>) slot;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<Object>
15 problems (15 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --------------< org.eclipse.viatra:viatra-query-runtime >---------------
[INFO] Building VIATRA Query Runtime 2.9.0-SNAPSHOT                     [16/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-query-runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-query-runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944116331
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-query-runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-query-runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-query-runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-query-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-query-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-query-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-query-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-query-runtime ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-query-runtime ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-query-runtime ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/target/viatra-query-runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-query-runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/target/viatra-query-runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-runtime/2.9.0-SNAPSHOT/viatra-query-runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-runtime/2.9.0-SNAPSHOT/viatra-query-runtime-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.viatra:viatra-query-language >--------------
[INFO] Building VIATRA Query Language 2.9.0-SNAPSHOT                    [17/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-query-language ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-query-language ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944118464
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-query-language ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-query-language ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-query-language ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-query-language ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-query-language ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-query-language ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-query-language ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-query-language ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-query-language ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-query-language ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/target/viatra-query-language-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-query-language ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/target/viatra-query-language-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-language/2.9.0-SNAPSHOT/viatra-query-language-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-language/2.9.0-SNAPSHOT/viatra-query-language-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.viatra:viatra-maven-plugin >---------------
[INFO] Building VIATRA Maven Plug-in 2.9.0-SNAPSHOT                     [18/34]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-maven-plugin ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-maven-plugin ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944120764
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-maven-plugin ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-maven-plugin ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-maven-plugin ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-maven-plugin ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ viatra-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-maven-plugin ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-maven-plugin ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-maven-plugin ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/target/viatra-maven-plugin-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ viatra-maven-plugin ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/target/viatra-maven-plugin-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-maven-plugin/2.9.0-SNAPSHOT/viatra-maven-plugin-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-maven-plugin/2.9.0-SNAPSHOT/viatra-maven-plugin-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.viatra:org.eclipse.viatra.transformation.views >-----
[INFO] Building org.eclipse.viatra.transformation.views 2.9.0-SNAPSHOT  [19/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.views ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944128319
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.views ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/model/traceability.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/model/traceability.genmodel
>>  Examining project 'org.eclipse.viatra.transformation.views'
>>  Refreshing '/org.eclipse.viatra.transformation.views'.
>>  Opening 'org.eclipse.viatra.transformation.views'.
>>  Refreshing '/org.eclipse.viatra.transformation.views'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.transformation.views/plugin.properties
>>  Opening folder /org.eclipse.viatra.transformation.views
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.transformation.views/build.properties
>>  Opening folder /org.eclipse.viatra.transformation.views
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.transformation.views/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.transformation.views/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.transformation.views/plugin.xml
>>  Opening folder /org.eclipse.viatra.transformation.views
>>  Examining old /org.eclipse.viatra.transformation.views/plugin.xml
>>  Generating package TraceabilityPackage
>>  Generating Java interface org.eclipse.viatra.transformation.views.traceability.TraceabilityPackage
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/TraceabilityPackage.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/TraceabilityPackage.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.impl.TraceabilityPackageImpl
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityPackageImpl.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.transformation.views.traceability.TraceabilityFactory
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/TraceabilityFactory.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/TraceabilityFactory.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.impl.TraceabilityFactoryImpl
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.util.TraceabilitySwitch
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util/TraceabilitySwitch.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util/TraceabilitySwitch.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.util.TraceabilityAdapterFactory
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util/TraceabilityAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util/TraceabilityAdapterFactory.java
>>  Generating Traceability
>>  Generating Java interface org.eclipse.viatra.transformation.views.traceability.Traceability
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/Traceability.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/Traceability.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.impl.TraceabilityImpl
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityImpl.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityImpl.java
>>  Generating Trace
>>  Generating Java interface org.eclipse.viatra.transformation.views.traceability.Trace
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/Trace.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/Trace.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.impl.TraceImpl
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceImpl.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceImpl.java
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'helpers.vql'
[INFO] Starting generator for input: 'helpers.vql'
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.views ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.views ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime >-----
[INFO] Building org.eclipse.viatra.addon.viewers.runtime 2.9.0-SNAPSHOT [20/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944143027
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/model/notation.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/model/notation.genmodel
>>  Examining project 'org.eclipse.viatra.addon.viewers.runtime'
>>  Refreshing '/org.eclipse.viatra.addon.viewers.runtime'.
>>  Opening 'org.eclipse.viatra.addon.viewers.runtime'.
>>  Refreshing '/org.eclipse.viatra.addon.viewers.runtime'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.addon.viewers.runtime/plugin.properties
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.addon.viewers.runtime/build.properties
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.addon.viewers.runtime/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.addon.viewers.runtime/plugin.xml
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime
>>  Examining old /org.eclipse.viatra.addon.viewers.runtime/plugin.xml
>>  Generating package NotationPackage
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.NotationPackage
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationPackage.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationPackage.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.NotationPackageImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationPackageImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.NotationFactory
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationFactory.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationFactory.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.NotationFactoryImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.util.NotationSwitch
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util/NotationSwitch.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util/NotationSwitch.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.util.NotationAdapterFactory
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util/NotationAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util/NotationAdapterFactory.java
>>  Generating Formattable Element
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.FormattableElement
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/FormattableElement.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/FormattableElement.java
>>  Generating Format Specification
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.FormatSpecification
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/FormatSpecification.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/FormatSpecification.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.FormatSpecificationImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/FormatSpecificationImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/FormatSpecificationImpl.java
>>  Generating Item
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.Item
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Item.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Item.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.ItemImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/ItemImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/ItemImpl.java
>>  Generating Edge
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.Edge
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Edge.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Edge.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.EdgeImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/EdgeImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/EdgeImpl.java
>>  Generating Containment
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.Containment
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Containment.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Containment.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.ContainmentImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/ContainmentImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/ContainmentImpl.java
>>  Generating Model
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.NotationModel
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationModel.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationModel.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.NotationModelImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationModelImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationModelImpl.java
>>  Generating Attribute
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.Attribute
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Attribute.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Attribute.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.AttributeImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/AttributeImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/AttributeImpl.java
>>  Generating String To String Map
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.StringToStringMapImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/StringToStringMapImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/StringToStringMapImpl.java
>>  Generating Hierarchy Policy
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.HierarchyPolicy
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/HierarchyPolicy.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/HierarchyPolicy.java
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Adding project dependencies to classpath
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'ViewersTraceabilityQueries.vql'
[INFO] Starting generator for input: 'ViewersTraceabilityQueries.vql'
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/src/org/eclipse/viatra/addon/viewers/runtime/extensions/ViatraViewersPartSupport.java:[73] 
	onSelectionChanged(structuredSelection.toList());
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.validation >--
[INFO] Building org.eclipse.viatra.addon.viewers.runtime.validation 2.9.0-SNAPSHOT [21/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944161425
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime >---
[INFO] Building org.eclipse.viatra.addon.databinding.runtime 2.9.0-SNAPSHOT [22/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944161650
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[37] 
	private Map<IObservableValue, MatchType> observableMap;
	            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[38] 
	private Map<MatchType, List<IObservableValue>> observableMapReversed;
	                            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[43] 
	this.observableMap = new HashMap<IObservableValue, MatchType>();
	                                 ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[44] 
	this.observableMapReversed = new HashMap<MatchType, List<IObservableValue>>();
	                                                         ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[53] 
	private class ChangeListener implements IValueChangeListener {
	                                        ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[55] 
	public void handleValueChange(final ValueChangeEvent event) {
	                                    ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[56] 
	IObservableValue val = event.getObservableValue();
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[65] 
	List<IObservableValue> values = new ArrayList<IObservableValue>();
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[65] 
	List<IObservableValue> values = new ArrayList<IObservableValue>();
	                                              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[68] 
	List<IObservableValue> observableValues = observeAllAttributes(changeListener, location);
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[73] 
	for (IObservableValue val : values) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[88] 
	private List<IObservableValue> observeAllAttributes(final IValueChangeListener changeListener, final Object object) {
	             ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[88] 
	private List<IObservableValue> observeAllAttributes(final IValueChangeListener changeListener, final Object object) {
	                                                          ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[89] 
	List<IObservableValue> affectedValues = new ArrayList<IObservableValue>();
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[89] 
	List<IObservableValue> affectedValues = new ArrayList<IObservableValue>();
	                                                      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[92] 
	IObservableValue val = EMFProperties.value(feature).observe(object);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[92] 
	IObservableValue val = EMFProperties.value(feature).observe(object);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[94] 
	val.addValueChangeListener(changeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[109] 
	List<IObservableValue> observables = observableMapReversed.get(atom);
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[111] 
	for (IObservableValue val : observables) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[112] 
	val.removeValueChangeListener(changeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[57] 
	public static IObservableValue getObservableValue(IQuerySpecification<?> query, IPatternMatch match, String parameterName) {
	              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[83] 
	public static IValueProperty getValueProperty(IQuerySpecification<?> query, String parameterName) {
	              ^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[97] 
	protected static class MatcherProperty extends ValueProperty {
	                                               ^^^^^^^^^^^^^
ValueProperty is a raw type. References to generic type ValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[112] 
	public IObservableValue observe(Realm realm, Object source) {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[119] 
	protected static class MatcherLabelProperty extends ValueProperty {
	                                                    ^^^^^^^^^^^^^
ValueProperty is a raw type. References to generic type ValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[132] 
	public IObservableValue observe(Realm realm, Object source) {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[60] 
	public class ObservablePatternMatchList<Match extends IPatternMatch> extends AbstractObservableList {
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableList is a raw type. References to generic type AbstractObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[251] 
	protected ListDiff nextDiff = null;
	          ^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[293] 
	ListDiffEntry diffentry = addItem(match);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[299] 
	ListDiffEntry diffentry = removeItem(match);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[303] 
	private void sendListUpdates(ListDiffEntry diffentry) {
	                             ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[305] 
	final ListDiff diff = Diffs.createListDiff(diffentry);
	      ^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[305] 
	final ListDiff diff = Diffs.createListDiff(diffentry);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation createListDiff(ListDiffEntry) of the generic method createListDiff(ListDiffEntry<E>) of type Diffs
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[305] 
	final ListDiff diff = Diffs.createListDiff(diffentry);
	                                           ^^^^^^^^^
Type safety: The expression of type ListDiffEntry needs unchecked conversion to conform to ListDiffEntry<Object>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[310] 
	private void sendListUpdate(final ListDiff diff) {
	                                  ^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[315] 
	fireListChange(diff);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireListChange(ListDiff) belongs to the raw type AbstractObservableList. References to generic type AbstractObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[320] 
	private ListDiffEntry addItem(Match match) {
	        ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[331] 
	ListDiffEntry diffentry = Diffs.createListDiffEntry(index, true, item);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[337] 
	private ListDiffEntry removeItem(Match match) {
	        ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[343] 
	ListDiffEntry diffentry = Diffs.createListDiffEntry(index, false, item);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[360] 
	List<ListDiffEntry> entries = new ArrayList<>(removed.size());
	     ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[363] 
	ListDiffEntry diffEntry = removeItem(match);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[367] 
	nextDiff = Diffs.createListDiff(nextDiff.getDifferences());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation createListDiff(ListDiffEntry[]) of the generic method createListDiff(ListDiffEntry<E>[]) of type Diffs
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[367] 
	nextDiff = Diffs.createListDiff(nextDiff.getDifferences());
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ListDiffEntry[] needs unchecked conversion to conform to ListDiffEntry<Object>[]
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[369] 
	for (ListDiffEntry entry : nextDiff.getDifferences()) {
	     ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[375] 
	ListDiffEntry diffentry = Diffs.createListDiffEntry(index, true, item);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[379] 
	ListDiff diff = Diffs.createListDiff(entries.toArray(new ListDiffEntry[entries.size()]));
	^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[379] 
	ListDiff diff = Diffs.createListDiff(entries.toArray(new ListDiffEntry[entries.size()]));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation createListDiff(ListDiffEntry[]) of the generic method createListDiff(ListDiffEntry<E>[]) of type Diffs
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[379] 
	ListDiff diff = Diffs.createListDiff(entries.toArray(new ListDiffEntry[entries.size()]));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ListDiffEntry[] needs unchecked conversion to conform to ListDiffEntry<Object>[]
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[47] 
	public class ObservablePatternMatchSet<Match extends IPatternMatch> extends AbstractObservableSet {
	                                                                            ^^^^^^^^^^^^^^^^^^^^^
AbstractObservableSet is a raw type. References to generic type AbstractObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[175] 
	final SetDiff diff = Diffs.createSetDiff(Collections.singleton(item), Collections.emptySet());
	      ^^^^^^^
SetDiff is a raw type. References to generic type SetDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[180] 
	fireSetChange(diff);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method fireSetChange(SetDiff) belongs to the raw type AbstractObservableSet. References to generic type AbstractObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[193] 
	final SetDiff diff = Diffs.createSetDiff(Collections.emptySet(), Collections.singleton(item));
	      ^^^^^^^
SetDiff is a raw type. References to generic type SetDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[198] 
	fireSetChange(diff);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method fireSetChange(SetDiff) belongs to the raw type AbstractObservableSet. References to generic type AbstractObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.java:[189] 
	value.addValueChangeListener(changeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.java:[210] 
	IObservableValue val = EMFProperties.value(feature).observe(object);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.java:[212] 
	val.addValueChangeListener(changeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.java:[253] 
	val = EMFProperties.value(feature).observe(o);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
59 problems (59 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.validation >--
[INFO] Building org.eclipse.viatra.addon.databinding.runtime.validation 2.9.0-SNAPSHOT [23/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944161875
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime >--
[INFO] Building org.eclipse.viatra.addon.querybasedfeatures.runtime 2.9.0-SNAPSHOT [24/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944162084
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureHandler.java:[66] 
	public EList getManyReferenceValueAsEList(Object source) {
	       ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/org/eclipse/viatra/addon/querybasedfeatures/runtime/DerivedFeatureAdapter.java:[172] 
	case Notification.CREATE:
	                  ^^^^^^
The field Notification.CREATE is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/org/eclipse/viatra/addon/querybasedfeatures/runtime/IQueryBasedFeatureHandler.java:[29] 
	EList getManyReferenceValueAsEList(Object source);
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
3 problems (3 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.validation >--
[INFO] Building org.eclipse.viatra.addon.querybasedfeatures.runtime.validation 2.9.0-SNAPSHOT [25/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944162338
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.addon.validation.core >-----
[INFO] Building org.eclipse.viatra.addon.validation.core 2.9.0-SNAPSHOT [26/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.validation.core ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944162542
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime >---
[INFO] Building org.eclipse.viatra.addon.validation.runtime 2.9.0-SNAPSHOT [27/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944162782
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.validation >--
[INFO] Building org.eclipse.viatra.addon.validation.runtime.validation 2.9.0-SNAPSHOT [28/34]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121746
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944162963
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] ---------< org.eclipse.viatra:org.eclipse.viatra.target.core >----------
[INFO] Building org.eclipse.viatra.target.core 2.9.0-SNAPSHOT           [29/34]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.target.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.target.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944163215
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.target.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.target.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.target.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.target.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-target-definition (default-package-target-definition) @ org.eclipse.viatra.target.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.target.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core/org.eclipse.viatra.target.core.target to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.target.core/2.9.0-SNAPSHOT/org.eclipse.viatra.target.core-2.9.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.target.core/2.9.0-SNAPSHOT/org.eclipse.viatra.target.core-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.viatra:org.eclipse.viatra.target.all >----------
[INFO] Building org.eclipse.viatra.target.all 2.9.0-SNAPSHOT            [30/34]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.target.all ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.target.all ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944163248
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.target.all ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.target.all ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.target.all ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.target.all ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-target-definition (default-package-target-definition) @ org.eclipse.viatra.target.all ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.target.all ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all/org.eclipse.viatra.target.all.target to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.target.all/2.9.0-SNAPSHOT/org.eclipse.viatra.target.all-2.9.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.target.all/2.9.0-SNAPSHOT/org.eclipse.viatra.target.all-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.viatra:viatra-transformation-runtime >----------
[INFO] Building VIATRA Transformation Runtime 2.9.0-SNAPSHOT            [31/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-transformation-runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-transformation-runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944163272
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-transformation-runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-transformation-runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-transformation-runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-transformation-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-transformation-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-transformation-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-transformation-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-transformation-runtime ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-transformation-runtime ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-transformation-runtime ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/target/viatra-transformation-runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-transformation-runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/target/viatra-transformation-runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-transformation-runtime/2.9.0-SNAPSHOT/viatra-transformation-runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-transformation-runtime/2.9.0-SNAPSHOT/viatra-transformation-runtime-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.viatra:viatra-querybasedfeatures >------------
[INFO] Building VIATRA Query based Feature Runtime 2.9.0-SNAPSHOT       [32/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-querybasedfeatures ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-querybasedfeatures ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944163303
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-querybasedfeatures ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-querybasedfeatures ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-querybasedfeatures ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-querybasedfeatures ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-querybasedfeatures ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-querybasedfeatures ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-querybasedfeatures ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-querybasedfeatures ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-querybasedfeatures ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-querybasedfeatures ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/target/viatra-querybasedfeatures-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-querybasedfeatures ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/target/viatra-querybasedfeatures-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-querybasedfeatures/2.9.0-SNAPSHOT/viatra-querybasedfeatures-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-querybasedfeatures/2.9.0-SNAPSHOT/viatra-querybasedfeatures-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.viatra:viatra-query-language-extensions >---------
[INFO] Building VIATRA Query Language Extensions 2.9.0-SNAPSHOT         [33/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-query-language-extensions ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-query-language-extensions ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944163356
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-query-language-extensions ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-query-language-extensions ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-query-language-extensions ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-query-language-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-query-language-extensions ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-query-language-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-query-language-extensions ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-query-language-extensions ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-query-language-extensions ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-query-language-extensions ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/target/viatra-query-language-extensions-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-query-language-extensions ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/target/viatra-query-language-extensions-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-language-extensions/2.9.0-SNAPSHOT/viatra-query-language-extensions-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-language-extensions/2.9.0-SNAPSHOT/viatra-query-language-extensions-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.viatra:viatra-query-testing >---------------
[INFO] Building VIATRA Query Runtime 2.9.0-SNAPSHOT                     [34/34]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-query-testing ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-query-testing ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944163405
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-query-testing ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-query-testing ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-query-testing ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-query-testing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-query-testing ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-query-testing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-query-testing ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-query-testing ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-query-testing ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-query-testing ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/target/viatra-query-testing-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-query-testing ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/target/viatra-query-testing-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-testing/2.9.0-SNAPSHOT/viatra-query-testing-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-testing/2.9.0-SNAPSHOT/viatra-query-testing-2.9.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for VIATRA Core Plug-ins 2.9.0-SNAPSHOT:
[INFO] 
[INFO] VIATRA Parent job .................................. SUCCESS [  8.043 s]
[INFO] VIATRA Core Plug-ins ............................... SUCCESS [  0.129 s]
[INFO] org.eclipse.viatra.query.runtime.matchers .......... SUCCESS [  4.577 s]
[INFO] org.eclipse.viatra.query.runtime.base.itc .......... SUCCESS [  0.385 s]
[INFO] org.eclipse.viatra.query.runtime.base .............. SUCCESS [  0.486 s]
[INFO] org.eclipse.viatra.query.runtime ................... SUCCESS [  0.618 s]
[INFO] org.eclipse.viatra.query.runtime.localsearch ....... SUCCESS [  0.651 s]
[INFO] org.eclipse.viatra.query.patternlanguage.emf ....... SUCCESS [ 36.229 s]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.ide ... SUCCESS [  0.928 s]
[INFO] org.eclipse.viatra.query.runtime.rete.recipes ...... SUCCESS [  7.373 s]
[INFO] org.eclipse.viatra.query.runtime.rete .............. SUCCESS [  0.618 s]
[INFO] org.eclipse.viatra.query.testing.snapshot .......... SUCCESS [  4.149 s]
[INFO] org.eclipse.viatra.query.testing.core .............. SUCCESS [  2.893 s]
[INFO] org.eclipse.viatra.transformation.evm .............. SUCCESS [  0.316 s]
[INFO] org.eclipse.viatra.transformation.runtime.emf ...... SUCCESS [  0.293 s]
[INFO] VIATRA Query Runtime ............................... SUCCESS [  2.614 s]
[INFO] VIATRA Query Language .............................. SUCCESS [  0.137 s]
[INFO] VIATRA Maven Plug-in ............................... SUCCESS [  9.825 s]
[INFO] org.eclipse.viatra.transformation.views ............ SUCCESS [ 14.673 s]
[INFO] org.eclipse.viatra.addon.viewers.runtime ........... SUCCESS [ 18.399 s]
[INFO] org.eclipse.viatra.addon.viewers.runtime.validation  SUCCESS [  0.261 s]
[INFO] org.eclipse.viatra.addon.databinding.runtime ....... SUCCESS [  0.222 s]
[INFO] org.eclipse.viatra.addon.databinding.runtime.validation SUCCESS [  0.212 s]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime  SUCCESS [  0.250 s]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime.validation SUCCESS [  0.207 s]
[INFO] org.eclipse.viatra.addon.validation.core ........... SUCCESS [  0.237 s]
[INFO] org.eclipse.viatra.addon.validation.runtime ........ SUCCESS [  0.179 s]
[INFO] org.eclipse.viatra.addon.validation.runtime.validation SUCCESS [  0.259 s]
[INFO] org.eclipse.viatra.target.core ..................... SUCCESS [  0.034 s]
[INFO] org.eclipse.viatra.target.all ...................... SUCCESS [  0.022 s]
[INFO] VIATRA Transformation Runtime ...................... SUCCESS [  0.031 s]
[INFO] VIATRA Query based Feature Runtime ................. SUCCESS [  0.049 s]
[INFO] VIATRA Query Language Extensions ................... SUCCESS [  0.049 s]
[INFO] VIATRA Query Runtime ............................... SUCCESS [  0.043 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:54 min
[INFO] Finished at: 2024-04-12T17:49:23Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Full build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[VIATRA_PR-160] $ Xvnc -help
Starting xvnc
[VIATRA_PR-160] $ Xvnc :77 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

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


Fri Apr 12 17:49:25 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5977
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn -B -f releng/org.eclipse.viatra.parent.all/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/VIATRA_PR-160/.repository -Dmaven.test.failure.ignore=true -DrunUITests=true clean install
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /opt/tools/apache-maven/3.8.6
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.update:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/pom.xml
[INFO] Adding repository https://download.itemis.com/updates/releases/2.1.1
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2019-06/201906191000/ (142B)
[INFO] Adding repository https://download.eclipse.org/releases/2019-06/201906191000
[INFO] Fetching p2.index from https://download.eclipse.org/collections/10.2.0/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/collections/10.2.0/repository
[INFO] Fetching p2.index from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/ (172B)
[INFO] Adding repository https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453
[INFO] Fetching content.xml.xz from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/ (12.95kB)
[INFO] Fetching p2.index from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/ (172B)
[INFO] Adding repository https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon
[INFO] Fetching content.xml.xz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/ (35.17kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.update:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/pom.xml
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (676.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (676.21kB)
[INFO] Unpacking com.google.guava_21.0.0.v20170206-1425...
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (743.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (743.15kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20181102183712/repository/ (63B)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (141.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (141.47kB)
[INFO] Fetching com.google.inject.multibindings_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (20.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject.multibindings_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (20.55kB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (9.5MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (9.5MB)
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (170.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (170.74kB)
[INFO] Fetching R-4.12-201906051800&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.12/ (63B)
[INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (454.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (454.46kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (249kB)
[INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (2.73MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (2.73MB)
[INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/ (63B)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (504.53kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (259.85kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.88kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (453.74kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (387.41kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.9kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.44kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (161.06kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.81kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (13.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (13.03kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (101.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (63.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (14.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (14.52kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (258.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (258.72kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.95kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (498.28kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.12kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (183.86kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (24.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (106.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (33.71kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (82.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (82.7kB)
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (154.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (154.23kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (30.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (30.66kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (405.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (405.11kB)
[INFO] Unpacking org.apache.xerces_2.9.0.v201101211617...
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (42.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (42.52kB)
[INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (114.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (114.7kB)
[INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
[INFO] Fetching org.apiguardian_1.0.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (12.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apiguardian_1.0.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (12.36kB)
[INFO] Unpacking org.apiguardian_1.0.0.v20190212-2109...
[INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.66kB)
[INFO] Unpacking org.eclipse.acceleo.annotations_6.0.8.201902261618...
[INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (146.77kB)
[INFO] Unpacking org.eclipse.acceleo.query_6.0.8.201902261618...
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (115.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (115.24kB)
[INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (485.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (485.5kB)
[INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (399.18kB)
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.93kB)
[INFO] Unpacking org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618...
[INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (318.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (318.48kB)
[INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (123.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (123.14kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.8kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (195.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (195.05kB)
[INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (964.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (964.19kB)
[INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.core_3.5.400.v20190510-0606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.18kB)
[INFO] Unpacking org.eclipse.ant.core_3.5.400.v20190510-0606...
[INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.4.500.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.02kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.500.v20190510-0606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (101.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.launching_1.2.500.v20190510-0606.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (101.16kB)
[INFO] Unpacking org.eclipse.ant.launching_1.2.500.v20190510-0606...
[INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.13.300.v20190514-0832.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.79kB)
[INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (272.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching_3.14.0.v20190508-0531.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (272.59kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.externaltools_1.1.300.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.49kB)
[INFO] Unpacking org.eclipse.core.externaltools_1.1.300.v20190510-0549...
[INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.68kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (489.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (489.43kB)
[INFO] Unpacking org.eclipse.ant.ui_3.7.500.v20190518-1030...
[INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (65.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.externaltools_3.4.300.v20190510-0549.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (65.99kB)
[INFO] Unpacking org.eclipse.ui.externaltools_3.4.300.v20190510-0549...
[INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (361.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (361.71kB)
[INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (83.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.8.500.v20190514-0743.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (83.15kB)
[INFO] Unpacking org.eclipse.ui.console_3.8.500.v20190514-0743...
[INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.14.100.v20190518-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1MB)
[INFO] Unpacking org.eclipse.debug.ui_3.14.100.v20190518-2143...
[INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (4.04MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.ui_3.18.0.v20190601-2139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (4.04MB)
[INFO] Unpacking org.eclipse.jdt.ui_3.18.0.v20190601-2139...
[INFO] Fetching org.eclipse.jdt.debug.ui_3.10.300.v20190528-0604.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (126.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (126.2kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (107.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (235.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit_3.11.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (235.53kB)
[INFO] Unpacking org.eclipse.jdt.junit_3.11.400.v20190510-0840...
[INFO] Fetching org.eclipse.collections_10.2.0.v20200211-1558.jar.pack.gz from https://download.eclipse.org/collections/10.2.0/repository/plugins/ (1.66MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.collections_10.2.0.v20200211-1558.jar.pack.gz from https://download.eclipse.org/collections/10.2.0/repository/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (303.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (303.02kB)
[INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.79kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (229.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (229.07kB)
[INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.84kB)
[INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (52.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (52.18kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (53.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (53.95kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (55.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (55.78kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (82.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (82.59kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.79kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.beans_1.5.0.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.27kB)
[INFO] Unpacking org.eclipse.core.databinding.beans_1.5.0.v20190510-1100...
[INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.02kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (41.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (41.7kB)
[INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (125.98kB)
[INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,012.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,012.08kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.67kB)
[INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308...
[INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.51kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.77kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (25.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (25.95kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.61kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.69kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.53kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.16kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (98kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.01kB)
[INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (358.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (358.07kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (64.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (64.06kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (79.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (79.2kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.84kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.97kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (112.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (112.57kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.82kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (85.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (85.89kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (84.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (84.18kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (50.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (50.98kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (49.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (49.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (94.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (94.18kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.25kB)
[INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (77.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (77.69kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.eef_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (213.2kB)
[INFO] Fetching org.eclipse.eef.common_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.82kB)
[INFO] Fetching org.eclipse.eef.common.ui_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB)
[INFO] Fetching org.eclipse.eef.core_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.78kB)
[INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB)
[INFO] Fetching org.eclipse.sirius.common.interpreter_6.2.1.201906121145.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.common.interpreter_6.2.1.201906121145.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.44kB)
[INFO] Unpacking org.eclipse.sirius.common.interpreter_6.2.1.201906121145...
[INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.78kB)
[INFO] Fetching org.eclipse.eef.ide.ui_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (163.11kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (59.63kB)
[INFO] Fetching org.eclipse.sirius.ext.ide_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (10.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.ide_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (10.84kB)
[INFO] Unpacking org.eclipse.sirius.ext.ide_6.0.1.201808231529...
[INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (72.03kB)
[INFO] Fetching org.eclipse.eef.ide.ui.properties_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.39kB)
[INFO] Fetching org.eclipse.eef.properties.ui_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (102.95kB)
[INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.1.2.201903071543.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (68.93kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (40.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (40.76kB)
[INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118...
[INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (110.68kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (416.42kB)
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.52kB)
[INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.87kB)
[INFO] Unpacking org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.31kB)
[INFO] Unpacking org.eclipse.emf.ecore.edit_2.12.0.v20190226-1307...
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190323-1059.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.93kB)
[INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.12kB)
[INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.49kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.mwe.core_1.5.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (61.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.core_1.5.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (61.62kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (8.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (8.46kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.5.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (19.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.utils_1.5.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (19.49kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (69.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.language_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB)
[INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (96.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (96.31kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (129.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (129.49kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (12.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (12.52kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201812070911.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (403.76kB)
[INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.51kB)
[INFO] Fetching org.eclipse.emf.transaction_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201812070911.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.26kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201812070911.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.4kB)
[INFO] Fetching org.eclipse.emf.validation_1.12.1.201812070911.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (21.67kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.emf.workspace_1.12.0.201805140824.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (21.65kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (19.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (19.48kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320...
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.94kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258...
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (58.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (58.1kB)
[INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646...
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (108.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (108.1kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.98kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (38.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (38.73kB)
[INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009...
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.99kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.12kB)
[INFO] Unpacking org.eclipse.equinox.p2.director_2.4.300.v20190215-2242...
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (103.26kB)
[INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (72.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (72.9kB)
[INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.9kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115...
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (74.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (74.81kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (37.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (37.87kB)
[INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302...
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.01kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14kB)
[INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302...
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.93kB)
[INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008...
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.87kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302...
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (104.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (104.29kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.46kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405...
[INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.54kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (121.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (121.81kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649...
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.17kB)
[INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242...
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (286.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (286.98kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158...
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (71.27kB)
[INFO] Unpacking org.eclipse.equinox.security.ui_1.2.300.v20190514-1046...
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (366.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (366.65kB)
[INFO] Unpacking org.eclipse.gef_3.11.0.201606061308...
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.56kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.55kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (252.28kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (38.64kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.1kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (117.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (91.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.58kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (130.38kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (215.83kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.97kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (212.88kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (134.24kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.59kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (114.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (120.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (307.45kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.54kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (191.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.22kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (111.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (185.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (18.25kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (92.23kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (61.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (99.98kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (28.67kB)
[INFO] Fetching org.eclipse.gmf_1.12.1.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.82kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (752.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (88.5kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (90.67kB)
[INFO] Fetching org.eclipse.gmf_1.12.1.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (21.77kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.9.0.201805221301.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (384.01kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201805221301.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (246.02kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.12.0.201805221301.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (21.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.12.1.201905141505.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (21.56kB)
[INFO] Fetching org.eclipse.graphiti_0.16.0.201906041401.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.graphiti_0.16.0.201906041401.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.64kB)
[INFO] Unpacking org.eclipse.graphiti_0.16.0.201906041401...
[INFO] Fetching org.eclipse.graphiti.mm_0.16.0.201906041401.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.graphiti.mm_0.16.0.201906041401.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (57.9kB)
[INFO] Unpacking org.eclipse.graphiti.mm_0.16.0.201906041401...
[INFO] Fetching org.eclipse.graphiti.ui_0.16.0.201906041401.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (225.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.graphiti.ui_0.16.0.201906041401.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (225.99kB)
[INFO] Unpacking org.eclipse.graphiti.ui_0.16.0.201906041401...
[INFO] Fetching org.eclipse.graphiti.pattern_0.16.0.201906041401.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.graphiti.pattern_0.16.0.201906041401.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.09kB)
[INFO] Unpacking org.eclipse.graphiti.pattern_0.16.0.201906041401...
[INFO] Fetching org.eclipse.graphiti.feature_0.16.0.201906041401.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.25kB)
[INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (135.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (135.13kB)
[INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.11kB)
[INFO] Unpacking org.eclipse.jdt_3.18.0.v20190605-1800...
[INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (142.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.5.600.v20190329-1257.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (142.02kB)
[INFO] Unpacking org.eclipse.ui.intro_3.5.600.v20190329-1257...
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (118.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (118.98kB)
[INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039...
[INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.52kB)
[INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416...
[INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.7kB)
[INFO] Unpacking org.eclipse.jdt.annotation_2.2.300.v20190328-1431...
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.400.v20190328-1431.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (127.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.400.v20190328-1431.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (127.99kB)
[INFO] Unpacking org.eclipse.jdt.apt.core_3.6.400.v20190328-1431...
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.07kB)
[INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.300.v20181206-1038...
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (144.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (144.85kB)
[INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450...
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.600.v20190402-0634.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.600.v20190402-0634.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.93kB)
[INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.600.v20190402-0634...
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.65kB)
[INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.200.v20180921-1416...
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (285.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (285.64kB)
[INFO] Unpacking org.eclipse.jdt.core.manipulation_1.11.200.v20190520-0718...
[INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (931.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.debug_3.13.0.v20190521-1707.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (931.98kB)
[INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (216.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.11.600.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (216.52kB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.300.v20190604-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (8.93MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.300.v20190604-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (8.93MB)
[INFO] Unpacking org.eclipse.jdt.doc.user_3.15.300.v20190604-0816...
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.300.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (65.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.300.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (65.61kB)
[INFO] Unpacking org.eclipse.jdt.junit.core_3.10.300.v20190510-0840...
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (24.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (24.44kB)
[INFO] Unpacking org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840...
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.2kB)
[INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840...
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.500.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.500.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.74kB)
[INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.500.v20190510-0840...
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (283.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (283.72kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (29.18kB)
[INFO] Fetching org.junit.jupiter.api_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (51.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.api_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (51.95kB)
[INFO] Unpacking org.junit.jupiter.api_5.4.0.v20190212-2109...
[INFO] Fetching org.junit.jupiter.engine_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (64.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.engine_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (64.91kB)
[INFO] Unpacking org.junit.jupiter.engine_5.4.0.v20190212-2109...
[INFO] Fetching org.junit.jupiter.migrationsupport_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (21.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.migrationsupport_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (21.23kB)
[INFO] Unpacking org.junit.jupiter.migrationsupport_5.4.0.v20190212-2109...
[INFO] Fetching org.junit.jupiter.params_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (168.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.params_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (168.65kB)
[INFO] Unpacking org.junit.jupiter.params_5.4.0.v20190212-2109...
[INFO] Fetching org.junit.platform.commons_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (47.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.commons_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (47.52kB)
[INFO] Unpacking org.junit.platform.commons_1.4.0.v20190212-2109...
[INFO] Fetching org.junit.platform.engine_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (50.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.engine_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (50.62kB)
[INFO] Unpacking org.junit.platform.engine_1.4.0.v20190212-2109...
[INFO] Fetching org.junit.platform.launcher_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (44.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.junit.platform.launcher_1.4.0.v20190212-2109...
[INFO] Fetching org.junit.platform.runner_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (20.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.runner_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (20.81kB)
[INFO] Unpacking org.junit.platform.runner_1.4.0.v20190212-2109...
[INFO] Fetching org.junit.platform.suite.api_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (16.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.suite.api_1.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (16.65kB)
[INFO] Unpacking org.junit.platform.suite.api_1.4.0.v20190212-2109...
[INFO] Fetching org.junit.vintage.engine_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (32.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.vintage.engine_5.4.0.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (32.85kB)
[INFO] Unpacking org.junit.vintage.engine_5.4.0.v20190212-2109...
[INFO] Fetching org.opentest4j_1.1.1.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (14.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.opentest4j_1.1.1.v20190212-2109.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (14.4kB)
[INFO] Unpacking org.opentest4j_1.1.1.v20190212-2109...
[INFO] Fetching org.eclipse.jdt_3.18.0.v20190605-1800.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.66kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (181.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (181.37kB)
[INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (492.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (492.8kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.46kB)
[INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104...
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.300.v20190417-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.300.v20190417-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.49kB)
[INFO] Unpacking org.eclipse.pde.ds.lib_1.1.300.v20190417-0900...
[INFO] Fetching org.eclipse.pde.api.tools_1.1.800.v20190517-1501.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (917.76kB)
[INFO] Fetching org.eclipse.pde.core_3.13.0.v20190513-1223.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.29MB)
[INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (58.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.objectweb.asm_7.1.0.v20190412-2143...
[INFO] Fetching org.objectweb.asm.tree_7.1.0.v20190412-2143.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (25.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objectweb.asm.tree_7.1.0.v20190412-2143.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (25.78kB)
[INFO] Unpacking org.objectweb.asm.tree_7.1.0.v20190412-2143...
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.300.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.300.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.64kB)
[INFO] Unpacking org.eclipse.pde.api.tools.annotations_1.1.300.v20190513-1223...
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.700.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (157.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.1.700.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (157.02kB)
[INFO] Unpacking org.eclipse.pde.api.tools.ui_1.1.700.v20190513-1223...
[INFO] Fetching org.eclipse.pde.ui_3.11.0.v20190520-2013.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.46MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui_3.11.0.v20190520-2013.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.46MB)
[INFO] Unpacking org.eclipse.pde.ui_3.11.0.v20190520-2013...
[INFO] Fetching org.eclipse.ui.trace_1.1.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.trace_1.1.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.33kB)
[INFO] Unpacking org.eclipse.ui.trace_1.1.500.v20190513-1223...
[INFO] Fetching org.eclipse.pde.build_3.10.400.v20190320-1020.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (478.55kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.13kB)
[INFO] Unpacking org.eclipse.update.configurator_3.4.300.v20190518-1030...
[INFO] Fetching org.eclipse.pde.doc.user_3.14.400.v20190605-0405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (6.61MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.doc.user_3.14.400.v20190605-0405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (6.61MB)
[INFO] Unpacking org.eclipse.pde.doc.user_3.14.400.v20190605-0405...
[INFO] Fetching org.eclipse.pde.ds.annotations_1.1.400.v20190514-1319.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (63.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.annotations_1.1.400.v20190514-1319.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (63.29kB)
[INFO] Unpacking org.eclipse.pde.ds.annotations_1.1.400.v20190514-1319...
[INFO] Fetching org.eclipse.pde.ds.core_1.1.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.core_1.1.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.07kB)
[INFO] Unpacking org.eclipse.pde.ds.core_1.1.500.v20190513-1223...
[INFO] Fetching org.eclipse.pde.ds.ui_1.1.600.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (80.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds.ui_1.1.600.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (80.08kB)
[INFO] Unpacking org.eclipse.pde.ds.ui_1.1.600.v20190513-1223...
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.300.v20190417-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.300.v20190417-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.91kB)
[INFO] Unpacking org.eclipse.pde.ds1_2.lib_1.0.300.v20190417-0900...
[INFO] Fetching org.eclipse.pde_3.13.600.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde_3.13.600.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.82kB)
[INFO] Unpacking org.eclipse.pde_3.13.600.v20190605-1800...
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.400.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.junit.runtime_3.5.400.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.88kB)
[INFO] Unpacking org.eclipse.pde.junit.runtime_3.5.400.v20190513-1223...
[INFO] Fetching org.eclipse.pde.runtime_3.6.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (114.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.runtime_3.6.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (114.3kB)
[INFO] Unpacking org.eclipse.pde.runtime_3.6.500.v20190513-1223...
[INFO] Fetching org.eclipse.pde.ui.templates_3.6.600.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (376.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui.templates_3.6.600.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (376.84kB)
[INFO] Unpacking org.eclipse.pde.ui.templates_3.6.600.v20190513-1223...
[INFO] Fetching org.eclipse.pde.launching_3.7.600.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.launching_3.7.600.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.25kB)
[INFO] Unpacking org.eclipse.pde.launching_3.7.600.v20190513-1223...
[INFO] Fetching org.eclipse.pde.ua.core_1.1.300.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ua.core_1.1.300.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.07kB)
[INFO] Unpacking org.eclipse.pde.ua.core_1.1.300.v20190513-1223...
[INFO] Fetching org.eclipse.pde.ua.ui_1.1.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (145.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ua.ui_1.1.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (145.07kB)
[INFO] Unpacking org.eclipse.pde.ua.ui_1.1.500.v20190513-1223...
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.0.500.v20190513-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.78kB)
[INFO] Unpacking org.eclipse.pde.genericeditor.extension_1.0.500.v20190513-1223...
[INFO] Fetching org.eclipse.tools.layout.spy_1.0.300.v20190430-1515.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (24.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tools.layout.spy_1.0.300.v20190430-1515.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (24.74kB)
[INFO] Unpacking org.eclipse.tools.layout.spy_1.0.300.v20190430-1515...
[INFO] Fetching org.eclipse.pde_3.14.0.v20190605-1800.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.4kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.400.v20190519-2344.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.46kB)
[INFO] Unpacking org.eclipse.ui.genericeditor_1.1.400.v20190519-2344...
[INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (83.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.log_1.2.600.v20190519-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (83.9kB)
[INFO] Unpacking org.eclipse.ui.views.log_1.2.600.v20190519-1034...
[INFO] Fetching org.eclipse.sirius_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (339.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (339.5kB)
[INFO] Unpacking org.eclipse.sirius_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.common_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (82.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.common_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (82.21kB)
[INFO] Unpacking org.eclipse.sirius.common_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ecore.extender_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (33.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ecore.extender_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (33.17kB)
[INFO] Unpacking org.eclipse.sirius.ecore.extender_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.base_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (14.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.base_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (14.3kB)
[INFO] Unpacking org.eclipse.sirius.ext.base_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.emf_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (9.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.emf_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (9.97kB)
[INFO] Unpacking org.eclipse.sirius.ext.emf_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (7.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (7.43kB)
[INFO] Unpacking org.eclipse.sirius.ext.emf.tx_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (18.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.common.acceleo.aql_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (18.49kB)
[INFO] Unpacking org.eclipse.sirius.common.acceleo.aql_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.common.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (92.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.common.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (92.71kB)
[INFO] Unpacking org.eclipse.sirius.common.ui_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (18.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.e3.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (18.14kB)
[INFO] Unpacking org.eclipse.sirius.ext.e3.ui_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.diagram_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (344.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.diagram_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (344.37kB)
[INFO] Unpacking org.eclipse.sirius.diagram_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (23.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.diagram.formatdata_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (23.84kB)
[INFO] Unpacking org.eclipse.sirius.diagram.formatdata_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.diagram.layoutdata_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (23.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.diagram.layoutdata_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (23.95kB)
[INFO] Unpacking org.eclipse.sirius.diagram.layoutdata_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.diagram.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (2.9MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.diagram.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (2.9MB)
[INFO] Unpacking org.eclipse.sirius.diagram.ui_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (18.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (18.23kB)
[INFO] Unpacking org.eclipse.sirius.ext.gmf.runtime_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (373.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (373.57kB)
[INFO] Unpacking org.eclipse.sirius.ui_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.draw2d_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (9.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.draw2d_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (9.99kB)
[INFO] Unpacking org.eclipse.sirius.ext.draw2d_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (7.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.emf.ui_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (7.96kB)
[INFO] Unpacking org.eclipse.sirius.ext.emf.ui_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.gef_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (10.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.gef_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (10.36kB)
[INFO] Unpacking org.eclipse.sirius.ext.gef_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.jface_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (7.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.jface_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (7.03kB)
[INFO] Unpacking org.eclipse.sirius.ext.jface_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.swt_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (7.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.swt_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (7.47kB)
[INFO] Unpacking org.eclipse.sirius.ext.swt_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.editor_6.2.1.201906121145.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (213.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.editor_6.2.1.201906121145.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (213.08kB)
[INFO] Unpacking org.eclipse.sirius.editor_6.2.1.201906121145...
[INFO] Fetching org.eclipse.sirius.editor.properties_6.2.1.201906121145.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (105.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.editor.properties_6.2.1.201906121145.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (105.46kB)
[INFO] Unpacking org.eclipse.sirius.editor.properties_6.2.1.201906121145...
[INFO] Fetching org.eclipse.sirius.properties_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (81.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.properties_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (81.19kB)
[INFO] Unpacking org.eclipse.sirius.properties_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.properties.edit_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (72.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.properties.edit_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (72.42kB)
[INFO] Unpacking org.eclipse.sirius.properties.edit_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.properties.core_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (49.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.properties.core_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (49.36kB)
[INFO] Unpacking org.eclipse.sirius.properties.core_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.properties.defaultrules_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (9.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.properties.defaultrules_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (9.97kB)
[INFO] Unpacking org.eclipse.sirius.properties.defaultrules_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (12.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (12.65kB)
[INFO] Unpacking org.eclipse.sirius.editor.properties.ext.widgets.reference_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (16.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (16.98kB)
[INFO] Unpacking org.eclipse.sirius.properties.ext.widgets.reference_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (16.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (16.24kB)
[INFO] Unpacking org.eclipse.sirius.properties.ext.widgets.reference.edit_6.0.1.201808231529...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,006.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,006.66kB)
[INFO] Fetching org.eclipse.sirius.ext.e3_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (6.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.e3_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (6.84kB)
[INFO] Unpacking org.eclipse.sirius.ext.e3_6.0.1.201808231529...
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.56kB)
[INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (10.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.emf.edit_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (10.04kB)
[INFO] Unpacking org.eclipse.sirius.ext.emf.edit_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.interpreter_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (17.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.interpreter_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (17.57kB)
[INFO] Unpacking org.eclipse.sirius.interpreter_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ui.properties_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (27.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ui.properties_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (27.21kB)
[INFO] Unpacking org.eclipse.sirius.ui.properties_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (9.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (9.68kB)
[INFO] Unpacking org.eclipse.sirius.ui.properties.ext.widgets.reference_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.properties.feature_6.0.1.201808231529.jar from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/features/ (24.47kB)
[INFO] Fetching org.eclipse.sirius.runtime.aql_6.0.1.201808231529.jar from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/features/ (24.57kB)
[INFO] Fetching org.eclipse.sirius.synchronizer_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (15.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.synchronizer_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (15.28kB)
[INFO] Unpacking org.eclipse.sirius.synchronizer_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.table_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (97.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.table_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (97.24kB)
[INFO] Unpacking org.eclipse.sirius.table_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.tree_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (73.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.tree_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (73.12kB)
[INFO] Unpacking org.eclipse.sirius.tree_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (6.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ext.gmf.notation_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (6.78kB)
[INFO] Unpacking org.eclipse.sirius.ext.gmf.notation_6.0.1.201808231529...
[INFO] Fetching org.eclipse.sirius.runtime_6.0.1.201808231529.jar from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/features/ (24.81kB)
[INFO] Fetching org.eclipse.sirius.ui.editor_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (40.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.sirius.ui.editor_6.0.1.201808231529.jar.pack.gz from https://archive.eclipse.org/sirius/updates/releases/6.0.1/photon/plugins/ (40.56kB)
[INFO] Unpacking org.eclipse.sirius.ui.editor_6.0.1.201808231529...
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.09kB)
[INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (11.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (11.51kB)
[INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.03MB)
[INFO] Unpacking org.eclipse.uml2.uml_5.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.71kB)
[INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (243.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (243.5kB)
[INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20181203-1331.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (32.02kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB)
[INFO] Fetching org.eclipse.zest.core_1.5.300.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.zest.core_1.5.300.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (60.96kB)
[INFO] Unpacking org.eclipse.zest.core_1.5.300.201606061308...
[INFO] Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.zest.layouts_1.1.300.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.96kB)
[INFO] Unpacking org.eclipse.zest.layouts_1.1.300.201606061308...
[INFO] Fetching org.eclipse.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (234.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (268.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (268.44kB)
[INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB)
[INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (579.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (579.88kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (196.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (196.05kB)
[INFO] Unpacking org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (25.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (25.65kB)
[INFO] Unpacking org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (87.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (87.82kB)
[INFO] Unpacking org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.builder_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (129.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.builder_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (129.83kB)
[INFO] Unpacking org.eclipse.xtext.builder_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (43.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (43.21kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.43kB)
[INFO] Unpacking org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (96.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.junit4_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (96.17kB)
[INFO] Fetching org.eclipse.xtend.ide_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (276.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.ide_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (276.95kB)
[INFO] Unpacking org.eclipse.xtend.ide_2.20.0.v20191202-1153...
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (148.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend.core_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (734.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.core_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (734.54kB)
[INFO] Unpacking org.eclipse.xtend.core_2.20.0.v20191202-1153...
[INFO] Fetching org.eclipse.xtext.smap_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.smap_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.11kB)
[INFO] Unpacking org.eclipse.xtext.smap_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtend.ide.common_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (290.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.ide.common_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (290.74kB)
[INFO] Unpacking org.eclipse.xtend.ide.common_2.20.0.v20191202-1153...
[INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (31.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (31.32kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.92kB)
[INFO] Unpacking org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.05kB)
[INFO] Unpacking org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.92kB)
[INFO] Unpacking org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB)
[INFO] Fetching org.eclipse.xtext.java_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (37.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.java_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (37.97kB)
[INFO] Unpacking org.eclipse.xtext.java_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.33kB)
[INFO] Unpacking org.eclipse.xtext.logging_1.2.15.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.source_2.20.0.v20191202-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.61MB)
[INFO] Fetching org.eclipse.xtext.util.source_2.20.0.v20191202-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (146.4kB)
[INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.01kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (363.88kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (225.44kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (13.06kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (149.05kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (14.56kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.29kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (28.47kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (57.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (57.37kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (125.83kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (40.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (40.24kB)
[INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (89.35kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (82.82kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (97.54kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.20.0.v20191202-0907.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (108.14kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.20.0.v20191202-0907.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (89.27kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.20.0.v20191202-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (565.54kB)
[INFO] Fetching org.eclipse.xtext.redist_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (18.23kB)
[INFO] Fetching org.eclipse.xtext.generator.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (532.42kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.20.0.v20191202-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (67.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (67.19kB)
[INFO] Unpacking org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915...
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.20.0.v20191202-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.46kB)
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (182.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (182.59kB)
[INFO] Unpacking org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915...
[INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.20.0.v20191202-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (222.78kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (47.32kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (72.11kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (18.02kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (2.02MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (341.07kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (438.4kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.5kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.20.0.v20191202-0907.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (102.09kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0910.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.42kB)
[INFO] Fetching org.eclipse.zest_1.7.0.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.63kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.update:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ide:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.matchers:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.matchers:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.matchers:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.localsearch:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.localsearch:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.localsearch:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete.recipes:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete.recipes:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete.recipes:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.snapshot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.snapshot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.snapshot:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.views:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.views:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.views:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.transformationtrace:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.transformationtrace:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.transformationtrace:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse.genetic:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse.genetic:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse.genetic:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.edit:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.edit:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.edit:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.validation:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.validation:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.validation:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.sirius:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.sirius:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.sirius:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.localsearch.ui:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.localsearch.ui:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.localsearch.ui:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.ui.retevis:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.ui.retevis:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.ui.retevis:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.language.vgql.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.language.vgql.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.language.vgql.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.sdk.extensions.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.sdk.extensions.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.sdk.extensions.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/pom.xml
[INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.61kB)
[INFO] Unpacking org.eclipse.core.net_1.3.500.v20190519-2354...
[INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (29.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (29.81kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.69kB)
[INFO] Unpacking org.eclipse.ui.ide.application_1.3.300.v20190513-2118...
[INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.42kB)
[INFO] Unpacking org.eclipse.urischeme_1.0.300.v20190514-0858...
[INFO] Fetching org.eclipse.viatra.examples.cps.model_2.0.0.201801280931.jar from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/plugins/ (101.21kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.tooling.debug:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.tooling.debug:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.tooling.debug:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.tooling.debug.ui:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.tooling.debug.ui:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.tooling.debug.ui:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.tracer:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.tracer:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.tracer:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.debug.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.debug.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.debug.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.dse.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.graphiti:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.graphiti:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.graphiti:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.graphiti.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.graphiti.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.graphiti.feature:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.generator.model:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.generator.model:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.generator.model:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.generator.model.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.generator.model.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.generator.model.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.core:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.debug:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.debug:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.debug:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.tooling.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/pom.xml
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (85.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (85.7kB)
[INFO] Unpacking org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.testing_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.testing_2.20.0.v20191202-0915.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.23kB)
[INFO] Unpacking org.eclipse.xtext.testing_2.20.0.v20191202-0915...
[INFO] Fetching org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (66.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (66.55kB)
[INFO] Unpacking org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016...
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ui.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ui.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/pom.xml
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.32kB)
[INFO] Unpacking javax.annotation_1.2.0.v201602091430...
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (31.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (31.52kB)
[INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (75.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (75.47kB)
[INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (34.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (34.83kB)
[INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (102.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (102.05kB)
[INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407...
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.12kB)
[INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016...
[INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.util_1.1.200.v20181008-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.34kB)
[INFO] Unpacking org.eclipse.equinox.util_1.1.200.v20181008-1820...
[INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.console_1.3.300.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (51.21kB)
[INFO] Unpacking org.eclipse.equinox.console_1.3.300.v20190516-1504...
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.85kB)
[INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736...
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.98kB)
[INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908...
[INFO] Fetching org.eclipse.e4.rcp_1.6.500.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (20.77kB)
[INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.44kB)
[INFO] Unpacking org.eclipse.rcp_4.12.0.v20190605-1800...
[INFO] Fetching org.eclipse.rcp_4.12.0.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.11kB)
[INFO] Fetching org.eclipse.rcp_root_4.12.0.v20190605-1801 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (25.66kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ui.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/pom.xml
[INFO] Fetching org.mockito_1.9.5.v201605172210.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (632.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.mockito_1.9.5.v201605172210.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (632.98kB)
[INFO] Unpacking org.mockito_1.9.5.v201605172210...
[INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (7.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (7.02kB)
[INFO] Unpacking org.hamcrest_1.1.0.v20090501071000...
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (32.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (32.1kB)
[INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246...
[INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (8.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (8.41kB)
[INFO] Unpacking org.hamcrest.integration_1.3.0.v201305210900...
[INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (12.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (12.58kB)
[INFO] Unpacking org.hamcrest.text_1.1.0.v20090501071000...
[INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (13.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (13.97kB)
[INFO] Unpacking org.objenesis_1.0.0.v201505121915...
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.cps.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.cps.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.cps.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/rcptt/release/2.4.3/repository/ (172B)
[INFO] Adding repository http://download.eclipse.org/rcptt/release/2.4.3/repository
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rcptt/release/2.4.3/repository/ (18.76kB)
[INFO] Fetching p2.index from http://download.eclipse.org/rcptt/release/2.4.3/runtime4x/ (172B)
[INFO] Adding repository http://download.eclipse.org/rcptt/release/2.4.3/runtime4x
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rcptt/release/2.4.3/runtime4x/ (16.72kB)
[INFO] Adding repository http://download.eclipse.org/tools/ajdt/37/update
[INFO] Fetching content.jar from http://download.eclipse.org/tools/ajdt/37/update/ (14.93kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries.validation:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/pom.xml
[INFO] Fetching org.eclipse.platform.doc.isv_4.12.0.v20190605-0405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.82MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.platform.doc.isv_4.12.0.v20190605-0405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.82MB)
[INFO] Unpacking org.eclipse.platform.doc.isv_4.12.0.v20190605-0405...
[INFO] Fetching org.eclipse.rcptt.core_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (425.2kB)
[INFO] Fetching org.eclipse.rcptt.tesla.core_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (964.9kB)
[INFO] Fetching org.eclipse.rcptt.tesla.recording.core_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (37.99kB)
[INFO] Fetching org.eclipse.rcptt.ecl.core_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (341.63kB)
[INFO] Fetching org.eclipse.rcptt.ecl.parser_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (65.21kB)
[INFO] Fetching org.eclipse.rcptt.core.scenario_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (79kB)
[INFO] Fetching org.eclipse.rcptt.tesla.recording.core.ecl_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (60.74kB)
[INFO] Fetching org.eclipse.rcptt.util_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (59.21kB)
[INFO] Fetching org.eclipse.rcptt.core.builder_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (54.02kB)
[INFO] Fetching org.eclipse.rcptt.core.ecl.core_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (111.94kB)
[INFO] Fetching org.eclipse.rcptt.tesla.ecl_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (588.84kB)
[INFO] Fetching org.eclipse.rcptt.core.ecl.parser_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (73.06kB)
[INFO] Fetching org.eclipse.rcptt.core.ecl.scanner_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (16.45kB)
[INFO] Fetching org.eclipse.rcptt.watson.core_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (212.77kB)
[INFO] Fetching org.eclipse.rcptt.reporting_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (54.14kB)
[INFO] Fetching org.eclipse.rcptt.verifications_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (41.44kB)
[INFO] Fetching org.eclipse.rcptt.ecl.operations_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (207.78kB)
[INFO] Fetching org.eclipse.rcptt.ecl.doc_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (33.77kB)
[INFO] Fetching org.eclipse.rcptt.core.launching_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (53.42kB)
[INFO] Fetching org.eclipse.rcptt.ctx.debug_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (61.72kB)
[INFO] Fetching org.eclipse.rcptt.ctx.filesystem_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (42.82kB)
[INFO] Fetching org.eclipse.rcptt.ctx.group_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (14.65kB)
[INFO] Fetching org.eclipse.rcptt.ctx.parameters_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (38.06kB)
[INFO] Fetching org.eclipse.rcptt.ctx.preferences_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (45.45kB)
[INFO] Fetching org.eclipse.rcptt.ctx.resources_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (15.29kB)
[INFO] Fetching org.eclipse.rcptt.resources_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (70.51kB)
[INFO] Fetching org.eclipse.rcptt.ctx.script_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (23.19kB)
[INFO] Fetching org.eclipse.rcptt.ctx.workbench_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (12.37kB)
[INFO] Fetching org.eclipse.rcptt.ecl.client.tcp_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (19.94kB)
[INFO] Fetching org.eclipse.rcptt.ecl.perf_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (46.61kB)
[INFO] Fetching org.eclipse.rcptt.ecl.debug.runtime_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (121.06kB)
[INFO] Fetching org.eclipse.rcptt.ecl.data_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (216.54kB)
[INFO] Fetching org.eclipse.rcptt.ecl.data.apache.poi_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (42.01kB)
[INFO] Fetching org.eclipse.rcptt.ecl.interop_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (61.6kB)
[INFO] Fetching org.eclipse.rcptt.ecl.filesystem_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (66.62kB)
[INFO] Fetching org.eclipse.rcptt.ecl.dispatch_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (16.27kB)
[INFO] Fetching org.eclipse.rcptt.ecl.core_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.8kB)
[INFO] Fetching org.eclipse.rcptt.ecl.platform_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (165.86kB)
[INFO] Fetching org.eclipse.rcptt.ecl.platform_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.57kB)
[INFO] Fetching org.eclipse.rcptt.ecl.platform.ui_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (86.74kB)
[INFO] Fetching org.eclipse.rcptt.ecl.platform.ui_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.58kB)
[INFO] Fetching org.eclipse.rcptt.ecl.server.tcp_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (23.8kB)
[INFO] Fetching org.eclipse.rcptt.ecl.server_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.53kB)
[INFO] Fetching org.eclipse.rcptt.expandbar_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (47.03kB)
[INFO] Fetching org.eclipse.rcptt.updates.helios_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (5.78MB)
[INFO] Fetching org.eclipse.rcptt.updates.kepler_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (5.88MB)
[INFO] Fetching org.eclipse.rcptt.updates.aspectj.e3x_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (1.71MB)
[INFO] Fetching org.eclipse.rcptt.updates.aspectj.e38x_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (1.73MB)
[INFO] Fetching org.eclipse.rcptt.updates.aspectj.e44x_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (1.69MB)
[INFO] Fetching org.eclipse.rcptt.updates.extra_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (9.14MB)
[INFO] Fetching org.eclipse.rcptt.external.dependencies.feature_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.65kB)
[INFO] Fetching org.eclipse.rcptt.logging_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (21.6kB)
[INFO] Fetching org.eclipse.rcptt.tesla.core.context_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (13.08kB)
[INFO] Fetching org.eclipse.rcptt.tesla.ecl_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.61kB)
[INFO] Fetching org.eclipse.rcptt.tesla_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.62kB)
[INFO] Fetching org.eclipse.rcptt.updates.runtime_2.4.3.201909171500.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (6.66MB)
[INFO] Fetching org.eclipse.rcptt.updates.runtime.e4x_2.4.3.201909171509.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (6.67MB)
[INFO] Fetching org.eclipse.rcptt.util.swt_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (29.78kB)
[INFO] Fetching org.eclipse.rcptt.updates_2.4.3.201909171509.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.75kB)
[INFO] Fetching org.eclipse.rcptt.util.resources_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (10.65kB)
[INFO] Fetching org.eclipse.rcptt.verifications.log_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (36.61kB)
[INFO] Fetching org.eclipse.rcptt.verifications.text_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (24.96kB)
[INFO] Fetching org.eclipse.rcptt.verifications.time_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (24.07kB)
[INFO] Fetching org.eclipse.rcptt.verifications.tree_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (71.2kB)
[INFO] Fetching org.eclipse.rcptt.watson.jobs_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/plugins/ (43.3kB)
[INFO] Fetching org.eclipse.rcptt.watson_2.4.3.201909171441.jar from http://download.eclipse.org/rcptt/release/2.4.3/repository/features/ (17.59kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.product:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.product:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/pom.xml
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (107.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (107.05kB)
[INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902...
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (57.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (57.07kB)
[INFO] Unpacking com.sun.el_2.2.0.v201303151357...
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (30.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (30.08kB)
[INFO] Unpacking javax.el_2.2.0.v201303151357...
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (60.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (60.2kB)
[INFO] Unpacking javax.servlet_3.1.0.v201410161800...
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (55.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (55.73kB)
[INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
[INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (112.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.codec_1.10.0.v20180409-1845.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (112.2kB)
[INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845...
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (329.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (329.71kB)
[INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430...
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (108.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (108.91kB)
[INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214...
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (2.32MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (687.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.analyzers-common_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (687.76kB)
[INFO] Unpacking org.apache.lucene.analyzers-common_8.0.0.v20190404-1858...
[INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (923.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.core_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (923.82kB)
[INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858...
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (3.42MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (3.42MB)
[INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858...
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (10.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (10.18kB)
[INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158...
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (93.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (93.43kB)
[INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925...
[INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.1MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.draw2d.doc.isv_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.1MB)
[INFO] Unpacking org.eclipse.draw2d.doc.isv_3.10.100.201606061308...
[INFO] Fetching org.eclipse.draw2d.sdk_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.59kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (524.47kB)
[INFO] Fetching org.eclipse.draw2d.source_3.10.100.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.38kB)
[INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf_3.9.3.v20190423-0625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (48.13kB)
[INFO] Unpacking org.eclipse.ecf_3.9.3.v20190423-0625...
[INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20181107-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.11kB)
[INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20181107-1749...
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.300.v20190514-1046.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.23kB)
[INFO] Unpacking org.eclipse.equinox.concurrent_1.1.300.v20190514-1046...
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.3.v20190423-0625.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.7kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.ssl_1.2.200.v20190502-0212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.93kB)
[INFO] Unpacking org.eclipse.ecf.ssl_1.2.200.v20190502-0212...
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.200.v20190502-0212.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.66kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.34kB)
[INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132...
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (45.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (45.08kB)
[INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429...
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.5.v20190423-0614.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (26.78kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (35.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (35.6kB)
[INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947...
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.0.v20190530-1947.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (26.74kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.37kB)
[INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132...
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.100.v20180301-0132.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (22.69kB)
[INFO] Fetching org.eclipse.emf.ant_2.11.0.v20190418-1022.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ant_2.11.0.v20190418-1022.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.34kB)
[INFO] Unpacking org.eclipse.emf.ant_2.11.0.v20190418-1022...
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.18.0.v20190528-0725.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.14kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.08kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1031...
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.18.0.v20190323-1059.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.09kB)
[INFO] Fetching org.eclipse.emf.codegen_2.16.0.v20190418-0907.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.49kB)
[INFO] Unpacking org.eclipse.emf.codegen.ui_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.codegen.ui_2.11.0.v20190323-1059.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.04kB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (37.58kB)
[INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.41kB)
[INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539...
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.27kB)
[INFO] Unpacking org.eclipse.emf.exporter_2.10.0.v20190321-1530...
[INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (20.84kB)
[INFO] Unpacking org.eclipse.emf.importer.ecore_2.10.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20190418-1022.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer.java_2.11.0.v20190418-1022.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.42kB)
[INFO] Unpacking org.eclipse.emf.importer.java_2.11.0.v20190418-1022...
[INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer.rose_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (56.81kB)
[INFO] Unpacking org.eclipse.emf.importer.rose_2.10.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.converter_2.15.0.v20190418-1022.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.18kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.17.0.v20190323-1059.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.08kB)
[INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (67.44kB)
[INFO] Unpacking org.eclipse.emf.mapping_2.12.0.v20181104-0733...
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.78kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.31kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.13kB)
[INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.05kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (35.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (35.16kB)
[INFO] Unpacking org.eclipse.emf.mwe2.language.ide_2.11.2.v20200224-0816...
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (29.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (29.62kB)
[INFO] Unpacking org.eclipse.emf.mwe2.language.ui_2.11.2.v20200224-0816...
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (11.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (11.3kB)
[INFO] Unpacking org.eclipse.emf.mwe2.launch.ui_2.11.2.v20200224-0816...
[INFO] Fetching org.eclipse.emf.mwe2.language.source_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (144.17kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (64.57kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (34.86kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (11.25kB)
[INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/features/ (18.75kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (12.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (12.86kB)
[INFO] Unpacking org.eclipse.emf.mwe2.lib_2.11.2.v20200224-0816...
[INFO] Fetching org.eclipse.emf.mwe2.launcher_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/features/ (18.7kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/features/ (19.79kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (13.79kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/plugins/ (13.22kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.11.2.v20200224-0816.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/features/ (18.68kB)
[INFO] Fetching org.eclipse.equinox.executable_3.8.400.v20190515-0925.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (232.04kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.400.v20190515-0925 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (25.82kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (16.62kB)
[INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504...
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.37kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.37kB)
[INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504...
[INFO] Fetching org.eclipse.jetty.http_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (211.63kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (666.13kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (127.95kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (548.93kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (18.49kB)
[INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948...
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.66kB)
[INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948...
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (8.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (8.7kB)
[INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948...
[INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.console_1.1.100.v20180822-1258.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.86kB)
[INFO] Unpacking org.eclipse.equinox.p2.console_1.1.100.v20180822-1258...
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.71kB)
[INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019...
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (22.23kB)
[INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354...
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (12.67kB)
[INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957...
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.200.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.63kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.46kB)
[INFO] Unpacking org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752...
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (17.44kB)
[INFO] Unpacking org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302...
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.61kB)
[INFO] Unpacking org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914...
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.12kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (47.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (47.35kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649...
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (10.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (10.89kB)
[INFO] Unpacking org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122...
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (26.66kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802...
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.05kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (62.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (62.49kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122...
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.89kB)
[INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122...
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.400.v20190516-1504.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (18.92kB)
[INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (175.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help.base_4.2.600.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (175.2kB)
[INFO] Unpacking org.eclipse.help.base_4.2.600.v20190605-1800...
[INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (204.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help.ui_4.1.500.v20190519-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (204.91kB)
[INFO] Unpacking org.eclipse.help.ui_4.1.500.v20190519-2119...
[INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (284.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help.webapp_3.9.500.v20190517-1202.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (284.28kB)
[INFO] Unpacking org.eclipse.help.webapp_3.9.500.v20190517-1202...
[INFO] Fetching org.eclipse.jetty.continuation_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (31.79kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (167.49kB)
[INFO] Fetching org.eclipse.jetty.security_9.4.18.v20190429.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (124.9kB)
[INFO] Fetching org.eclipse.help_2.2.600.v20190605-1800.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (19.51kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jsch.core_1.3.500.v20190413-1338.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.73kB)
[INFO] Unpacking org.eclipse.jsch.core_1.3.500.v20190413-1338...
[INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jsch.ui_1.3.500.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.33kB)
[INFO] Unpacking org.eclipse.jsch.ui_1.3.500.v20190519-2354...
[INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (419.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (419.96kB)
[INFO] Unpacking org.eclipse.platform_4.12.0.v20190605-1800...
[INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.98MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.platform.doc.user_4.12.0.v20190604-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (7.98MB)
[INFO] Unpacking org.eclipse.platform.doc.user_4.12.0.v20190604-0816...
[INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.74MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro.universal_3.3.500.v20190315-1216.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1.74MB)
[INFO] Unpacking org.eclipse.ui.intro.universal_3.3.500.v20190315-1216...
[INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.browser_3.6.400.v20190513-2118.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.33kB)
[INFO] Unpacking org.eclipse.ui.browser_3.6.400.v20190513-2118...
[INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.monitoring_1.1.400.v20190517-1612.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.9kB)
[INFO] Unpacking org.eclipse.ui.monitoring_1.1.400.v20190517-1612...
[INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.net_1.3.400.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (20.34kB)
[INFO] Unpacking org.eclipse.ui.net_1.3.400.v20190519-2354...
[INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.themes_1.2.600.v20190513-0458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (32.45kB)
[INFO] Unpacking org.eclipse.ui.themes_1.2.600.v20190513-0458...
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.29kB)
[INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700...
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (9.79kB)
[INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354...
[INFO] Fetching org.eclipse.platform_4.12.0.v20190605-1801.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/features/ (20.39kB)
[INFO] Fetching org.eclipse.platform_root_4.12.0.v20190605-1801 from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/binary/ (196B)
[INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.ant_1.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (24.71kB)
[INFO] Unpacking org.eclipse.uml2.ant_1.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (144.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (144.05kB)
[INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.28kB)
[INFO] Unpacking org.eclipse.uml2.codegen.ecore.ui_2.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.codegen.ecore.ui_2.5.0.v20181203-1331.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (31.97kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.75kB)
[INFO] Unpacking org.eclipse.uml2.common.edit_2.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20181203-1331.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (31.95kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20181203-1331.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (31.95kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (171.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (171.71kB)
[INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (10.13kB)
[INFO] Unpacking org.eclipse.uml2_5.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.28kB)
[INFO] Unpacking org.eclipse.uml2.uml.ecore.exporter_3.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.07kB)
[INFO] Unpacking org.eclipse.uml2.uml.ecore.importer_3.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (65.47kB)
[INFO] Unpacking org.eclipse.uml2.uml.editor_5.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (12.86kB)
[INFO] Unpacking org.eclipse.uml2.uml.validation_5.5.0.v20181203-1331...
[INFO] Fetching org.eclipse.uml2_5.5.0.v20181203-1331.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (32.09kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20181203-1331.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (31.94kB)
[INFO] Fetching org.eclipse.viatra.examples.cps.deployment_2.0.0.201801280931.jar from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/plugins/ (46.22kB)
[INFO] Fetching org.eclipse.viatra.examples.cps.deployment.edit_2.0.0.201801280931.jar from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/plugins/ (26.73kB)
[INFO] Fetching org.eclipse.viatra.examples.cps.model.edit_2.0.0.201801280931.jar from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/plugins/ (47.84kB)
[INFO] Fetching org.eclipse.viatra.examples.cps.model.editor_2.0.0.201801280931.jar from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/plugins/ (196.8kB)
[INFO] Fetching org.eclipse.viatra.examples.cps.traceability_2.0.0.201801280931.jar from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/plugins/ (24.52kB)
[INFO] Fetching org.eclipse.viatra.examples.cps.traceability.edit_2.0.0.201801280931.jar from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.viatra.examples.cps.metamodel.feature_2.0.0.201801280931.jar from https://download.eclipse.org/viatra/examples/cps/2.0.0.201801280453/features/ (8.61kB)
[INFO] Fetching org.eclipse.xtend.doc_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (480.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.doc_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (480.83kB)
[INFO] Unpacking org.eclipse.xtend.doc_2.20.0.v20191202-1153...
[INFO] Fetching org.eclipse.xtend.examples_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (213.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.examples_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (213.51kB)
[INFO] Unpacking org.eclipse.xtend.examples_2.20.0.v20191202-1153...
[INFO] Fetching org.eclipse.xtend.m2e_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.m2e_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.35kB)
[INFO] Unpacking org.eclipse.xtend.m2e_2.20.0.v20191202-1153...
[INFO] Fetching org.eclipse.xtend.standalone_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (6.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtend.standalone_2.20.0.v20191202-1153.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (6.96kB)
[INFO] Unpacking org.eclipse.xtend.standalone_2.20.0.v20191202-1153...
[INFO] Fetching org.eclipse.xtend.core.source_2.20.0.v20191202-1153.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.37MB)
[INFO] Fetching org.eclipse.xtend.ide.common.source_2.20.0.v20191202-1153.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (282.67kB)
[INFO] Fetching org.eclipse.xtend.ide.source_2.20.0.v20191202-1153.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (476.88kB)
[INFO] Fetching org.eclipse.xtend.m2e.source_2.20.0.v20191202-1153.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.63kB)
[INFO] Fetching org.eclipse.xtend.standalone.source_2.20.0.v20191202-1153.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (7.3kB)
[INFO] Fetching org.eclipse.xtext.junit4.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (145.4kB)
[INFO] Fetching org.eclipse.xtext.testing.source_2.20.0.v20191202-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (159.14kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (142.37kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (74.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (74.69kB)
[INFO] Unpacking org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (128.08kB)
[INFO] Fetching org.eclipse.xtext.ui.testing.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (109.05kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.75kB)
[INFO] Unpacking org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.38kB)
[INFO] Fetching org.eclipse.xtend.sdk_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.91kB)
[INFO] Fetching org.eclipse.xtext.activities_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (7.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.activities_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (7.89kB)
[INFO] Unpacking org.eclipse.xtext.activities_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.doc_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (6.5MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.doc_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (6.5MB)
[INFO] Unpacking org.eclipse.xtext.doc_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.docs_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.38kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.07MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.ui.examples_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.07MB)
[INFO] Unpacking org.eclipse.xtext.xtext.ui.examples_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.examples_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.42kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.m2e_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.57kB)
[INFO] Unpacking org.eclipse.xtext.m2e_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.purexbase_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (119.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.purexbase_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (119.1kB)
[INFO] Unpacking org.eclipse.xtext.purexbase_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtext.purexbase.ide_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (129.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.purexbase.ide_2.20.0.v20191202-0933.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (129.84kB)
[INFO] Unpacking org.eclipse.xtext.purexbase.ide_2.20.0.v20191202-0933...
[INFO] Fetching org.eclipse.xtext.purexbase.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (19.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.purexbase.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (19.8kB)
[INFO] Unpacking org.eclipse.xtext.purexbase.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.emf.ecore.source_2.18.0.v20190528-0845.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (819.46kB)
[INFO] Fetching org.eclipse.emf.common.source_2.16.0.v20190528-0845.jar from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (218.73kB)
[INFO] Fetching org.eclipse.xtext.purexbase.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (156.92kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ide.source_2.20.0.v20191202-0933.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (168.25kB)
[INFO] Fetching org.eclipse.xtext.purexbase.ui.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (22.92kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.2kB)
[INFO] Fetching org.eclipse.xtext.sdk_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.78kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.48kB)
[INFO] Unpacking org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.09kB)
[INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.76kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (108.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (108.95kB)
[INFO] Unpacking org.eclipse.xtext.xtext.ui_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.activities.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (8.35kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (149.81kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.55kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (27.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.20.0.v20191202-1016.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (27.45kB)
[INFO] Unpacking org.eclipse.xtext.xtext.ui.graph_2.20.0.v20191202-1016...
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph.source_2.20.0.v20191202-1016.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (51.05kB)
[INFO] Fetching org.eclipse.xtext.xtext.ui.graph_2.20.0.v20191202-1256.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.41kB)
[INFO] Fetching org.eclipse.zest.doc.isv_1.7.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (206.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.zest.doc.isv_1.7.0.201606061308.jar.pack.gz from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (206.83kB)
[INFO] Unpacking org.eclipse.zest.doc.isv_1.7.0.201606061308...
[INFO] Fetching org.eclipse.zest.sdk_1.7.0.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.57kB)
[INFO] Fetching org.eclipse.zest.core.source_1.5.300.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (111.2kB)
[INFO] Fetching org.eclipse.zest.layouts.source_1.1.300.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/plugins/ (88.38kB)
[INFO] Fetching org.eclipse.zest.source_1.7.0.201606061308.jar from https://download.eclipse.org/releases/2019-06/201906191000/features/ (19.39kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.rcptt.product:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.ide.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.ide.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.ide.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.language.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.language.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.language.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.sdk.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.sdk.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.testing.sdk.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.sdk.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.sdk.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.query.sdk.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.tests:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.tooling:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.tooling:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.tooling:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.tooling:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.tooling:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.tooling:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.ui:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.ui.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.ui.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.ui.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.gmf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.gmf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.gmf:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.zest:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml.test:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.gmf.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.gmf.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.gmf.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.integration.uml.feature:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.documentation.example:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.documentation.example:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.documentation.example:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.documentation.help:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.documentation.help:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.documentation.help:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra:org.eclipse.viatra.docs:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra:org.eclipse.viatra.docs:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra:org.eclipse.viatra.docs:2.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] VIATRA Parent job                                                  [pom]
[INFO] The VIATRA Model Query and Transformation Framework                [pom]
[INFO] VIATRA Core Plug-ins                                               [pom]
[INFO] org.eclipse.viatra.query.runtime.matchers               [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.base.itc               [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.base                   [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime                        [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.evm                   [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.databinding.runtime            [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.rete.recipes           [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.rete                   [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.localsearch            [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.feature               [eclipse-feature]
[INFO] org.eclipse.viatra.transformation.runtime.emf           [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.runtime.emf.feature  [eclipse-feature]
[INFO] org.eclipse.viatra.addon.databinding.runtime.feature   [eclipse-feature]
[INFO] org.eclipse.viatra.query.patternlanguage.emf            [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.databinding.runtime.validation [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime     [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime.feature [eclipse-feature]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime.validation [eclipse-plugin]
[INFO] org.eclipse.viatra.query.tooling.generator.model        [eclipse-plugin]
[INFO] org.eclipse.viatra.query.tooling.core                   [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.tooling     [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.validation.core                [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.validation.runtime             [eclipse-plugin]
[INFO] org.eclipse.viatra.query.runtime.ui                     [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.validation.runtime.ui          [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.validation.runtime.feature    [eclipse-feature]
[INFO] org.eclipse.viatra.addon.validation.runtime.validation  [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.validation.tooling             [eclipse-plugin]
[INFO] VIATRA Query Runtime                                               [jar]
[INFO] VIATRA Query Language                                              [jar]
[INFO] VIATRA Maven Plug-in                                      [maven-plugin]
[INFO] org.eclipse.viatra.transformation.views                 [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.viewers.runtime                [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.viewers.runtime.feature       [eclipse-feature]
[INFO] org.eclipse.viatra.addon.viewers.runtime.validation     [eclipse-plugin]
[INFO] org.eclipse.viatra.integration.zest                     [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.viewers.runtime.zest           [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.viewers.runtime.zest.feature  [eclipse-feature]
[INFO] org.eclipse.viatra.documentation.help                   [eclipse-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.ide        [eclipse-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.ui         [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.viewers.tooling.ui             [eclipse-plugin]
[INFO] org.eclipse.viatra.addon.viewers.tooling.feature       [eclipse-feature]
[INFO] org.eclipse.viatra.addon.viewers.tooling.ui.zest        [eclipse-plugin]
[INFO] VIATRA Eclipse Project (Maven Incubation Features)                 [pom]
[INFO] VIATRA Design Space Exploration                                    [pom]
[INFO] org.eclipse.viatra.dse                                  [eclipse-plugin]
[INFO] org.eclipse.viatra.dse.genetic                          [eclipse-plugin]
[INFO] org.eclipse.viatra.dse.feature                         [eclipse-feature]
[INFO] org.eclipse.viatra.integration.gmf                      [eclipse-plugin]
[INFO] org.eclipse.viatra.query.ide.feature                   [eclipse-feature]
[INFO] org.eclipse.viatra.query.language.feature              [eclipse-feature]
[INFO] org.eclipse.viatra.transformation.evm.transactions      [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.evm.transactions.feature [eclipse-feature]
[INFO] org.eclipse.viatra.query.testing.snapshot               [eclipse-plugin]
[INFO] org.eclipse.viatra.query.testing.core                   [eclipse-plugin]
[INFO] org.eclipse.viatra.query.testing.ui                     [eclipse-plugin]
[INFO] org.eclipse.viatra.query.testing.sdk.feature           [eclipse-feature]
[INFO] org.eclipse.viatra.query.tooling.generator.model.ui     [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.ui                    [eclipse-plugin]
[INFO] org.eclipse.viatra.query.tooling.ui                     [eclipse-plugin]
[INFO] org.eclipse.viatra.query.sdk.feature                   [eclipse-feature]
[INFO] org.eclipse.viatra.integration.gmf.feature             [eclipse-feature]
[INFO] VIATRA Eclipse Project (Incubation Features)                       [pom]
[INFO] org.eclipse.viatra.integration.graphiti                 [eclipse-plugin]
[INFO] org.eclipse.viatra.integration.graphiti.feature        [eclipse-feature]
[INFO] VIATRA Transformation Runtime                                      [jar]
[INFO] VIATRA Query based Feature Runtime                                 [jar]
[INFO] VIATRA Query Language Extensions                                   [jar]
[INFO] org.eclipse.viatra.integration.uml                      [eclipse-plugin]
[INFO] org.eclipse.viatra.integration.uml.feature             [eclipse-feature]
[INFO] org.eclipse.viatra.query.patternlanguage.metamodel      [eclipse-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.metamodel.edit [eclipse-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.metamodel.validation [eclipse-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.sirius     [eclipse-plugin]
[INFO] org.eclipse.viatra.query.language.vgql.feature         [eclipse-feature]
[INFO] org.eclipse.viatra.transformation.runtime.transformationtrace [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.runtime.debug         [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.runtime.tracer        [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.runtime.debug.feature [eclipse-feature]
[INFO] org.eclipse.viatra.transformation.tooling.debug         [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.tooling.debug.ui      [eclipse-plugin]
[INFO] org.eclipse.viatra.transformation.debug.feature        [eclipse-feature]
[INFO] org.eclipse.viatra.query.tooling.debug                  [eclipse-plugin]
[INFO] org.eclipse.viatra.query.tooling.ui.retevis             [eclipse-plugin]
[INFO] org.eclipse.viatra.query.tooling.localsearch.ui         [eclipse-plugin]
[INFO] org.eclipse.viatra.query.sdk.extensions.feature        [eclipse-feature]
[INFO] org.eclipse.viatra.update                           [eclipse-repository]
[INFO] org.eclipse.viatra.target.core               [eclipse-target-definition]
[INFO] org.eclipse.viatra.target.all                [eclipse-target-definition]
[INFO] VIATRA Query Runtime                                               [jar]
[INFO] VIATRA Transformation Debugger Runtime (Incubation)                [jar]
[INFO] VIATRA Design Space Exploration Runtime (Incubation)               [jar]
[INFO] org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test [eclipse-test-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.tests [eclipse-test-plugin]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.ui.tests [eclipse-test-plugin]
[INFO] org.eclipse.viatra.query.runtime.tests             [eclipse-test-plugin]
[INFO] org.eclipse.viatra.query.runtime.cps.tests         [eclipse-test-plugin]
[INFO] org.eclipse.viatra.query.runtime.base.itc.tests    [eclipse-test-plugin]
[INFO] VIATRA CPS Tests                                                   [pom]
[INFO] org.eclipse.viatra.query.rcptt.queries                  [eclipse-plugin]
[INFO] org.eclipse.viatra.query.rcptt.queries.validation       [eclipse-plugin]
[INFO] org.eclipse.viatra.query.rcptt.queries.feature         [eclipse-feature]
[INFO] org.eclipse.viatra.query.rcptt.product              [eclipse-repository]
[INFO] org.eclipse.viatra.query.rcptt.tests                         [rcpttTest]
[INFO] org.eclipse.viatra.transformation.evm.tests        [eclipse-test-plugin]
[INFO] org.eclipse.viatra.transformation.runtime.emf.tests [eclipse-test-plugin]
[INFO] org.eclipse.viatra.integration.uml.test            [eclipse-test-plugin]
[INFO] org.eclipse.viatra.documentation.example                [eclipse-plugin]
[INFO] org.eclipse.viatra.docs                                 [eclipse-plugin]
[INFO] 
[INFO] ------------< org.eclipse.viatra:org.eclipse.viatra.parent >------------
[INFO] Building VIATRA Parent job 2.9.0-SNAPSHOT                        [1/113]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.parent ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944327727
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.parent ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.parent ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.parent ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.parent/2.9.0-SNAPSHOT/org.eclipse.viatra.parent-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.viatra:org.eclipse.viatra.parent.all >----------
[INFO] Building The VIATRA Model Query and Transformation Framework 2.9.0-SNAPSHOT [2/113]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.parent.all ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.parent.all ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.all' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.all
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944328036
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.all' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.all
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.parent.all ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.parent.all ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.all/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.parent.all ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.parent.all ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.parent.all ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.all/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.parent.all/2.9.0-SNAPSHOT/org.eclipse.viatra.parent.all-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------< org.eclipse.viatra:org.eclipse.viatra.parent.core >----------
[INFO] Building VIATRA Core Plug-ins 2.9.0-SNAPSHOT                     [3/113]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.parent.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.parent.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944328083
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.parent.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.parent.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.parent.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.parent.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.parent.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.parent.core/2.9.0-SNAPSHOT/org.eclipse.viatra.parent.core-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.query.runtime.matchers >----
[INFO] Building org.eclipse.viatra.query.runtime.matchers 2.9.0-SNAPSHOT [4/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944328264
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Compiling 226 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/scopes/tables/SimpleBinaryTable.java:[60] 
	private boolean unique;
	                ^^^^^^
The value of the field SimpleBinaryTable<Source,Target>.unique is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/scopes/tables/SimpleBinaryTable.java:[245] 
	return getDistinctValuesOfHolder((Source) seed.get(0)).stream();
	                                 ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Source
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/scopes/tables/SimpleBinaryTable.java:[247] 
	return getDistinctHoldersOfValue((Target) seed.get(0)).stream();
	                                 ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Target
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.java:[45] 
	private static final ExtremumOperator MIN_OP = new ExtremumOperator<>(Extreme.MIN);
	                     ^^^^^^^^^^^^^^^^
ExtremumOperator is a raw type. References to generic type ExtremumOperator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.java:[46] 
	private static final ExtremumOperator MAX_OP = new ExtremumOperator<>(Extreme.MAX);
	                     ^^^^^^^^^^^^^^^^
ExtremumOperator is a raw type. References to generic type ExtremumOperator<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.java:[49] 
	return MIN_OP;
	       ^^^^^^
Type safety: The expression of type ExtremumOperator needs unchecked conversion to conform to ExtremumOperator<T>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.java:[52] 
	return MAX_OP;
	       ^^^^^^
Type safety: The expression of type ExtremumOperator needs unchecked conversion to conform to ExtremumOperator<T>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[107] 
	if (object instanceof MarkedMemory) return (Bucket) object;
	                                           ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[108] 
	return yieldSingleton((Value)object);
	                      ^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[115] 
	if (object instanceof MarkedMemory) return (Bucket) object;
	                                           ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[116] 
	return yieldSingleton((Value)object);
	                      ^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[123] 
	if (object instanceof MarkedMemory) return (Bucket) object;
	                                           ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[124] 
	return yieldSingleton((Value)object);
	                      ^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[146] 
	bucket = (Bucket) old;
	         ^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[154] 
	bucket = createSingletonBucket((Value) old);
	                               ^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[188] 
	bucket = (Bucket) old;
	         ^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Bucket
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[190] 
	bucket = createSingletonBucket((Value) old);
	                               ^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[228] 
	Bucket deltaBucket = createDeltaBucket((Value) old, value); // will throw if no deltas supported
	                                       ^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[270] 
	((MarkedMemory) bucket).distinctValues().iterator();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<Value>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[270] 
	((MarkedMemory) bucket).distinctValues().iterator();
	  ^^^^^^^^^^^^
MarkedMemory is a raw type. References to generic type MarkedMemory<Value> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:[274] 
	return (Value) bucket;
	       ^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Value
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/common/BaseInputKeyWrapper.java:[45] 
	BaseInputKeyWrapper other = (BaseInputKeyWrapper) obj;
	^^^^^^^^^^^^^^^^^^^
BaseInputKeyWrapper is a raw type. References to generic type BaseInputKeyWrapper<Wrapped> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/common/BaseInputKeyWrapper.java:[45] 
	BaseInputKeyWrapper other = (BaseInputKeyWrapper) obj;
	                             ^^^^^^^^^^^^^^^^^^^
BaseInputKeyWrapper is a raw type. References to generic type BaseInputKeyWrapper<Wrapped> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PBodyCopier.java:[18] 
	import org.eclipse.viatra.query.runtime.matchers.context.IQueryMetaContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.runtime.matchers.context.IQueryMetaContext is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PBodyCopier.java:[24] 
	import org.eclipse.viatra.query.runtime.matchers.psystem.TypeJudgement;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.runtime.matchers.psystem.TypeJudgement is never used
25 problems (25 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.matchers/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.matchers-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.matchers ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc >----
[INFO] Building org.eclipse.viatra.query.runtime.base.itc 2.9.0-SNAPSHOT [5/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944331197
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/src/org/eclipse/viatra/query/runtime/base/itc/alg/misc/GraphHelper.java:[167] 
	if (count == null) {
            return 0;
        } else {
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.base.itc ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.runtime.base >------
[INFO] Building org.eclipse.viatra.query.runtime.base 2.9.0-SNAPSHOT    [6/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.base ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944331645
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.base ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.base ---
[INFO] 
[INFO] --------< org.eclipse.viatra:org.eclipse.viatra.query.runtime >---------
[INFO] Building org.eclipse.viatra.query.runtime 2.9.0-SNAPSHOT         [7/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944332138
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime ---
[INFO] Compiling 93 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src/org/eclipse/viatra/query/runtime/tabular/TabularEngineContext.java:[30] 
	private ViatraQueryEngine engine;
	                          ^^^^^^
The value of the field TabularEngineContext.engine is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src/org/eclipse/viatra/query/runtime/tabular/TabularEngineContext.java:[31] 
	private Logger logger;
	               ^^^^^^
The value of the field TabularEngineContext.logger is not used
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.transformation.evm >------
[INFO] Building org.eclipse.viatra.transformation.evm 2.9.0-SNAPSHOT    [8/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.evm ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.evm ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.evm ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944332730
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.evm ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.evm ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.evm ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.evm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.evm ---
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.evm ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.evm ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.evm ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.evm ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.evm ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime >---
[INFO] Building org.eclipse.viatra.addon.databinding.runtime 2.9.0-SNAPSHOT [9/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944333134
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[37] 
	private Map<IObservableValue, MatchType> observableMap;
	            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[38] 
	private Map<MatchType, List<IObservableValue>> observableMapReversed;
	                            ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[43] 
	this.observableMap = new HashMap<IObservableValue, MatchType>();
	                                 ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[44] 
	this.observableMapReversed = new HashMap<MatchType, List<IObservableValue>>();
	                                                         ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[53] 
	private class ChangeListener implements IValueChangeListener {
	                                        ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[55] 
	public void handleValueChange(final ValueChangeEvent event) {
	                                    ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[56] 
	IObservableValue val = event.getObservableValue();
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[65] 
	List<IObservableValue> values = new ArrayList<IObservableValue>();
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[65] 
	List<IObservableValue> values = new ArrayList<IObservableValue>();
	                                              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[68] 
	List<IObservableValue> observableValues = observeAllAttributes(changeListener, location);
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[73] 
	for (IObservableValue val : values) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[88] 
	private List<IObservableValue> observeAllAttributes(final IValueChangeListener changeListener, final Object object) {
	             ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[88] 
	private List<IObservableValue> observeAllAttributes(final IValueChangeListener changeListener, final Object object) {
	                                                          ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[89] 
	List<IObservableValue> affectedValues = new ArrayList<IObservableValue>();
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[89] 
	List<IObservableValue> affectedValues = new ArrayList<IObservableValue>();
	                                                      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[92] 
	IObservableValue val = EMFProperties.value(feature).observe(object);
	^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[92] 
	IObservableValue val = EMFProperties.value(feature).observe(object);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[94] 
	val.addValueChangeListener(changeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[109] 
	List<IObservableValue> observables = observableMapReversed.get(atom);
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[111] 
	for (IObservableValue val : observables) {
	     ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.java:[112] 
	val.removeValueChangeListener(changeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[57] 
	public static IObservableValue getObservableValue(IQuerySpecification<?> query, IPatternMatch match, String parameterName) {
	              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[83] 
	public static IValueProperty getValueProperty(IQuerySpecification<?> query, String parameterName) {
	              ^^^^^^^^^^^^^^
IValueProperty is a raw type. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[97] 
	protected static class MatcherProperty extends ValueProperty {
	                                               ^^^^^^^^^^^^^
ValueProperty is a raw type. References to generic type ValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[112] 
	public IObservableValue observe(Realm realm, Object source) {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[119] 
	protected static class MatcherLabelProperty extends ValueProperty {
	                                                    ^^^^^^^^^^^^^
ValueProperty is a raw type. References to generic type ValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.java:[132] 
	public IObservableValue observe(Realm realm, Object source) {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[60] 
	public class ObservablePatternMatchList<Match extends IPatternMatch> extends AbstractObservableList {
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^
AbstractObservableList is a raw type. References to generic type AbstractObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[251] 
	protected ListDiff nextDiff = null;
	          ^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[293] 
	ListDiffEntry diffentry = addItem(match);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[299] 
	ListDiffEntry diffentry = removeItem(match);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[303] 
	private void sendListUpdates(ListDiffEntry diffentry) {
	                             ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[305] 
	final ListDiff diff = Diffs.createListDiff(diffentry);
	      ^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[305] 
	final ListDiff diff = Diffs.createListDiff(diffentry);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation createListDiff(ListDiffEntry) of the generic method createListDiff(ListDiffEntry<E>) of type Diffs
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[305] 
	final ListDiff diff = Diffs.createListDiff(diffentry);
	                                           ^^^^^^^^^
Type safety: The expression of type ListDiffEntry needs unchecked conversion to conform to ListDiffEntry<Object>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[310] 
	private void sendListUpdate(final ListDiff diff) {
	                                  ^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[315] 
	fireListChange(diff);
	^^^^^^^^^^^^^^^^^^^^
Type safety: The method fireListChange(ListDiff) belongs to the raw type AbstractObservableList. References to generic type AbstractObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[320] 
	private ListDiffEntry addItem(Match match) {
	        ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[331] 
	ListDiffEntry diffentry = Diffs.createListDiffEntry(index, true, item);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[337] 
	private ListDiffEntry removeItem(Match match) {
	        ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[343] 
	ListDiffEntry diffentry = Diffs.createListDiffEntry(index, false, item);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[360] 
	List<ListDiffEntry> entries = new ArrayList<>(removed.size());
	     ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[363] 
	ListDiffEntry diffEntry = removeItem(match);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[367] 
	nextDiff = Diffs.createListDiff(nextDiff.getDifferences());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation createListDiff(ListDiffEntry[]) of the generic method createListDiff(ListDiffEntry<E>[]) of type Diffs
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[367] 
	nextDiff = Diffs.createListDiff(nextDiff.getDifferences());
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ListDiffEntry[] needs unchecked conversion to conform to ListDiffEntry<Object>[]
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[369] 
	for (ListDiffEntry entry : nextDiff.getDifferences()) {
	     ^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[375] 
	ListDiffEntry diffentry = Diffs.createListDiffEntry(index, true, item);
	^^^^^^^^^^^^^
ListDiffEntry is a raw type. References to generic type ListDiffEntry<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[379] 
	ListDiff diff = Diffs.createListDiff(entries.toArray(new ListDiffEntry[entries.size()]));
	^^^^^^^^
ListDiff is a raw type. References to generic type ListDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[379] 
	ListDiff diff = Diffs.createListDiff(entries.toArray(new ListDiffEntry[entries.size()]));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation createListDiff(ListDiffEntry[]) of the generic method createListDiff(ListDiffEntry<E>[]) of type Diffs
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.java:[379] 
	ListDiff diff = Diffs.createListDiff(entries.toArray(new ListDiffEntry[entries.size()]));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ListDiffEntry[] needs unchecked conversion to conform to ListDiffEntry<Object>[]
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[47] 
	public class ObservablePatternMatchSet<Match extends IPatternMatch> extends AbstractObservableSet {
	                                                                            ^^^^^^^^^^^^^^^^^^^^^
AbstractObservableSet is a raw type. References to generic type AbstractObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[175] 
	final SetDiff diff = Diffs.createSetDiff(Collections.singleton(item), Collections.emptySet());
	      ^^^^^^^
SetDiff is a raw type. References to generic type SetDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[180] 
	fireSetChange(diff);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method fireSetChange(SetDiff) belongs to the raw type AbstractObservableSet. References to generic type AbstractObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[193] 
	final SetDiff diff = Diffs.createSetDiff(Collections.emptySet(), Collections.singleton(item));
	      ^^^^^^^
SetDiff is a raw type. References to generic type SetDiff<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.java:[198] 
	fireSetChange(diff);
	^^^^^^^^^^^^^^^^^^^
Type safety: The method fireSetChange(SetDiff) belongs to the raw type AbstractObservableSet. References to generic type AbstractObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.java:[189] 
	value.addValueChangeListener(changeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.java:[210] 
	IObservableValue val = EMFProperties.value(feature).observe(object);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.java:[212] 
	val.addValueChangeListener(changeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.java:[253] 
	val = EMFProperties.value(feature).observe(o);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
59 problems (59 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.databinding.runtime ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete.recipes >--
[INFO] Building org.eclipse.viatra.query.runtime.rete.recipes 2.9.0-SNAPSHOT [10/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944333394
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/2019-06
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-06/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B)
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/model/rete-recipes.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/model/rete-recipes.genmodel
>>  Examining project 'org.eclipse.viatra.query.runtime.rete.recipes'
>>  Refreshing '/org.eclipse.viatra.query.runtime.rete.recipes'.
>>  Opening 'org.eclipse.viatra.query.runtime.rete.recipes'.
>>  Refreshing '/org.eclipse.viatra.query.runtime.rete.recipes'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.runtime.rete.recipes/plugin.properties
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes
>>  Examining old /org.eclipse.viatra.query.runtime.rete.recipes/plugin.properties
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/plugin.properties
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.runtime.rete.recipes/build.properties
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.query.runtime.rete.recipes/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.query.runtime.rete.recipes/plugin.xml
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes
>>  Examining old /org.eclipse.viatra.query.runtime.rete.recipes/plugin.xml
>>  Generating package RecipesPackage
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.RecipesPackage
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RecipesPackage.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RecipesPackage.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.RecipesPackageImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesPackageImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.RecipesFactory
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RecipesFactory.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RecipesFactory.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.RecipesFactoryImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.util.RecipesSwitch
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesSwitch.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesSwitch.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.util.RecipesAdapterFactory
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesAdapterFactory.java
>>  Generating Rete Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ReteRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ReteRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ReteRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ReteRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteRecipeImpl.java
>>  Generating Rete Node Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ReteNodeRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ReteNodeRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ReteNodeRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ReteNodeRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteNodeRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteNodeRecipeImpl.java
>>  Generating Single Parent Node Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.SingleParentNodeRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SingleParentNodeRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SingleParentNodeRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.SingleParentNodeRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleParentNodeRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleParentNodeRecipeImpl.java
>>  Generating Alpha Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.AlphaRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AlphaRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AlphaRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.AlphaRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AlphaRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AlphaRecipeImpl.java
>>  Generating Multi Parent Node Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.MultiParentNodeRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/MultiParentNodeRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/MultiParentNodeRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.MultiParentNodeRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MultiParentNodeRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MultiParentNodeRecipeImpl.java
>>  Generating Monotonicity Info
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.MonotonicityInfo
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/MonotonicityInfo.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/MonotonicityInfo.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.MonotonicityInfoImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MonotonicityInfoImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MonotonicityInfoImpl.java
>>  Generating Uniqueness Enforcer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.UniquenessEnforcerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/UniquenessEnforcerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/UniquenessEnforcerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.UniquenessEnforcerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/UniquenessEnforcerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/UniquenessEnforcerRecipeImpl.java
>>  Generating Production Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ProductionRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ProductionRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ProductionRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ProductionRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ProductionRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ProductionRecipeImpl.java
>>  Generating Indexer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.IndexerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/IndexerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/IndexerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.IndexerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerRecipeImpl.java
>>  Generating Projection Indexer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ProjectionIndexerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ProjectionIndexerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ProjectionIndexerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ProjectionIndexerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ProjectionIndexerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ProjectionIndexerRecipeImpl.java
>>  Generating Aggregator Indexer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.AggregatorIndexerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AggregatorIndexerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AggregatorIndexerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.AggregatorIndexerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AggregatorIndexerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AggregatorIndexerRecipeImpl.java
>>  Generating Beta Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.BetaRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/BetaRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/BetaRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.BetaRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/BetaRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/BetaRecipeImpl.java
>>  Generating Mask
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.Mask
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/Mask.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/Mask.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.MaskImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MaskImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/MaskImpl.java
>>  Generating String Index Map Entry
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.StringIndexMapEntryImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/StringIndexMapEntryImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/StringIndexMapEntryImpl.java
>>  Generating Input Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.InputRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InputRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InputRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.InputRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InputRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InputRecipeImpl.java
>>  Generating Constant Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ConstantRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ConstantRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ConstantRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ConstantRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ConstantRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ConstantRecipeImpl.java
>>  Generating Transitive Closure Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.TransitiveClosureRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TransitiveClosureRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TransitiveClosureRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.TransitiveClosureRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TransitiveClosureRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TransitiveClosureRecipeImpl.java
>>  Generating Filter Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.FilterRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/FilterRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/FilterRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.FilterRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/FilterRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/FilterRecipeImpl.java
>>  Generating Inequality Filter Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.InequalityFilterRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InequalityFilterRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InequalityFilterRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.InequalityFilterRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InequalityFilterRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InequalityFilterRecipeImpl.java
>>  Generating Equality Filter Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.EqualityFilterRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/EqualityFilterRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/EqualityFilterRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.EqualityFilterRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/EqualityFilterRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/EqualityFilterRecipeImpl.java
>>  Generating Transparent Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.TransparentRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TransparentRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TransparentRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.TransparentRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TransparentRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TransparentRecipeImpl.java
>>  Generating Trimmer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.TrimmerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TrimmerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/TrimmerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.TrimmerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TrimmerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/TrimmerRecipeImpl.java
>>  Generating Expression Definition
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ExpressionDefinition
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExpressionDefinition.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExpressionDefinition.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ExpressionDefinitionImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionDefinitionImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionDefinitionImpl.java
>>  Generating Expression Enforcer Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ExpressionEnforcerRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExpressionEnforcerRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExpressionEnforcerRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ExpressionEnforcerRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionEnforcerRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionEnforcerRecipeImpl.java
>>  Generating Check Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.CheckRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/CheckRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/CheckRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.CheckRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/CheckRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/CheckRecipeImpl.java
>>  Generating Eval Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.EvalRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/EvalRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/EvalRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.EvalRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/EvalRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/EvalRecipeImpl.java
>>  Generating Indexer Based Aggregator Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.IndexerBasedAggregatorRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/IndexerBasedAggregatorRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/IndexerBasedAggregatorRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.IndexerBasedAggregatorRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerBasedAggregatorRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerBasedAggregatorRecipeImpl.java
>>  Generating Count Aggregator Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.CountAggregatorRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/CountAggregatorRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/CountAggregatorRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.CountAggregatorRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/CountAggregatorRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/CountAggregatorRecipeImpl.java
>>  Generating Join Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.JoinRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/JoinRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/JoinRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.JoinRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/JoinRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/JoinRecipeImpl.java
>>  Generating Existence Join Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.ExistenceJoinRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExistenceJoinRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/ExistenceJoinRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.ExistenceJoinRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExistenceJoinRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/ExistenceJoinRecipeImpl.java
>>  Generating Semi Join Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.SemiJoinRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SemiJoinRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SemiJoinRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.SemiJoinRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SemiJoinRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SemiJoinRecipeImpl.java
>>  Generating Anti Join Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.AntiJoinRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AntiJoinRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/AntiJoinRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.AntiJoinRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AntiJoinRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/AntiJoinRecipeImpl.java
>>  Generating Input Filter Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.InputFilterRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InputFilterRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/InputFilterRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.InputFilterRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InputFilterRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/InputFilterRecipeImpl.java
>>  Generating Single Column Aggregator Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.SingleColumnAggregatorRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SingleColumnAggregatorRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/SingleColumnAggregatorRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.SingleColumnAggregatorRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleColumnAggregatorRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleColumnAggregatorRecipeImpl.java
>>  Generating Discriminator Dispatcher Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.DiscriminatorDispatcherRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorDispatcherRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorDispatcherRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.DiscriminatorDispatcherRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorDispatcherRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorDispatcherRecipeImpl.java
>>  Generating Discriminator Bucket Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.DiscriminatorBucketRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorBucketRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorBucketRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.DiscriminatorBucketRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorBucketRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorBucketRecipeImpl.java
>>  Generating Rederivable Node Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.RederivableNodeRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RederivableNodeRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RederivableNodeRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.RederivableNodeRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RederivableNodeRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RederivableNodeRecipeImpl.java
>>  Generating Relation Evaluation Recipe
>>  Generating Java interface org.eclipse.viatra.query.runtime.rete.recipes.RelationEvaluationRecipe
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RelationEvaluationRecipe.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/RelationEvaluationRecipe.java
>>  Generating Java class org.eclipse.viatra.query.runtime.rete.recipes.impl.RelationEvaluationRecipeImpl
>>  Generating /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RelationEvaluationRecipeImpl.java
>>  Opening folder /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl
>>  Preparing new /org.eclipse.viatra.query.runtime.rete.recipes/src-gen/org/eclipse/viatra/query/runtime/rete/recipes/impl/RelationEvaluationRecipeImpl.java
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Compiling 83 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src/org/eclipse/viatra/query/runtime/rete/recipes/helper/RecipeRecognizer.java:[152] 
	private static final EAttribute CONSTANT_RECIPE_CONSTANT_VALUES = 
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RecipeRecognizer.EqualityHelper.CONSTANT_RECIPE_CONSTANT_VALUES is not used
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete.recipes/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete.recipes-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.rete.recipes ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.runtime.rete >------
[INFO] Building org.eclipse.viatra.query.runtime.rete 2.9.0-SNAPSHOT   [11/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944339289
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Compiling 149 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/plancompiler/ReteRecipeCompiler.java:[582] 
	final boolean deleteAndRederiveEvaluationDep = this.deleteAndRederiveEvaluation || ReteHintOptions.deleteRederiveEvaluation.getValueOrDefault(getHints(plan));
	                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The field ReteHintOptions.deleteRederiveEvaluation is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/plancompiler/ReteRecipeCompiler.java:[777] 
	final boolean deleteAndRederiveEvaluationDep = this.deleteAndRederiveEvaluation || ReteHintOptions.deleteRederiveEvaluation.getValueOrDefault(getHints(parentPlan));
	                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The field ReteHintOptions.deleteRederiveEvaluation is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/NodeProvisioner.java:[144] 
	(Address<? extends Supplier>) reteContainer.network.getExistingNodeByRecipe(parentRecipe)),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Address<capture#13-of ? extends Node> to Address<? extends Supplier>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/DRedReteBackendFactory.java:[21] 
	public class DRedReteBackendFactory extends ReteBackendFactory {
	             ^^^^^^^^^^^^^^^^^^^^^^
The constructor ReteBackendFactory() is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/basiclinear/BasicLinearLayout.java:[49] 
	private IQueryBackendHintProvider hintProvider;
	                                  ^^^^^^^^^^^^
The value of the field BasicLinearLayout.hintProvider is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/basiclinear/BasicLinearLayout.java:[50] 
	private IQueryBackendContext bContext;
	                             ^^^^^^^^
The value of the field BasicLinearLayout.bContext is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ReteBoundary.java:[369] 
	return (Address<? extends ProductionNode>) headContainer.getProvisioner().getOrCreateNodeByRecipe(productionTrace);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Address<capture#1-of ? extends Node> to Address<? extends ProductionNode>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ReteBoundary.java:[455] 
	private static Direction direction(boolean isInsertion) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method direction(boolean) from the type ReteBoundary is never used locally
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ExternalInputEnumeratorNode.java:[52] 
	private InputConnector inputConnector;
	                       ^^^^^^^^^^^^^^
The value of the field ExternalInputEnumeratorNode.inputConnector is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/plancompiler/CompilerHelper.java:[269] 
	boolean deleteAndRederiveEvaluationDep = deleteAndRederiveEvaluation || ReteHintOptions.deleteRederiveEvaluation.getValueOrDefault(hint);
	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
The field ReteHintOptions.deleteRederiveEvaluation is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/TimelyReteBackendFactory.java:[36] 
	public TimelyReteBackendFactory(final TimelyConfiguration configuration) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor ReteBackendFactory() is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/mailbox/timeless/DefaultMailbox.java:[12] 
	import java.util.Map.Entry;
	       ^^^^^^^^^^^^^^^^^^^
The import java.util.Map.Entry is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/quasitree/QuasiTreeLayout.java:[50] 
	private IQueryBackendContext backendContext;
	                             ^^^^^^^^^^^^^^
The value of the field QuasiTreeLayout.backendContext is not used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ExternalInputStatelessFilterNode.java:[31] 
	private InputConnector inputConnector;
	                       ^^^^^^^^^^^^^^
The value of the field ExternalInputStatelessFilterNode.inputConnector is not used
14 problems (14 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.rete/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.rete-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.rete ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.runtime.localsearch >---
[INFO] Building org.eclipse.viatra.query.runtime.localsearch 2.9.0-SNAPSHOT [12/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944340044
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/src/org/eclipse/viatra/query/runtime/localsearch/planner/LocalSearchPlanner.java:[20] 
	import org.eclipse.viatra.query.runtime.localsearch.matcher.integration.LocalSearchHintOptions;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.runtime.localsearch.matcher.integration.LocalSearchHintOptions is never used
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.localsearch/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.localsearch-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.localsearch ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.query.runtime.feature >-----
[INFO] Building org.eclipse.viatra.query.runtime.feature 2.9.0-SNAPSHOT [13/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944340595
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/target/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/target/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.query.runtime.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.runtime.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.runtime.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/target/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.runtime.feature/target/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf >--
[INFO] Building org.eclipse.viatra.transformation.runtime.emf 2.9.0-SNAPSHOT [14/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944340847
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[111] 
	return isAssignableFrom((EClass)classifier, (ModelObject)element);
	                                            ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ModelObject
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[257] 
	oldSourcesCopy.add((ModelObject) oldSource);
	                   ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ModelObject
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[449] 
	switch (FeatureKind.of(feature)) {
	        ^^^^^^^^^^^^^^^^^^^^^^^
The enum constant CROSS_REF needs a corresponding case label in this enum switch on IndexHostManipulations.FeatureKind
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[451] 
	deleteWithOutgoing((ModelObject) oldValue);
	                   ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ModelObject
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.java:[577] 
	removeFromCurrentContainer((ModelObject)value);
	                           ^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ModelObject
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/SimpleModelManipulations.java:[150] 
	EList featureValue = (EList)container.eGet(feature);
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/SimpleModelManipulations.java:[150] 
	EList featureValue = (EList)container.eGet(feature);
	                      ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[115] 
	((EList) owner.eGet(feature)).addAll(index, collection);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(int, Collection) belongs to the raw type List. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[115] 
	((EList) owner.eGet(feature)).addAll(index, collection);
	  ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[130] 
	super(domain, owner, feature, ((EList)owner.eGet(feature)).get(index));
	                                ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[139] 
	((EList) owner.eGet(feature)).remove(index);
	  ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[165] 
	EList featureValue = (EList)owner.eGet(feature);
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[165] 
	EList featureValue = (EList)owner.eGet(feature);
	                      ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.java:[206] 
	return (Stream<? extends Object>) command.getResult().iterator().next();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from capture#6-of ? to Stream<? extends Object>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/AbstractModelManipulations.java:[370] 
	return (Collection<Object>) slot;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<Object>
15 problems (15 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.runtime.emf ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.feature >--
[INFO] Building org.eclipse.viatra.transformation.runtime.emf.feature 2.9.0-SNAPSHOT [15/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944341091
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/target/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/target/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/target/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.emf.feature/target/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.runtime.emf.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.feature >--
[INFO] Building org.eclipse.viatra.addon.databinding.runtime.feature 2.9.0-SNAPSHOT [16/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944341293
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/target/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/target/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/target/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.databinding.runtime.feature/target/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.databinding.runtime.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf >---
[INFO] Building org.eclipse.viatra.query.patternlanguage.emf 2.9.0-SNAPSHOT [17/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944341414
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.viatra.query.patternlanguage.emf ---
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.language/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.antlr:antlr-runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/antlr/antlr-runtime/maven-metadata.xml
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.2.v20200224-0816/org.eclipse.emf.mwe.core-1.5.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.runtime-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.2.v20200224-0816/org.eclipse.emf.mwe.utils-1.5.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.language-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.launch-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.xbase.XbasePackage'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.xtype.XtypePackage'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.emf.ecore.EcorePackage'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/viatra/query/patternlanguage/emf/PatternLanguage' from 'platform:/resource/org.eclipse.viatra.query.patternlanguage.emf/model/PatternLanguage.genmodel'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
0    INFO  XtextGenerator     - Initializing Xtext generator
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.runtime-2.11.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.2.v20200224-0816/org.eclipse.emf.mwe.utils-1.5.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.2.v20200224-0816/org.eclipse.emf.mwe.core-1.5.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.launch-2.11.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.language-2.11.2.v20200224-0816.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.2.v20200224-0816/org.eclipse.emf.mwe.core-1.5.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.runtime-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.2.v20200224-0816/org.eclipse.emf.mwe.utils-1.5.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.language-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.launch-2.11.2.v20200224-0816.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf.tests at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf.ide at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf.ui at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.patternlanguage.emf.ui.tests at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/'
Apr 12, 2024 5:52:23 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
Apr 12, 2024 5:52:24 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel'
Apr 12, 2024 5:52:25 PM org.eclipse.emf.mwe.utils.DirectoryCleaner invokeInternal
INFO: Cleaning /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/../org.eclipse.viatra.query.patternlanguage.emf/emf-gen
1519 INFO  EcoreGenerator     - generating EMF code for platform:/resource/org.eclipse.viatra.query.patternlanguage.emf/model/PatternLanguage.genmodel
2619 INFO  XtextGenerator     - Generating org.eclipse.viatra.query.patternlanguage.emf.EMFPatternLanguage
13766 INFO  XtextGenerator     - Generating common infrastructure
13802 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 129 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Compiling 230 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/EMFTypeInferrer.java:[33] 
	import org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/EMFTypeInferrer.java:[53] 
	private NumberLiterals literals;
	        ^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/EMFTypeInferrer.java:[83] 
	Class<? extends Number> javaType = literals.getJavaType(((NumberValue) ex).getValue());
	                                            ^^^^^^^^^^^
Discouraged access: The method 'NumberLiterals.getJavaType(XNumberLiteral)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[23] 
	import org.eclipse.xtext.xbase.typesystem.IBatchTypeResolver;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchTypeResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[24] 
	import org.eclipse.xtext.xbase.typesystem.references.LightweightTypeReference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[25] 
	import org.eclipse.xtext.xbase.typesystem.references.ParameterizedTypeReference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ParameterizedTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[26] 
	import org.eclipse.xtext.xbase.typesystem.references.UnknownTypeReference;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UnknownTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[35] 
	private IBatchTypeResolver xbaseResolver;
	        ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchTypeResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[39] 
	IBatchTypeResolver xbaseResolver, boolean unwind) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchTypeResolver' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[54] 
	LightweightTypeReference expressionType = xbaseResolver.resolveTypes(xExpression).getReturnType(xExpression);
	^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[54] 
	LightweightTypeReference expressionType = xbaseResolver.resolveTypes(xExpression).getReturnType(xExpression);
	                                                        ^^^^^^^^^^^^
Discouraged access: The method 'IBatchTypeResolver.resolveTypes(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[54] 
	LightweightTypeReference expressionType = xbaseResolver.resolveTypes(xExpression).getReturnType(xExpression);
	                                                                                  ^^^^^^^^^^^^^
Discouraged access: The method 'IResolvedTypes.getReturnType(XExpression)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[57] 
	} else if (expressionType instanceof UnknownTypeReference) {
	                                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'UnknownTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[62] 
	return new JavaTransitiveInstancesKey(expressionType.getWrapperTypeIfPrimitive().getJavaIdentifier());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getWrapperTypeIfPrimitive()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[62] 
	return new JavaTransitiveInstancesKey(expressionType.getWrapperTypeIfPrimitive().getJavaIdentifier());
	                                                                                 ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getJavaIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[66] 
	private JavaTransitiveInstancesKey getComponentTypeKey(LightweightTypeReference typeRef) {
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[67] 
	for (LightweightTypeReference parent : typeRef.getAllSuperTypes()) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[67] 
	for (LightweightTypeReference parent : typeRef.getAllSuperTypes()) {
	                                               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getAllSuperTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[68] 
	if (parent.getRawTypeReference().isType(Set.class) && parent instanceof ParameterizedTypeReference) {
	           ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getRawTypeReference()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[68] 
	if (parent.getRawTypeReference().isType(Set.class) && parent instanceof ParameterizedTypeReference) {
	                                 ^^^^^^
Discouraged access: The method 'LightweightTypeReference.isType(Class<?>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[68] 
	if (parent.getRawTypeReference().isType(Set.class) && parent instanceof ParameterizedTypeReference) {
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ParameterizedTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[69] 
	final ParameterizedTypeReference parentTypeRef = (ParameterizedTypeReference) parent;
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ParameterizedTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[69] 
	final ParameterizedTypeReference parentTypeRef = (ParameterizedTypeReference) parent;
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ParameterizedTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[70] 
	final List<LightweightTypeReference> typeArguments = parentTypeRef.getTypeArguments();
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[70] 
	final List<LightweightTypeReference> typeArguments = parentTypeRef.getTypeArguments();
	                                                                   ^^^^^^^^^^^^^^^^
Discouraged access: The method 'ParameterizedTypeReference.getTypeArguments()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[73] 
	final LightweightTypeReference componentTypeRef = typeArguments.get(0);
	      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LightweightTypeReference' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[74] 
	final String componentJavaId = componentTypeRef.getWrapperTypeIfPrimitive().getJavaIdentifier();
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getWrapperTypeIfPrimitive()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/types/judgements/XbaseExpressionTypeJudgement.java:[74] 
	final String componentJavaId = componentTypeRef.getWrapperTypeIfPrimitive().getJavaIdentifier();
	                                                                            ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'LightweightTypeReference.getJavaIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[28] 
	import org.eclipse.xtext.xtype.impl.XImportSectionImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XImportSectionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[44] 
	public class VQLImportSectionImpl extends XImportSectionImpl implements VQLImportSection
	                                          ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XImportSectionImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[73] 
	super();
	^^^^^^^^
Discouraged access: The constructor 'XImportSectionImpl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[140] 
	return super.eInverseRemove(otherEnd, featureID, msgs);
	             ^^^^^^^^^^^^^^
Discouraged access: The method 'XImportSectionImpl.eInverseRemove(InternalEObject, int, NotificationChain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[158] 
	return super.eGet(featureID, resolve, coreType);
	             ^^^^
Discouraged access: The method 'XImportSectionImpl.eGet(int, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[181] 
	super.eSet(featureID, newValue);
	      ^^^^
Discouraged access: The method 'XImportSectionImpl.eSet(int, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[201] 
	super.eUnset(featureID);
	      ^^^^^^
Discouraged access: The method 'XImportSectionImpl.eUnset(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.java:[219] 
	return super.eIsSet(featureID);
	             ^^^^^^
Discouraged access: The method 'XImportSectionImpl.eIsSet(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternJvmModelAssociator.java:[39] 
	import org.eclipse.xtext.common.types.util.TypeReferences;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'TypeReferences' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternJvmModelAssociator.java:[59] 
	private TypeReferences typeReferences;
	        ^^^^^^^^^^^^^^
Discouraged access: The type 'TypeReferences' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternJvmModelAssociator.java:[190] 
	aggregatedValue.setAggregateType(typeReferences.findDeclaredType(Void.class, aggregatedValue));
	                                                ^^^^^^^^^^^^^^^^
Discouraged access: The method 'TypeReferences.findDeclaredType(Class<?>, Notifier)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageScopeProvider.java:[13] 
	import org.eclipse.xtext.xbase.scoping.batch.XbaseBatchScopeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseBatchScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageScopeProvider.java:[15] 
	public class EMFPatternLanguageScopeProvider extends XbaseBatchScopeProvider {
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseBatchScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/validation/EMFPatternLanguageValidator.java:[40] 
	import org.eclipse.viatra.query.patternlanguage.emf.vql.ExecutionType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.patternlanguage.emf.vql.ExecutionType is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/validation/EMFPatternLanguageValidator.java:[47] 
	import org.eclipse.viatra.query.patternlanguage.emf.annotations.impl.SafeNegativeRecursionAnnotationValidator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.viatra.query.patternlanguage.emf.annotations.impl.SafeNegativeRecursionAnnotationValidator is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/validation/EMFPatternLanguageValidator.java:[933] 
	if (PatternLanguageHelper.isPrivate(pattern) && !isLocallyUsed(pattern, pattern.eContainer())) {
	                                                 ^^^^^^^^^^^^^
Discouraged access: The method 'XbaseValidator.isLocallyUsed(EObject, EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageDeclarativeScopeProvider.java:[44] 
	import org.eclipse.xtext.common.types.JvmMember;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.xtext.common.types.JvmMember is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/helper/PatternLanguageHelper.java:[85] 
	import org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[30] 
	import org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder is never used
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[33] 
	import org.eclipse.xtext.xbase.services.XbaseGrammarAccess;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[34] 
	import org.eclipse.xtext.xbase.services.XtypeGrammarAccess;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XtypeGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1792] 
	private final XbaseGrammarAccess gaXbase;
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1794] 
	private final XtypeGrammarAccess gaXtype;
	              ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XtypeGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1798] 
	XbaseGrammarAccess gaXbase,
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1799] 
	XtypeGrammarAccess gaXtype) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XtypeGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1868] 
	public XbaseGrammarAccess getXbaseGrammarAccess() {
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[1872] 
	public XtypeGrammarAccess getXtypeGrammarAccess() {
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XtypeGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2311] 
	public XbaseGrammarAccess.XExpressionElements getXExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2311] 
	public XbaseGrammarAccess.XExpressionElements getXExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2312] 
	return gaXbase.getXExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2316] 
	return getXExpressionAccess().getRule();
	                              ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2323] 
	public XbaseGrammarAccess.XAssignmentElements getXAssignmentAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2323] 
	public XbaseGrammarAccess.XAssignmentElements getXAssignmentAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XAssignmentElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2324] 
	return gaXbase.getXAssignmentAccess();
	               ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXAssignmentAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2328] 
	return getXAssignmentAccess().getRule();
	                              ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2333] 
	public XbaseGrammarAccess.OpSingleAssignElements getOpSingleAssignAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpSingleAssignElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2333] 
	public XbaseGrammarAccess.OpSingleAssignElements getOpSingleAssignAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2334] 
	return gaXbase.getOpSingleAssignAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpSingleAssignAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2338] 
	return getOpSingleAssignAccess().getRule();
	                                 ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpSingleAssignElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2345] 
	public XbaseGrammarAccess.OpMultiAssignElements getOpMultiAssignAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2345] 
	public XbaseGrammarAccess.OpMultiAssignElements getOpMultiAssignAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpMultiAssignElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2346] 
	return gaXbase.getOpMultiAssignAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpMultiAssignAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2350] 
	return getOpMultiAssignAccess().getRule();
	                                ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiAssignElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2356] 
	public XbaseGrammarAccess.XOrExpressionElements getXOrExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2356] 
	public XbaseGrammarAccess.XOrExpressionElements getXOrExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XOrExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2357] 
	return gaXbase.getXOrExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXOrExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2361] 
	return getXOrExpressionAccess().getRule();
	                                ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2366] 
	public XbaseGrammarAccess.OpOrElements getOpOrAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2366] 
	public XbaseGrammarAccess.OpOrElements getOpOrAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpOrElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2367] 
	return gaXbase.getOpOrAccess();
	               ^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpOrAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2371] 
	return getOpOrAccess().getRule();
	                       ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOrElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2377] 
	public XbaseGrammarAccess.XAndExpressionElements getXAndExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2377] 
	public XbaseGrammarAccess.XAndExpressionElements getXAndExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XAndExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2378] 
	return gaXbase.getXAndExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXAndExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2382] 
	return getXAndExpressionAccess().getRule();
	                                 ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2387] 
	public XbaseGrammarAccess.OpAndElements getOpAndAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2387] 
	public XbaseGrammarAccess.OpAndElements getOpAndAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpAndElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2388] 
	return gaXbase.getOpAndAccess();
	               ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpAndAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2392] 
	return getOpAndAccess().getRule();
	                        ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpAndElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2398] 
	public XbaseGrammarAccess.XEqualityExpressionElements getXEqualityExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2398] 
	public XbaseGrammarAccess.XEqualityExpressionElements getXEqualityExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XEqualityExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2399] 
	return gaXbase.getXEqualityExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXEqualityExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2403] 
	return getXEqualityExpressionAccess().getRule();
	                                      ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2408] 
	public XbaseGrammarAccess.OpEqualityElements getOpEqualityAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2408] 
	public XbaseGrammarAccess.OpEqualityElements getOpEqualityAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpEqualityElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2409] 
	return gaXbase.getOpEqualityAccess();
	               ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpEqualityAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2413] 
	return getOpEqualityAccess().getRule();
	                             ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpEqualityElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2420] 
	public XbaseGrammarAccess.XRelationalExpressionElements getXRelationalExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2420] 
	public XbaseGrammarAccess.XRelationalExpressionElements getXRelationalExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XRelationalExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2421] 
	return gaXbase.getXRelationalExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXRelationalExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2425] 
	return getXRelationalExpressionAccess().getRule();
	                                        ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2430] 
	public XbaseGrammarAccess.OpCompareElements getOpCompareAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2430] 
	public XbaseGrammarAccess.OpCompareElements getOpCompareAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpCompareElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2431] 
	return gaXbase.getOpCompareAccess();
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpCompareAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2435] 
	return getOpCompareAccess().getRule();
	                            ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpCompareElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2441] 
	public XbaseGrammarAccess.XOtherOperatorExpressionElements getXOtherOperatorExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2441] 
	public XbaseGrammarAccess.XOtherOperatorExpressionElements getXOtherOperatorExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XOtherOperatorExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2442] 
	return gaXbase.getXOtherOperatorExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXOtherOperatorExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2446] 
	return getXOtherOperatorExpressionAccess().getRule();
	                                           ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2457] 
	public XbaseGrammarAccess.OpOtherElements getOpOtherAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2457] 
	public XbaseGrammarAccess.OpOtherElements getOpOtherAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpOtherElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2458] 
	return gaXbase.getOpOtherAccess();
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpOtherAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2462] 
	return getOpOtherAccess().getRule();
	                          ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2468] 
	public XbaseGrammarAccess.XAdditiveExpressionElements getXAdditiveExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2468] 
	public XbaseGrammarAccess.XAdditiveExpressionElements getXAdditiveExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XAdditiveExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2469] 
	return gaXbase.getXAdditiveExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXAdditiveExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2473] 
	return getXAdditiveExpressionAccess().getRule();
	                                      ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2478] 
	public XbaseGrammarAccess.OpAddElements getOpAddAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2478] 
	public XbaseGrammarAccess.OpAddElements getOpAddAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpAddElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2479] 
	return gaXbase.getOpAddAccess();
	               ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpAddAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2483] 
	return getOpAddAccess().getRule();
	                        ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpAddElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2489] 
	public XbaseGrammarAccess.XMultiplicativeExpressionElements getXMultiplicativeExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2489] 
	public XbaseGrammarAccess.XMultiplicativeExpressionElements getXMultiplicativeExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XMultiplicativeExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2490] 
	return gaXbase.getXMultiplicativeExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXMultiplicativeExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2494] 
	return getXMultiplicativeExpressionAccess().getRule();
	                                            ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2499] 
	public XbaseGrammarAccess.OpMultiElements getOpMultiAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2499] 
	public XbaseGrammarAccess.OpMultiElements getOpMultiAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpMultiElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2500] 
	return gaXbase.getOpMultiAccess();
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpMultiAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2504] 
	return getOpMultiAccess().getRule();
	                          ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2510] 
	public XbaseGrammarAccess.XUnaryOperationElements getXUnaryOperationAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2510] 
	public XbaseGrammarAccess.XUnaryOperationElements getXUnaryOperationAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XUnaryOperationElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2511] 
	return gaXbase.getXUnaryOperationAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXUnaryOperationAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2515] 
	return getXUnaryOperationAccess().getRule();
	                                  ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XUnaryOperationElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2520] 
	public XbaseGrammarAccess.OpUnaryElements getOpUnaryAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2520] 
	public XbaseGrammarAccess.OpUnaryElements getOpUnaryAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpUnaryElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2521] 
	return gaXbase.getOpUnaryAccess();
	               ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpUnaryAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2525] 
	return getOpUnaryAccess().getRule();
	                          ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpUnaryElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2530] 
	public XbaseGrammarAccess.XCastedExpressionElements getXCastedExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2530] 
	public XbaseGrammarAccess.XCastedExpressionElements getXCastedExpressionAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XCastedExpressionElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2531] 
	return gaXbase.getXCastedExpressionAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXCastedExpressionAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2535] 
	return getXCastedExpressionAccess().getRule();
	                                    ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2540] 
	public XbaseGrammarAccess.XPostfixOperationElements getXPostfixOperationAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2540] 
	public XbaseGrammarAccess.XPostfixOperationElements getXPostfixOperationAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.XPostfixOperationElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2541] 
	return gaXbase.getXPostfixOperationAccess();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getXPostfixOperationAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2545] 
	return getXPostfixOperationAccess().getRule();
	                                    ^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPostfixOperationElements.getRule()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2550] 
	public XbaseGrammarAccess.OpPostfixElements getOpPostfixAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2550] 
	public XbaseGrammarAccess.OpPostfixElements getOpPostfixAccess() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseGrammarAccess.OpPostfixElements' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.java:[2551] 
	return gaXbase.getOpPostfixAccess();
	               ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.getOpPostfixAccess()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[53] 
	import org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[253] 
	NumberLiterals literals = new NumberLiterals();
	^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[253] 
	NumberLiterals literals = new NumberLiterals();
	                              ^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[253] 
	NumberLiterals literals = new NumberLiterals();
	                              ^^^^^^^^^^^^^^
Discouraged access: The constructor 'NumberLiterals()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[254] 
	Number value = literals.numberValue(numberLiteral, literals.getJavaType(numberLiteral));
	                        ^^^^^^^^^^^
Discouraged access: The method 'NumberLiterals.numberValue(XNumberLiteral, Class<?>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/specification/internal/EPMToPBody.java:[254] 
	Number value = literals.numberValue(numberLiteral, literals.getJavaType(numberLiteral));
	                                                            ^^^^^^^^^^^
Discouraged access: The method 'NumberLiterals.getJavaType(XNumberLiteral)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[55] 
	import org.eclipse.xtext.serializer.tokens.ICrossReferenceSerializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[56] 
	import org.eclipse.xtext.xbase.compiler.IGeneratorConfigProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IGeneratorConfigProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[60] 
	import org.eclipse.xtext.xbase.scoping.batch.IBatchScopeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[95] 
	public Class<? extends IBatchScopeProvider> bindIBatchScopeProvider() {
	                       ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IBatchScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[108] 
	public Class<? extends ICrossReferenceSerializer> bindICrossReferenceSerializer() {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.java:[178] 
	public Class<? extends IGeneratorConfigProvider> bindIGeneratorConfigProvider() {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IGeneratorConfigProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/validation/AbstractEMFPatternLanguageValidator.java:[16] 
	import org.eclipse.xtext.xbase.validation.XbaseValidator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseValidator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/validation/AbstractEMFPatternLanguageValidator.java:[18] 
	public abstract class AbstractEMFPatternLanguageValidator extends XbaseValidator {
	                                                                  ^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseValidator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen/org/eclipse/viatra/query/patternlanguage/emf/validation/AbstractEMFPatternLanguageValidator.java:[22] 
	List<EPackage> result = new ArrayList<EPackage>(super.getEPackages());
	                                                      ^^^^^^^^^^^^
Discouraged access: The method 'XbaseValidator.getEPackages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[16] 
	import org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic.Acceptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ISerializationDiagnostic.Acceptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[17] 
	import org.eclipse.xtext.serializer.tokens.CrossReferenceSerializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[19] 
	public class EMFPatternLanguageCrossRefSerializer extends CrossReferenceSerializer {
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[23] 
	Acceptor errors) {
	^^^^^^^^
Discouraged access: The type 'ISerializationDiagnostic.Acceptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.java:[29] 
	return super.serializeCrossRef(semanticObject, crossref, target, node, errors);
	             ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CrossReferenceSerializer.serializeCrossRef(EObject, CrossReference, EObject, INode, ISerializationDiagnostic.Acceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
166 problems (166 warnings)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.emf ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.databinding.runtime.validation >--
[INFO] Building org.eclipse.viatra.addon.databinding.runtime.validation 2.9.0-SNAPSHOT [18/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944372032
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.databinding.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.databinding.runtime.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.databinding.runtime.validation ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime >--
[INFO] Building org.eclipse.viatra.addon.querybasedfeatures.runtime 2.9.0-SNAPSHOT [19/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944372249
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureHandler.java:[66] 
	public EList getManyReferenceValueAsEList(Object source) {
	       ^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/org/eclipse/viatra/addon/querybasedfeatures/runtime/DerivedFeatureAdapter.java:[172] 
	case Notification.CREATE:
	                  ^^^^^^
The field Notification.CREATE is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/org/eclipse/viatra/addon/querybasedfeatures/runtime/IQueryBasedFeatureHandler.java:[29] 
	EList getManyReferenceValueAsEList(Object source);
	^^^^^
EList is a raw type. References to generic type EList<E> should be parameterized
3 problems (3 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.querybasedfeatures.runtime ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.feature >--
[INFO] Building org.eclipse.viatra.addon.querybasedfeatures.runtime.feature 2.9.0-SNAPSHOT [20/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944372556
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.runtime.validation >--
[INFO] Building org.eclipse.viatra.addon.querybasedfeatures.runtime.validation 2.9.0-SNAPSHOT [21/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944372668
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.runtime.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.querybasedfeatures.runtime.validation ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.tooling.generator.model >--
[INFO] Building org.eclipse.viatra.query.tooling.generator.model 2.9.0-SNAPSHOT [22/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/model/generated (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944372894
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.viatra.query.tooling.generator.model ---
[WARNING] org.eclipse.emf:org.eclipse.emf.mwe2.runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.mwe2.language/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe2.language/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe2.language/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.mwe.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.mwe.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.mwe.core/maven-metadata.xml
[WARNING] org.antlr:antlr-runtime/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.antlr:antlr-runtime/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/antlr/antlr-runtime/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.registry/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.osgi/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.commands/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.equinox.preferences/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[WARNING] Could not transfer metadata org.osgi:org.osgi.service.prefs/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/osgi/org.osgi.service.prefs/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.debug.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.debug.core/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.core.variables/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.variables/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.filesystem/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.expressions/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.text/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.text/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.common/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.codegen/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.codegen/maven-metadata.xml
[WARNING] org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.platform:org.eclipse.core.resources/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[WARNING] org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.jdt:org.eclipse.jdt.core/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/jdt/org.eclipse.jdt.core/maven-metadata.xml
[WARNING] Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore.xmi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore.xmi/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[WARNING] org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.eclipse.emf:org.eclipse.emf.ecore/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.400.v20190516-1358/org.eclipse.core.commands-3.9.400.v20190516-1358.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.7.400.v20190516-1504/org.eclipse.equinox.preferences-3.7.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.8.400.v20190516-1504/org.eclipse.equinox.registry-3.8.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.400.v20190518-1240/org.eclipse.core.expressions-3.6.400.v20190518-1240.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.400.v20190518-1151/org.eclipse.core.filesystem-1.7.400.v20190518-1151.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.13.400.v20190505-1655/org.eclipse.core.resources-3.13.400.v20190505-1655.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.500.v20190510-0549/org.eclipse.core.variables-3.4.500.v20190510-0549.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.13.300.v20190514-0832/org.eclipse.debug.core-3.13.300.v20190514-0832.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.14.0/org.eclipse.emf.codegen-2.14.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.30.0/org.eclipse.emf.common-2.30.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.18.0.v20190522-0428/org.eclipse.jdt.core-3.18.0.v20190522-0428.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.text/3.8.200.v20190519-2344/org.eclipse.text-3.8.200.v20190519-2344.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.15.0/org.eclipse.emf.codegen.ecore-2.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.36.0/org.eclipse.emf.ecore-2.36.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.37.0/org.eclipse.emf.ecore.xmi-2.37.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.emf.codegen.ecore.genmodel.GenModelPackage'
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/emf/2002/GenModel' from 'platform:/resource/org.eclipse.emf.codegen.ecore/model/GenModel.genmodel'
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel'
0    INFO  XtextGenerator     - Initializing Xtext generator
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.13.400.v20190505-1655/org.eclipse.core.resources-3.13.400.v20190505-1655.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.14.0/org.eclipse.emf.codegen-2.14.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.7.400.v20190516-1504/org.eclipse.equinox.preferences-3.7.400.v20190516-1504.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.500.v20190510-0549/org.eclipse.core.variables-3.4.500.v20190510-0549.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.text/3.8.200.v20190519-2344/org.eclipse.text-3.8.200.v20190519-2344.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.400.v20190518-1151/org.eclipse.core.filesystem-1.7.400.v20190518-1151.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.36.0/org.eclipse.emf.ecore-2.36.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.30.0/org.eclipse.emf.common-2.30.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.400.v20190516-1358/org.eclipse.core.commands-3.9.400.v20190516-1358.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.15.0/org.eclipse.emf.codegen.ecore-2.15.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.8.400.v20190516-1504/org.eclipse.equinox.registry-3.8.400.v20190516-1504.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.18.0.v20190522-0428/org.eclipse.jdt.core-3.18.0.v20190522-0428.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.13.300.v20190514-0832/org.eclipse.debug.core-3.13.300.v20190514-0832.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.37.0/org.eclipse.emf.ecore.xmi-2.37.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.400.v20190518-1240/org.eclipse.core.expressions-3.6.400.v20190518-1240.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.commands/3.12.0/org.eclipse.core.commands-3.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.400.v20190516-1358/org.eclipse.core.commands-3.9.400.v20190516-1358.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.11.0/org.eclipse.equinox.preferences-3.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.7.400.v20190516-1504/org.eclipse.equinox.preferences-3.7.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.equinox.registry/3.12.0/org.eclipse.equinox.registry-3.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.8.400.v20190516-1504/org.eclipse.equinox.registry-3.8.400.v20190516-1504.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.expressions/3.9.300/org.eclipse.core.expressions-3.9.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.400.v20190518-1240/org.eclipse.core.expressions-3.6.400.v20190518-1240.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.filesystem/1.10.300/org.eclipse.core.filesystem-1.10.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.400.v20190518-1151/org.eclipse.core.filesystem-1.7.400.v20190518-1151.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.resources/3.20.100/org.eclipse.core.resources-3.20.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.13.400.v20190505-1655/org.eclipse.core.resources-3.13.400.v20190505-1655.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.core.variables/3.6.300/org.eclipse.core.variables-3.6.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.500.v20190510-0549/org.eclipse.core.variables-3.4.500.v20190510-0549.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.debug.core/3.21.300/org.eclipse.debug.core-3.21.300.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.13.300.v20190514-0832/org.eclipse.debug.core-3.13.300.v20190514-0832.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.14.0/org.eclipse.emf.codegen-2.14.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.common/2.30.0/org.eclipse.emf.common-2.30.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/jdt/org.eclipse.jdt.core/3.37.0/org.eclipse.jdt.core-3.37.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.18.0.v20190522-0428/org.eclipse.jdt.core-3.18.0.v20190522-0428.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/platform/org.eclipse.text/3.14.0/org.eclipse.text-3.14.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.text/3.8.200.v20190519-2344/org.eclipse.text-3.8.200.v20190519-2344.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.15.0/org.eclipse.emf.codegen.ecore-2.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.36.0/org.eclipse.emf.ecore-2.36.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.37.0/org.eclipse.emf.ecore.xmi-2.37.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead.
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.tooling.generator.model at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/'
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.tooling.generator.model.ide at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/'
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.viatra.query.tooling.generator.model.ui at 'file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/'
Apr 12, 2024 5:53:03 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet
INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE!
1249 INFO  XtextGenerator     - Generating org.eclipse.viatra.query.tooling.generator.model.GeneratorModel
2056 INFO  EMFGeneratorFragment2 - Generating EMF model code
Apr 12, 2024 5:53:05 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/viatra/query/tooling/generator/model/QueryGenModel' from 'platform:/resource/org.eclipse.viatra.query.tooling.generator.model/model/generated/GeneratorModel.genmodel'
3343 INFO  XtextGenerator     - Generating common infrastructure
3350 INFO  Workflow           - Done.
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/org/eclipse/viatra/query/tooling/generator/model/GeneratorModelRuntimeModule.java:[14] 
	import org.eclipse.xtext.serializer.tokens.ICrossReferenceSerializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/org/eclipse/viatra/query/tooling/generator/model/GeneratorModelRuntimeModule.java:[26] 
	public Class<? extends ICrossReferenceSerializer> bindICrossReferenceSerializer() {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ICrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/org/eclipse/viatra/query/tooling/generator/model/scoping/GeneratorModelCrossRefSerializer.java:[15] 
	import org.eclipse.xtext.serializer.diagnostic.ISerializationDiagnostic.Acceptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ISerializationDiagnostic.Acceptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/org/eclipse/viatra/query/tooling/generator/model/scoping/GeneratorModelCrossRefSerializer.java:[16] 
	import org.eclipse.xtext.serializer.tokens.CrossReferenceSerializer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/org/eclipse/viatra/query/tooling/generator/model/scoping/GeneratorModelCrossRefSerializer.java:[18] 
	public class GeneratorModelCrossRefSerializer extends CrossReferenceSerializer {
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CrossReferenceSerializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/org/eclipse/viatra/query/tooling/generator/model/scoping/GeneratorModelCrossRefSerializer.java:[22] 
	Acceptor errors) {
	^^^^^^^^
Discouraged access: The type 'ISerializationDiagnostic.Acceptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/org/eclipse/viatra/query/tooling/generator/model/scoping/GeneratorModelCrossRefSerializer.java:[26] 
	return super.serializeCrossRef(semanticObject, crossref, target, node, errors);
	             ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'CrossReferenceSerializer.serializeCrossRef(EObject, CrossReference, EObject, INode, ISerializationDiagnostic.Acceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar')
7 problems (7 warnings)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/target/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/target/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/target/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/target/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.tooling.generator.model ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.tooling.core >------
[INFO] Building org.eclipse.viatra.query.tooling.core 2.9.0-SNAPSHOT   [23/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.tooling.core ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.tooling.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.tooling.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944387707
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.tooling.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/src/org/eclipse/viatra/query/tooling/core/generator/fragments/ExtensionBasedGenerationFragmentProvider.java:[21] 
	import org.eclipse.pde.internal.core.natures.PDE;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.13.0.v20190513-1223/org.eclipse.pde.core-3.13.0.v20190513-1223.jar')
1 problem (1 warning)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/target/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.tooling.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/target/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.tooling.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.tooling.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/target/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/target/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.core-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.tooling.core ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.querybasedfeatures.tooling >--
[INFO] Building org.eclipse.viatra.addon.querybasedfeatures.tooling 2.9.0-SNAPSHOT [24/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944389177
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 11 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/target/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/target/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/target/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/target/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.tooling/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.querybasedfeatures.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.querybasedfeatures.tooling-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.querybasedfeatures.tooling ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.addon.validation.core >-----
[INFO] Building org.eclipse.viatra.addon.validation.core 2.9.0-SNAPSHOT [25/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.validation.core ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944390665
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.core/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.core-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.core ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime >---
[INFO] Building org.eclipse.viatra.addon.validation.runtime 2.9.0-SNAPSHOT [26/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944390848
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.runtime ---
[INFO] 
[INFO] -------< org.eclipse.viatra:org.eclipse.viatra.query.runtime.ui >-------
[INFO] Building org.eclipse.viatra.query.runtime.ui 2.9.0-SNAPSHOT     [27/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944391026
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/src/org/eclipse/viatra/query/runtime/ui/modelconnector/internal/ModelConnectorAdapterFactoryForEMFEditors.java:[25] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type ModelConnectorAdapterFactoryForEMFEditors needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/src/org/eclipse/viatra/query/runtime/ui/modelconnector/internal/ModelConnectorAdapterFactoryForEMFEditors.java:[25] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	                                                 ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/target/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/target/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/target/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/target/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.ui-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.ui ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.ui >--
[INFO] Building org.eclipse.viatra.addon.validation.runtime.ui 2.9.0-SNAPSHOT [28/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944391188
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/target/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/target/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/target/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/target/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.ui-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.runtime.ui ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.feature >--
[INFO] Building org.eclipse.viatra.addon.validation.runtime.feature 2.9.0-SNAPSHOT [29/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944391354
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/target/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/target/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/target/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.validation.runtime.feature/target/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.runtime.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.validation.runtime.validation >--
[INFO] Building org.eclipse.viatra.addon.validation.runtime.validation 2.9.0-SNAPSHOT [30/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944391495
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.runtime.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.runtime.validation ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.addon.validation.tooling >---
[INFO] Building org.eclipse.viatra.addon.validation.tooling 2.9.0-SNAPSHOT [31/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944391732
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/target/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/target/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/target/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/target/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.tooling/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.validation.tooling/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.validation.tooling-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.validation.tooling ---
[INFO] 
[INFO] --------------< org.eclipse.viatra:viatra-query-runtime >---------------
[INFO] Building VIATRA Query Runtime 2.9.0-SNAPSHOT                    [32/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-query-runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-query-runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944392689
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-query-runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-query-runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-query-runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-query-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-query-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-query-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-query-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-query-runtime ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-query-runtime ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-query-runtime ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/target/viatra-query-runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-query-runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/target/viatra-query-runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-runtime/2.9.0-SNAPSHOT/viatra-query-runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-runtime/2.9.0-SNAPSHOT/viatra-query-runtime-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.viatra:viatra-query-language >--------------
[INFO] Building VIATRA Query Language 2.9.0-SNAPSHOT                   [33/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-query-language ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-query-language ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944392942
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-query-language ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-query-language ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-query-language ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-query-language ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-query-language ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-query-language ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-query-language ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-query-language ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-query-language ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-query-language ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/target/viatra-query-language-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-query-language ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/target/viatra-query-language-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-language/2.9.0-SNAPSHOT/viatra-query-language-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-language/2.9.0-SNAPSHOT/viatra-query-language-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.viatra:viatra-maven-plugin >---------------
[INFO] Building VIATRA Maven Plug-in 2.9.0-SNAPSHOT                    [34/113]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-maven-plugin ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-maven-plugin ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944393113
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-maven-plugin ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-maven-plugin ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-maven-plugin ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-maven-plugin ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:descriptor (default-descriptor) @ viatra-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 1 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-maven-plugin ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-maven-plugin ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-maven-plugin ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/target/viatra-maven-plugin-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.6.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ viatra-maven-plugin ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/target/viatra-maven-plugin-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-maven-plugin/2.9.0-SNAPSHOT/viatra-maven-plugin-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-maven-plugin/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-maven-plugin/2.9.0-SNAPSHOT/viatra-maven-plugin-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.viatra:org.eclipse.viatra.transformation.views >-----
[INFO] Building org.eclipse.viatra.transformation.views 2.9.0-SNAPSHOT [35/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.views ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/../../target/workspace (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.views ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944397006
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.views ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/model/traceability.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/model/traceability.genmodel
>>  Examining project 'org.eclipse.viatra.transformation.views'
>>  Refreshing '/org.eclipse.viatra.transformation.views'.
>>  Opening 'org.eclipse.viatra.transformation.views'.
>>  Refreshing '/org.eclipse.viatra.transformation.views'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.transformation.views/plugin.properties
>>  Opening folder /org.eclipse.viatra.transformation.views
>>  Examining old /org.eclipse.viatra.transformation.views/plugin.properties
>>  Preparing new /org.eclipse.viatra.transformation.views/plugin.properties
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.transformation.views/build.properties
>>  Opening folder /org.eclipse.viatra.transformation.views
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.transformation.views/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.transformation.views/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.transformation.views/plugin.xml
>>  Opening folder /org.eclipse.viatra.transformation.views
>>  Examining old /org.eclipse.viatra.transformation.views/plugin.xml
>>  Generating package TraceabilityPackage
>>  Generating Java interface org.eclipse.viatra.transformation.views.traceability.TraceabilityPackage
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/TraceabilityPackage.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/TraceabilityPackage.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.impl.TraceabilityPackageImpl
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityPackageImpl.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.transformation.views.traceability.TraceabilityFactory
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/TraceabilityFactory.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/TraceabilityFactory.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.impl.TraceabilityFactoryImpl
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.util.TraceabilitySwitch
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util/TraceabilitySwitch.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util/TraceabilitySwitch.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.util.TraceabilityAdapterFactory
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util/TraceabilityAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/util/TraceabilityAdapterFactory.java
>>  Generating Traceability
>>  Generating Java interface org.eclipse.viatra.transformation.views.traceability.Traceability
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/Traceability.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/Traceability.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.impl.TraceabilityImpl
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityImpl.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceabilityImpl.java
>>  Generating Trace
>>  Generating Java interface org.eclipse.viatra.transformation.views.traceability.Trace
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/Trace.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/Trace.java
>>  Generating Java class org.eclipse.viatra.transformation.views.traceability.impl.TraceImpl
>>  Generating /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceImpl.java
>>  Opening folder /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl
>>  Preparing new /org.eclipse.viatra.transformation.views/emf-gen/org/eclipse/viatra/transformation/views/traceability/impl/TraceImpl.java
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'helpers.vql'
[INFO] Starting generator for input: 'helpers.vql'
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.views ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.views ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.views ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.views/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.views/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.views-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.views ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime >-----
[INFO] Building org.eclipse.viatra.addon.viewers.runtime 2.9.0-SNAPSHOT [36/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/../../target/workspace (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944411634
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/model/notation.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/model/notation.genmodel
>>  Examining project 'org.eclipse.viatra.addon.viewers.runtime'
>>  Refreshing '/org.eclipse.viatra.addon.viewers.runtime'.
>>  Opening 'org.eclipse.viatra.addon.viewers.runtime'.
>>  Refreshing '/org.eclipse.viatra.addon.viewers.runtime'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.addon.viewers.runtime/plugin.properties
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime
>>  Examining old /org.eclipse.viatra.addon.viewers.runtime/plugin.properties
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/plugin.properties
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.addon.viewers.runtime/build.properties
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.addon.viewers.runtime/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.addon.viewers.runtime/plugin.xml
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime
>>  Examining old /org.eclipse.viatra.addon.viewers.runtime/plugin.xml
>>  Generating package NotationPackage
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.NotationPackage
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationPackage.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationPackage.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.NotationPackageImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationPackageImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.NotationFactory
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationFactory.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationFactory.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.NotationFactoryImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.util.NotationSwitch
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util/NotationSwitch.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util/NotationSwitch.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.util.NotationAdapterFactory
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util/NotationAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/util/NotationAdapterFactory.java
>>  Generating Formattable Element
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.FormattableElement
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/FormattableElement.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/FormattableElement.java
>>  Generating Format Specification
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.FormatSpecification
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/FormatSpecification.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/FormatSpecification.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.FormatSpecificationImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/FormatSpecificationImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/FormatSpecificationImpl.java
>>  Generating Item
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.Item
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Item.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Item.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.ItemImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/ItemImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/ItemImpl.java
>>  Generating Edge
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.Edge
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Edge.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Edge.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.EdgeImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/EdgeImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/EdgeImpl.java
>>  Generating Containment
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.Containment
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Containment.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Containment.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.ContainmentImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/ContainmentImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/ContainmentImpl.java
>>  Generating Model
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.NotationModel
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationModel.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/NotationModel.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.NotationModelImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationModelImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/NotationModelImpl.java
>>  Generating Attribute
>>  Generating Java interface org.eclipse.viatra.addon.viewers.runtime.notation.Attribute
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Attribute.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/Attribute.java
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.AttributeImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/AttributeImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/AttributeImpl.java
>>  Generating String To String Map
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.impl.StringToStringMapImpl
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/StringToStringMapImpl.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/impl/StringToStringMapImpl.java
>>  Generating Hierarchy Policy
>>  Generating Java class org.eclipse.viatra.addon.viewers.runtime.notation.HierarchyPolicy
>>  Generating /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/HierarchyPolicy.java
>>  Opening folder /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation
>>  Preparing new /org.eclipse.viatra.addon.viewers.runtime/emf-gen/org/eclipse/viatra/addon/viewers/runtime/notation/HierarchyPolicy.java
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Adding project dependencies to classpath
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'ViewersTraceabilityQueries.vql'
[INFO] Starting generator for input: 'ViewersTraceabilityQueries.vql'
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/src/org/eclipse/viatra/addon/viewers/runtime/extensions/ViatraViewersPartSupport.java:[73] 
	onSelectionChanged(structuredSelection.toList());
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.runtime ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.feature >--
[INFO] Building org.eclipse.viatra.addon.viewers.runtime.feature 2.9.0-SNAPSHOT [37/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944430733
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/target/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/target/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/target/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.feature/target/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.runtime.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.validation >--
[INFO] Building org.eclipse.viatra.addon.viewers.runtime.validation 2.9.0-SNAPSHOT [38/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944430845
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.runtime.validation ---
[INFO] 
[INFO] -------< org.eclipse.viatra:org.eclipse.viatra.integration.zest >-------
[INFO] Building org.eclipse.viatra.integration.zest 2.9.0-SNAPSHOT     [39/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.integration.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.integration.zest ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.integration.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.integration.zest ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.integration.zest ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944431052
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.integration.zest ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.integration.zest ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.integration.zest ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.integration.zest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.integration.zest ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/src/org/eclipse/viatra/integration/zest/viewer/ViatraGraphViewer.java:[83] 
	Stream.concat(node.getSourceConnections().stream(),
                                node.getTargetConnections().stream()).map(GraphConnection.class::cast);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation concat(Stream, Stream) of the generic method concat(Stream<? extends T>, Stream<? extends T>) of type Stream
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/src/org/eclipse/viatra/integration/zest/viewer/ViatraGraphViewer.java:[83] 
	Stream.concat(node.getSourceConnections().stream(),
                                node.getTargetConnections().stream()).map(GraphConnection.class::cast);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method map(Function) belongs to the raw type Stream. References to generic type Stream<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/src/org/eclipse/viatra/integration/zest/viewer/ViatraGraphViewer.java:[83] 
	Stream.concat(node.getSourceConnections().stream(),
                                node.getTargetConnections().stream()).map(GraphConnection.class::cast);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Stream needs unchecked conversion to conform to Stream<GraphConnection>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/src/org/eclipse/viatra/integration/zest/viewer/ViatraGraphViewer.java:[83] 
	Stream.concat(node.getSourceConnections().stream(),
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Stream needs unchecked conversion to conform to Stream<? extends Object>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/src/org/eclipse/viatra/integration/zest/viewer/ViatraGraphViewer.java:[84] 
	node.getTargetConnections().stream()).map(GraphConnection.class::cast);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Stream needs unchecked conversion to conform to Stream<? extends Object>
5 problems (5 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.integration.zest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.integration.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/target/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.integration.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.integration.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/target/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.integration.zest ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.integration.zest ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/target/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/target/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.zest/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.zest-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.integration.zest ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest >--
[INFO] Building org.eclipse.viatra.addon.viewers.runtime.zest 2.9.0-SNAPSHOT [40/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944431236
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/src/org/eclipse/viatra/addon/viewers/runtime/zest/sources/ZestContentProvider.java:[108] 
	viewer.addNode(item);
	       ^^^^^^^
Discouraged access: The method 'AbstractStructuredGraphViewer.addNode(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.zest.core/1.5.300.201606061308/org.eclipse.zest.core-1.5.300.201606061308.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/src/org/eclipse/viatra/addon/viewers/runtime/zest/sources/ZestContentProvider.java:[113] 
	viewer.removeNode(item);
	       ^^^^^^^^^^
Discouraged access: The method 'AbstractStructuredGraphViewer.removeNode(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.zest.core/1.5.300.201606061308/org.eclipse.zest.core-1.5.300.201606061308.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/src/org/eclipse/viatra/addon/viewers/runtime/zest/sources/ZestContentProvider.java:[118] 
	viewer.addRelationship(edge);
	       ^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractStructuredGraphViewer.addRelationship(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.zest.core/1.5.300.201606061308/org.eclipse.zest.core-1.5.300.201606061308.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/src/org/eclipse/viatra/addon/viewers/runtime/zest/sources/ZestContentProvider.java:[123] 
	viewer.removeRelationship(edge);
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'AbstractStructuredGraphViewer.removeRelationship(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.zest.core/1.5.300.201606061308/org.eclipse.zest.core-1.5.300.201606061308.jar')
4 problems (4 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/target/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/target/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/target/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/target/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.runtime.zest/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.runtime.zest ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest.feature >--
[INFO] Building org.eclipse.viatra.addon.viewers.runtime.zest.feature 2.9.0-SNAPSHOT [41/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944431443
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/target/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/target/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.viewers.runtime.zest.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/target/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.runtime.zest.feature/target/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.runtime.zest.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.runtime.zest.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.runtime.zest.feature ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.documentation.help >------
[INFO] Building org.eclipse.viatra.documentation.help 2.9.0-SNAPSHOT   [42/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.documentation.help ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/html (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.documentation.help ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.documentation.help ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.documentation.help ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.documentation.help ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944431593
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.documentation.help ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.documentation.help ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.documentation.help ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-help-contents) @ org.eclipse.viatra.documentation.help ---
[INFO] sourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/docs/asciidoc does not exist
[INFO] sourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/asciidoc does not exist
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 123 resources
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/addons.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/aggregatedchains.asciidoc
[INFO] asciidoctor: INFO: possible invalid reference: Transformation implementations
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/cps-demonstrator.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/documentation.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/evm.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/graphical-queries.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/language/usagecounting.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/language/whitelist.asciidoc
[INFO] asciidoctor: INFO: possible invalid reference: recursion-dred
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/query-api.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/query-language.asciidoc
[INFO] asciidoctor: INFO: possible invalid reference: recursion
[INFO] asciidoctor: INFO: possible invalid reference: recursion-dred
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/releases.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tools.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tools/preferences.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/transformations.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tutorial.asciidoc
[INFO] Converted /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/viatra.asciidoc
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.documentation.help ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.documentation.help ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.documentation.help ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.documentation.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/target/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.documentation.help ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.documentation.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/target/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.documentation.help ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.documentation.help ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/target/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.help/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.help/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/target/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.help/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.help/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.help/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.help/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.help-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.documentation.help ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ide >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.emf.ide 2.9.0-SNAPSHOT [43/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944441759
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src/org/eclipse/viatra/query/patternlanguage/emf/ide/highlight/EMFPatternLanguageHighlightingStyles.java:[11] 
	import org.eclipse.xtext.xbase.ide.highlighting.XbaseHighlightingStyles;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseHighlightingStyles' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ide/2.20.0.v20191202-0933/org.eclipse.xtext.xbase.ide-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src/org/eclipse/viatra/query/patternlanguage/emf/ide/highlight/EMFPatternLanguageHighlightingStyles.java:[18] 
	public interface EMFPatternLanguageHighlightingStyles extends XbaseHighlightingStyles {
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseHighlightingStyles' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ide/2.20.0.v20191202-0933/org.eclipse.xtext.xbase.ide-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[55] 
	builder.put(grammarAccess.getXAssignmentAccess().getAlternatives(), "rule__XAssignment__Alternatives");
	                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[56] 
	builder.put(grammarAccess.getOpMultiAssignAccess().getAlternatives(), "rule__OpMultiAssign__Alternatives");
	                                                   ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiAssignElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[57] 
	builder.put(grammarAccess.getOpEqualityAccess().getAlternatives(), "rule__OpEquality__Alternatives");
	                                                ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpEqualityElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[58] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getAlternatives_1(), "rule__XRelationalExpression__Alternatives_1");
	                                                           ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getAlternatives_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[59] 
	builder.put(grammarAccess.getOpCompareAccess().getAlternatives(), "rule__OpCompare__Alternatives");
	                                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpCompareElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[60] 
	builder.put(grammarAccess.getOpOtherAccess().getAlternatives(), "rule__OpOther__Alternatives");
	                                             ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[61] 
	builder.put(grammarAccess.getOpOtherAccess().getAlternatives_5_1(), "rule__OpOther__Alternatives_5_1");
	                                             ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getAlternatives_5_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[62] 
	builder.put(grammarAccess.getOpOtherAccess().getAlternatives_6_1(), "rule__OpOther__Alternatives_6_1");
	                                             ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getAlternatives_6_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[63] 
	builder.put(grammarAccess.getOpAddAccess().getAlternatives(), "rule__OpAdd__Alternatives");
	                                           ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpAddElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[64] 
	builder.put(grammarAccess.getOpMultiAccess().getAlternatives(), "rule__OpMulti__Alternatives");
	                                             ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[65] 
	builder.put(grammarAccess.getXUnaryOperationAccess().getAlternatives(), "rule__XUnaryOperation__Alternatives");
	                                                     ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XUnaryOperationElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[66] 
	builder.put(grammarAccess.getOpUnaryAccess().getAlternatives(), "rule__OpUnary__Alternatives");
	                                             ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpUnaryElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[67] 
	builder.put(grammarAccess.getOpPostfixAccess().getAlternatives(), "rule__OpPostfix__Alternatives");
	                                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpPostfixElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[68] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1(), "rule__XMemberFeatureCall__Alternatives_1");
	                                                        ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getAlternatives_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[69] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_0_0_0_1(), "rule__XMemberFeatureCall__Alternatives_1_0_0_0_1");
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getAlternatives_1_0_0_0_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[70] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_0_0_1(), "rule__XMemberFeatureCall__Alternatives_1_1_0_0_1");
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getAlternatives_1_1_0_0_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[71] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getAlternatives_1_1_3_1(), "rule__XMemberFeatureCall__Alternatives_1_1_3_1");
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getAlternatives_1_1_3_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[72] 
	builder.put(grammarAccess.getXPrimaryExpressionAccess().getAlternatives(), "rule__XPrimaryExpression__Alternatives");
	                                                        ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPrimaryExpressionElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[73] 
	builder.put(grammarAccess.getXLiteralAccess().getAlternatives(), "rule__XLiteral__Alternatives");
	                                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XLiteralElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[74] 
	builder.put(grammarAccess.getXCollectionLiteralAccess().getAlternatives(), "rule__XCollectionLiteral__Alternatives");
	                                                        ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCollectionLiteralElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[75] 
	builder.put(grammarAccess.getXSwitchExpressionAccess().getAlternatives_2(), "rule__XSwitchExpression__Alternatives_2");
	                                                       ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XSwitchExpressionElements.getAlternatives_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[76] 
	builder.put(grammarAccess.getXCasePartAccess().getAlternatives_3(), "rule__XCasePart__Alternatives_3");
	                                               ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCasePartElements.getAlternatives_3()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[77] 
	builder.put(grammarAccess.getXExpressionOrVarDeclarationAccess().getAlternatives(), "rule__XExpressionOrVarDeclaration__Alternatives");
	                                                                 ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XExpressionOrVarDeclarationElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[78] 
	builder.put(grammarAccess.getXVariableDeclarationAccess().getAlternatives_1(), "rule__XVariableDeclaration__Alternatives_1");
	                                                          ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XVariableDeclarationElements.getAlternatives_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[79] 
	builder.put(grammarAccess.getXVariableDeclarationAccess().getAlternatives_2(), "rule__XVariableDeclaration__Alternatives_2");
	                                                          ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XVariableDeclarationElements.getAlternatives_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[80] 
	builder.put(grammarAccess.getXFeatureCallAccess().getAlternatives_3_1(), "rule__XFeatureCall__Alternatives_3_1");
	                                                  ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XFeatureCallElements.getAlternatives_3_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[81] 
	builder.put(grammarAccess.getFeatureCallIDAccess().getAlternatives(), "rule__FeatureCallID__Alternatives");
	                                                   ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.FeatureCallIDElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[82] 
	builder.put(grammarAccess.getIdOrSuperAccess().getAlternatives(), "rule__IdOrSuper__Alternatives");
	                                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.IdOrSuperElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[83] 
	builder.put(grammarAccess.getXConstructorCallAccess().getAlternatives_4_1(), "rule__XConstructorCall__Alternatives_4_1");
	                                                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XConstructorCallElements.getAlternatives_4_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[84] 
	builder.put(grammarAccess.getXTryCatchFinallyExpressionAccess().getAlternatives_3(), "rule__XTryCatchFinallyExpression__Alternatives_3");
	                                                                ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XTryCatchFinallyExpressionElements.getAlternatives_3()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[85] 
	builder.put(grammarAccess.getNumberAccess().getAlternatives(), "rule__Number__Alternatives");
	                                            ^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.NumberElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[86] 
	builder.put(grammarAccess.getNumberAccess().getAlternatives_1_0(), "rule__Number__Alternatives_1_0");
	                                            ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.NumberElements.getAlternatives_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[87] 
	builder.put(grammarAccess.getNumberAccess().getAlternatives_1_1_1(), "rule__Number__Alternatives_1_1_1");
	                                            ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.NumberElements.getAlternatives_1_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[88] 
	builder.put(grammarAccess.getJvmTypeReferenceAccess().getAlternatives(), "rule__JvmTypeReference__Alternatives");
	                                                      ^^^^^^^^^^^^^^^
Discouraged access: The method 'XtypeGrammarAccess.JvmTypeReferenceElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[89] 
	builder.put(grammarAccess.getJvmArgumentTypeReferenceAccess().getAlternatives(), "rule__JvmArgumentTypeReference__Alternatives");
	                                                              ^^^^^^^^^^^^^^^
Discouraged access: The method 'XtypeGrammarAccess.JvmArgumentTypeReferenceElements.getAlternatives()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[90] 
	builder.put(grammarAccess.getJvmWildcardTypeReferenceAccess().getAlternatives_2(), "rule__JvmWildcardTypeReference__Alternatives_2");
	                                                              ^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XtypeGrammarAccess.JvmWildcardTypeReferenceElements.getAlternatives_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[143] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_0(), "rule__XAssignment__Group_0__0");
	                                                 ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[144] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_1(), "rule__XAssignment__Group_1__0");
	                                                 ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[145] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_1_1(), "rule__XAssignment__Group_1_1__0");
	                                                 ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[146] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_1_1_0(), "rule__XAssignment__Group_1_1_0__0");
	                                                 ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_1_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[147] 
	builder.put(grammarAccess.getXAssignmentAccess().getGroup_1_1_0_0(), "rule__XAssignment__Group_1_1_0_0__0");
	                                                 ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAssignmentElements.getGroup_1_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[148] 
	builder.put(grammarAccess.getOpMultiAssignAccess().getGroup_5(), "rule__OpMultiAssign__Group_5__0");
	                                                   ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiAssignElements.getGroup_5()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[149] 
	builder.put(grammarAccess.getOpMultiAssignAccess().getGroup_6(), "rule__OpMultiAssign__Group_6__0");
	                                                   ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpMultiAssignElements.getGroup_6()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[150] 
	builder.put(grammarAccess.getXOrExpressionAccess().getGroup(), "rule__XOrExpression__Group__0");
	                                                   ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[151] 
	builder.put(grammarAccess.getXOrExpressionAccess().getGroup_1(), "rule__XOrExpression__Group_1__0");
	                                                   ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[152] 
	builder.put(grammarAccess.getXOrExpressionAccess().getGroup_1_0(), "rule__XOrExpression__Group_1_0__0");
	                                                   ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[153] 
	builder.put(grammarAccess.getXOrExpressionAccess().getGroup_1_0_0(), "rule__XOrExpression__Group_1_0_0__0");
	                                                   ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOrExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[154] 
	builder.put(grammarAccess.getXAndExpressionAccess().getGroup(), "rule__XAndExpression__Group__0");
	                                                    ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[155] 
	builder.put(grammarAccess.getXAndExpressionAccess().getGroup_1(), "rule__XAndExpression__Group_1__0");
	                                                    ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[156] 
	builder.put(grammarAccess.getXAndExpressionAccess().getGroup_1_0(), "rule__XAndExpression__Group_1_0__0");
	                                                    ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[157] 
	builder.put(grammarAccess.getXAndExpressionAccess().getGroup_1_0_0(), "rule__XAndExpression__Group_1_0_0__0");
	                                                    ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAndExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[158] 
	builder.put(grammarAccess.getXEqualityExpressionAccess().getGroup(), "rule__XEqualityExpression__Group__0");
	                                                         ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[159] 
	builder.put(grammarAccess.getXEqualityExpressionAccess().getGroup_1(), "rule__XEqualityExpression__Group_1__0");
	                                                         ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[160] 
	builder.put(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0(), "rule__XEqualityExpression__Group_1_0__0");
	                                                         ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[161] 
	builder.put(grammarAccess.getXEqualityExpressionAccess().getGroup_1_0_0(), "rule__XEqualityExpression__Group_1_0_0__0");
	                                                         ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XEqualityExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[162] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup(), "rule__XRelationalExpression__Group__0");
	                                                           ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[163] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0(), "rule__XRelationalExpression__Group_1_0__0");
	                                                           ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[164] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0(), "rule__XRelationalExpression__Group_1_0_0__0");
	                                                           ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[165] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_0_0_0(), "rule__XRelationalExpression__Group_1_0_0_0__0");
	                                                           ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_0_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[166] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1(), "rule__XRelationalExpression__Group_1_1__0");
	                                                           ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[167] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0(), "rule__XRelationalExpression__Group_1_1_0__0");
	                                                           ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[168] 
	builder.put(grammarAccess.getXRelationalExpressionAccess().getGroup_1_1_0_0(), "rule__XRelationalExpression__Group_1_1_0_0__0");
	                                                           ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XRelationalExpressionElements.getGroup_1_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[169] 
	builder.put(grammarAccess.getOpCompareAccess().getGroup_1(), "rule__OpCompare__Group_1__0");
	                                               ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpCompareElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[170] 
	builder.put(grammarAccess.getXOtherOperatorExpressionAccess().getGroup(), "rule__XOtherOperatorExpression__Group__0");
	                                                              ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[171] 
	builder.put(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1(), "rule__XOtherOperatorExpression__Group_1__0");
	                                                              ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[172] 
	builder.put(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0(), "rule__XOtherOperatorExpression__Group_1_0__0");
	                                                              ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[173] 
	builder.put(grammarAccess.getXOtherOperatorExpressionAccess().getGroup_1_0_0(), "rule__XOtherOperatorExpression__Group_1_0_0__0");
	                                                              ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XOtherOperatorExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[174] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_2(), "rule__OpOther__Group_2__0");
	                                             ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[175] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_5(), "rule__OpOther__Group_5__0");
	                                             ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_5()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[176] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_5_1_0(), "rule__OpOther__Group_5_1_0__0");
	                                             ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_5_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[177] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_5_1_0_0(), "rule__OpOther__Group_5_1_0_0__0");
	                                             ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_5_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[178] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_6(), "rule__OpOther__Group_6__0");
	                                             ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_6()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[179] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_6_1_0(), "rule__OpOther__Group_6_1_0__0");
	                                             ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_6_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[180] 
	builder.put(grammarAccess.getOpOtherAccess().getGroup_6_1_0_0(), "rule__OpOther__Group_6_1_0_0__0");
	                                             ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.OpOtherElements.getGroup_6_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[181] 
	builder.put(grammarAccess.getXAdditiveExpressionAccess().getGroup(), "rule__XAdditiveExpression__Group__0");
	                                                         ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[182] 
	builder.put(grammarAccess.getXAdditiveExpressionAccess().getGroup_1(), "rule__XAdditiveExpression__Group_1__0");
	                                                         ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[183] 
	builder.put(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0(), "rule__XAdditiveExpression__Group_1_0__0");
	                                                         ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[184] 
	builder.put(grammarAccess.getXAdditiveExpressionAccess().getGroup_1_0_0(), "rule__XAdditiveExpression__Group_1_0_0__0");
	                                                         ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XAdditiveExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[185] 
	builder.put(grammarAccess.getXMultiplicativeExpressionAccess().getGroup(), "rule__XMultiplicativeExpression__Group__0");
	                                                               ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[186] 
	builder.put(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1(), "rule__XMultiplicativeExpression__Group_1__0");
	                                                               ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[187] 
	builder.put(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0(), "rule__XMultiplicativeExpression__Group_1_0__0");
	                                                               ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[188] 
	builder.put(grammarAccess.getXMultiplicativeExpressionAccess().getGroup_1_0_0(), "rule__XMultiplicativeExpression__Group_1_0_0__0");
	                                                               ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMultiplicativeExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[189] 
	builder.put(grammarAccess.getXUnaryOperationAccess().getGroup_0(), "rule__XUnaryOperation__Group_0__0");
	                                                     ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XUnaryOperationElements.getGroup_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[190] 
	builder.put(grammarAccess.getXCastedExpressionAccess().getGroup(), "rule__XCastedExpression__Group__0");
	                                                       ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[191] 
	builder.put(grammarAccess.getXCastedExpressionAccess().getGroup_1(), "rule__XCastedExpression__Group_1__0");
	                                                       ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[192] 
	builder.put(grammarAccess.getXCastedExpressionAccess().getGroup_1_0(), "rule__XCastedExpression__Group_1_0__0");
	                                                       ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[193] 
	builder.put(grammarAccess.getXCastedExpressionAccess().getGroup_1_0_0(), "rule__XCastedExpression__Group_1_0_0__0");
	                                                       ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XCastedExpressionElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[194] 
	builder.put(grammarAccess.getXPostfixOperationAccess().getGroup(), "rule__XPostfixOperation__Group__0");
	                                                       ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPostfixOperationElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[195] 
	builder.put(grammarAccess.getXPostfixOperationAccess().getGroup_1(), "rule__XPostfixOperation__Group_1__0");
	                                                       ^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPostfixOperationElements.getGroup_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[196] 
	builder.put(grammarAccess.getXPostfixOperationAccess().getGroup_1_0(), "rule__XPostfixOperation__Group_1_0__0");
	                                                       ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XPostfixOperationElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[197] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup(), "rule__XMemberFeatureCall__Group__0");
	                                                        ^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[198] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0(), "rule__XMemberFeatureCall__Group_1_0__0");
	                                                        ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[199] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0(), "rule__XMemberFeatureCall__Group_1_0_0__0");
	                                                        ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[200] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_0_0_0(), "rule__XMemberFeatureCall__Group_1_0_0_0__0");
	                                                        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_0_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[201] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1(), "rule__XMemberFeatureCall__Group_1_1__0");
	                                                        ^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[202] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0(), "rule__XMemberFeatureCall__Group_1_1_0__0");
	                                                        ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[203] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_0_0(), "rule__XMemberFeatureCall__Group_1_1_0_0__0");
	                                                        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_0_0()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[204] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1(), "rule__XMemberFeatureCall__Group_1_1_1__0");
	                                                        ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_1()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[205] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_1_2(), "rule__XMemberFeatureCall__Group_1_1_1_2__0");
	                                                        ^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_1_2()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ide/contentassist/antlr/EMFPatternLanguageParser.java:[206] 
	builder.put(grammarAccess.getXMemberFeatureCallAccess().getGroup_1_1_3(), "rule__XMemberFeatureCall__Group_1_1_3__0");
	                                                        ^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseGrammarAccess.XMemberFeatureCallElements.getGroup_1_1_3()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
102 problems (102 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ide/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ide-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.emf.ide ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ui >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.emf.ui 2.9.0-SNAPSHOT [44/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944442539
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[WARNING] 
WARNING: 	QueryResultTreeInput.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/tooling/ui/queryresult/QueryResultTreeInput.xtend
238: IQuerySpecification is a raw type. References to generic type IQuerySpecification<Matcher> should be parameterized
[WARNING] 
WARNING: 	QueryResultTreeInput.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/tooling/ui/queryresult/QueryResultTreeInput.xtend
243: The value of the local variable matcher is not used
[WARNING] 
WARNING: 	JavaProjectMigrator.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/tooling/ui/migrator/JavaProjectMigrator.xtend
148: The field AST.JLS8 is deprecated
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Compiling 139 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeProviderFactory.java:[12] 
	import org.eclipse.xtext.common.types.access.AbstractTypeProviderFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTypeProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeProviderFactory.java:[13] 
	import org.eclipse.xtext.common.types.access.ClasspathTypeProviderFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ClasspathTypeProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeProviderFactory.java:[14] 
	import org.eclipse.xtext.common.types.access.IJvmTypeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeProviderFactory.java:[24] 
	public class EMFPatternLanguageTypeProviderFactory extends AbstractTypeProviderFactory {
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTypeProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeProviderFactory.java:[29] 
	private ClasspathTypeProviderFactory classPathFactory;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ClasspathTypeProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeProviderFactory.java:[34] 
	public IJvmTypeProvider createTypeProvider(ResourceSet resourceSet) {
	       ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeProviderFactory.java:[39] 
	return classPathFactory.createTypeProvider(resourceSet);
	                        ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ClasspathTypeProviderFactory.createTypeProvider(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[50] 
	import org.eclipse.xtext.common.types.access.IJvmTypeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[69] 
	import org.eclipse.xtext.xbase.typesystem.IExpressionScope.Anchor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IExpressionScope.Anchor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[97] 
	private ValidFeatureDescription featureDescriptionPredicate;
	        ^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseProposalProvider.ValidFeatureDescription' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[99] 
	private IJvmTypeProvider.Factory jvmTypeProviderFactory;
	        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[99] 
	private IJvmTypeProvider.Factory jvmTypeProviderFactory;
	        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[128] 
	Function<IEObjectDescription, ICompletionProposal> factory = super.getProposalFactory(ruleName, contentAssistContext);
	                                                                   ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.getProposalFactory(String, ContentAssistContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[426] 
	protected void createLocalVariableAndImplicitProposals(EObject context, Anchor anchor,
	                                                                        ^^^^^^
Discouraged access: The type 'IExpressionScope.Anchor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[439] 
	proposeDeclaringTypeForStaticInvocation(context, null /* ignore */, contentAssistContext, acceptor);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.proposeDeclaringTypeForStaticInvocation(EObject, Assignment, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[463] 
	final IJvmTypeProvider jvmTypeProvider = jvmTypeProviderFactory
	      ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[464] 
	.createTypeProvider(model.eResource().getResourceSet());
	 ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IJvmTypeProvider.Factory.createTypeProvider(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageProposalProvider.java:[465] 
	final JvmType interfaceToImplement = jvmTypeProvider.findTypeByName(IAggregatorFactory.class.getName());
	                                                     ^^^^^^^^^^^^^^
Discouraged access: The method 'IJvmTypeProvider.findTypeByName(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageTemplateProposalProvider.java:[11] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/EMFPatternLanguageTemplateProposalProvider.java:[35] 
	public EMFPatternLanguageTemplateProposalProvider(TemplateStore templateStore, ContextTypeRegistry registry,
	                                                                               ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/tooling/ui/preferences/RuntimePreferencesInterpreter.java:[40] 
	ReteHintOptions.deleteRederiveEvaluation.insertValueIfNondefault(hintSettings, dredMode);
	                ^^^^^^^^^^^^^^^^^^^^^^^^
The field ReteHintOptions.deleteRederiveEvaluation is deprecated
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/labeling/EMFPatternLanguageLabelProvider.java:[46] 
	import org.eclipse.xtext.xbase.typesystem.computation.NumberLiterals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/labeling/EMFPatternLanguageLabelProvider.java:[47] 
	import org.eclipse.xtext.xbase.ui.labeling.XbaseLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/labeling/EMFPatternLanguageLabelProvider.java:[56] 
	public class EMFPatternLanguageLabelProvider extends XbaseLabelProvider {
	                                                     ^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseLabelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/labeling/EMFPatternLanguageLabelProvider.java:[59] 
	private NumberLiterals literals;
	        ^^^^^^^^^^^^^^
Discouraged access: The type 'NumberLiterals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/labeling/EMFPatternLanguageLabelProvider.java:[63] 
	super(delegate);
	^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'XbaseLabelProvider(AdapterFactoryLabelProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/labeling/EMFPatternLanguageLabelProvider.java:[69] 
	super.doGetImage(((PackageImport) element).getEPackage());
	      ^^^^^^^^^^
Discouraged access: The method 'XbaseLabelProvider.doGetImage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/labeling/EMFPatternLanguageLabelProvider.java:[71] 
	return super.doGetImage(element);
	             ^^^^^^^^^^
Discouraged access: The method 'XbaseLabelProvider.doGetImage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/labeling/EMFPatternLanguageLabelProvider.java:[184] 
	return literals.toJavaLiteral(literal);
	                ^^^^^^^^^^^^^
Discouraged access: The method 'NumberLiterals.toJavaLiteral(XNumberLiteral)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/EMFPatternLanguageBuilderParticipant.java:[43] 
	import org.eclipse.xtext.xbase.compiler.GeneratorConfig;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'GeneratorConfig' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/EMFPatternLanguageBuilderParticipant.java:[44] 
	import org.eclipse.xtext.xbase.compiler.IGeneratorConfigProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IGeneratorConfigProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/EMFPatternLanguageBuilderParticipant.java:[83] 
	private IGeneratorConfigProvider generatorConfigProvider;
	        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IGeneratorConfigProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/EMFPatternLanguageBuilderParticipant.java:[272] 
	GeneratorConfig _config = generatorConfigProvider.get(ctx);
	^^^^^^^^^^^^^^^
Discouraged access: The type 'GeneratorConfig' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/EMFPatternLanguageBuilderParticipant.java:[272] 
	GeneratorConfig _config = generatorConfigProvider.get(ctx);
	                                                  ^^^
Discouraged access: The method 'IGeneratorConfigProvider.get(EObject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[19] 
	import org.eclipse.xtext.xbase.ui.contentassist.XbaseProposalProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseProposalProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[22] 
	* Represents a generated, default implementation of superclass {@link XbaseProposalProvider}.
	                                                                      ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseProposalProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[26] 
	public abstract class AbstractEMFPatternLanguageProposalProvider extends XbaseProposalProvider {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseProposalProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[47] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[53] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[104] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[107] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[110] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[113] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[134] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[170] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[173] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[197] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[209] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/contentassist/AbstractEMFPatternLanguageProposalProvider.java:[212] 
	lookupCrossReference(((CrossReference)assignment.getTerminal()), context, acceptor);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'XbaseProposalProvider.lookupCrossReference(CrossReference, ContentAssistContext, ICompletionProposalAcceptor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/editor/EMFPatternLanguageEditor.java:[13] 
	import org.eclipse.xtext.xbase.ui.editor.XbaseEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'XbaseEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src-gen/org/eclipse/viatra/query/patternlanguage/emf/ui/editor/EMFPatternLanguageEditor.java:[19] 
	public class EMFPatternLanguageEditor extends XbaseEditor {
	                                              ^^^^^^^^^^^
Discouraged access: The type 'XbaseEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.ui/2.20.0.v20191202-1016/org.eclipse.xtext.xbase.ui-2.20.0.v20191202-1016.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[11] 
	import org.eclipse.xtext.common.types.access.IJvmTypeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[12] 
	import org.eclipse.xtext.common.types.access.IJvmTypeProvider.Factory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[14] 
	import org.eclipse.xtext.common.types.xtext.AbstractConstructorScope;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractConstructorScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[15] 
	import org.eclipse.xtext.common.types.xtext.AbstractTypeScope;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTypeScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[16] 
	import org.eclipse.xtext.common.types.xtext.AbstractTypeScopeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTypeScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[17] 
	import org.eclipse.xtext.common.types.xtext.ClasspathBasedTypeScopeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ClasspathBasedTypeScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[28] 
	public class EMFPatternLanguageTypeScopeProvider extends AbstractTypeScopeProvider {
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTypeScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[31] 
	ClasspathBasedTypeScopeProvider classpathTypeScopeProvider;
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ClasspathBasedTypeScopeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[38] 
	public AbstractTypeScope createTypeScope(IJvmTypeProvider typeProvider, Predicate<IEObjectDescription> filter) {
	       ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractTypeScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[38] 
	public AbstractTypeScope createTypeScope(IJvmTypeProvider typeProvider, Predicate<IEObjectDescription> filter) {
	                                         ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[42] 
	return classpathTypeScopeProvider.createTypeScope(typeProvider, filter);
	                                  ^^^^^^^^^^^^^^^
Discouraged access: The method 'ClasspathBasedTypeScopeProvider.createTypeScope(IJvmTypeProvider, Predicate<IEObjectDescription>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[47] 
	public AbstractConstructorScope createConstructorScope(IJvmTypeProvider typeProvider,
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AbstractConstructorScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[47] 
	public AbstractConstructorScope createConstructorScope(IJvmTypeProvider typeProvider,
	                                                       ^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[52] 
	return classpathTypeScopeProvider.createConstructorScope(typeProvider, filter);
	                                  ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ClasspathBasedTypeScopeProvider.createConstructorScope(IJvmTypeProvider, Predicate<IEObjectDescription>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/types/EMFPatternLanguageTypeScopeProvider.java:[57] 
	public Factory getTypeProviderFactory() {
	       ^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/CleanSupport.java:[25] 
	import org.eclipse.pde.internal.core.natures.PDE;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.13.0.v20190513-1223/org.eclipse.pde.core-3.13.0.v20190513-1223.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/CleanSupport.java:[103] 
	if (builderPreferenceAccess.isExtensionGenerationEnabled(modelProject)  && PDE.hasPluginNature(modelProject)) {
	                                                                           ^^^
Discouraged access: The type 'PDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.13.0.v20190513-1223/org.eclipse.pde.core-3.13.0.v20190513-1223.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/CleanSupport.java:[103] 
	if (builderPreferenceAccess.isExtensionGenerationEnabled(modelProject)  && PDE.hasPluginNature(modelProject)) {
	                                                                               ^^^^^^^^^^^^^^^
Discouraged access: The method 'PDE.hasPluginNature(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.13.0.v20190513-1223/org.eclipse.pde.core-3.13.0.v20190513-1223.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/CleanSupport.java:[134] 
	if (PDE.hasPluginNature(fragmentProject) && builderPreferenceAccess.isExtensionGenerationEnabled(modelProject)) {
	    ^^^
Discouraged access: The type 'PDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.13.0.v20190513-1223/org.eclipse.pde.core-3.13.0.v20190513-1223.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/CleanSupport.java:[134] 
	if (PDE.hasPluginNature(fragmentProject) && builderPreferenceAccess.isExtensionGenerationEnabled(modelProject)) {
	        ^^^^^^^^^^^^^^^
Discouraged access: The method 'PDE.hasPluginNature(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.13.0.v20190513-1223/org.eclipse.pde.core-3.13.0.v20190513-1223.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/org/eclipse/viatra/query/patternlanguage/emf/ui/builder/EnsurePluginSupport.java:[19] 
	import org.eclipse.pde.internal.core.natures.PDE;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PDE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.pde.core/3.13.0.v20190513-1223/org.eclipse.pde.core-3.13.0.v20190513-1223.jar')
72 problems (72 warnings)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/target/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/target/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/target/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/target/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.emf.ui ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.ui >---
[INFO] Building org.eclipse.viatra.addon.viewers.tooling.ui 2.9.0-SNAPSHOT [45/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944448467
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/target/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/target/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/target/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/target/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.tooling.ui ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.feature >--
[INFO] Building org.eclipse.viatra.addon.viewers.tooling.feature 2.9.0-SNAPSHOT [46/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944448808
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/target/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/target/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/target/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/features/org.eclipse.viatra.addon.viewers.tooling.feature/target/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.tooling.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.addon.viewers.tooling.ui.zest >--
[INFO] Building org.eclipse.viatra.addon.viewers.tooling.ui.zest 2.9.0-SNAPSHOT [47/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944448965
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/target/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/target/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/target/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/target/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.viewers.tooling.ui.zest/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.addon.viewers.tooling.ui.zest/2.9.0-SNAPSHOT/org.eclipse.viatra.addon.viewers.tooling.ui.zest-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.addon.viewers.tooling.ui.zest ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.parent.incubation.maven >----
[INFO] Building VIATRA Eclipse Project (Maven Incubation Features) 0.29.0-SNAPSHOT [48/113]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.parent.incubation.maven ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.parent.incubation.maven ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation.maven' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation.maven
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944449255
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation.maven' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation.maven
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.parent.incubation.maven ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.parent.incubation.maven ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation.maven/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.parent.incubation.maven ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.parent.incubation.maven ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.parent.incubation.maven ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation.maven/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.parent.incubation.maven/0.29.0-SNAPSHOT/org.eclipse.viatra.parent.incubation.maven-0.29.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.viatra:org.eclipse.viatra.parent.dse >----------
[INFO] Building VIATRA Design Space Exploration 0.29.0-SNAPSHOT        [49/113]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.parent.dse ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.parent.dse ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.dse' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.dse
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944449274
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.dse' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.dse
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.parent.dse ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.parent.dse ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.dse/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.parent.dse ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.parent.dse ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.parent.dse ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.dse/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.parent.dse/0.29.0-SNAPSHOT/org.eclipse.viatra.parent.dse-0.29.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.viatra:org.eclipse.viatra.dse >--------------
[INFO] Building org.eclipse.viatra.dse 0.29.0-SNAPSHOT                 [50/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.dse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.dse ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.dse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.dse ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.dse ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944449296
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.dse ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.dse ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.dse ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.dse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.dse ---
[INFO] Compiling 75 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/src/org/eclipse/viatra/dse/util/ValueComparableEObjectStringMap.java:[35] 
	public class ValueComparableEObjectStringMap extends TreeMap<EObject, String> {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The serializable class ValueComparableEObjectStringMap does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/src/org/eclipse/viatra/dse/base/ThreadContext.java:[167] 
	ruleEngine.addRule(tr.getRuleSpecification(), (EventFilter<IPatternMatch>) tr.getFilter());
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EventFilter<capture#9-of ? super capture#7-of ?> to EventFilter<IPatternMatch>
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/src/org/eclipse/viatra/dse/objectives/Fitness.java:[13] 
	public class Fitness extends HashMap<String, Double>{
	             ^^^^^^^
The serializable class Fitness does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/src/org/eclipse/viatra/dse/statecoding/simple/SimpleStateCoder.java:[142] 
	List<EObject> referencedEObjects = (List<EObject>) value;
	                                   ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EObject>
4 problems (4 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.dse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.dse ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/target/org.eclipse.viatra.dse-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.dse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.dse ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/target/org.eclipse.viatra.dse-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.dse ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.dse ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/target/org.eclipse.viatra.dse-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse/0.29.0-SNAPSHOT/org.eclipse.viatra.dse-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse/0.29.0-SNAPSHOT/org.eclipse.viatra.dse-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/target/org.eclipse.viatra.dse-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse/0.29.0-SNAPSHOT/org.eclipse.viatra.dse-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse/0.29.0-SNAPSHOT/org.eclipse.viatra.dse-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse/0.29.0-SNAPSHOT/org.eclipse.viatra.dse-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.dse ---
[INFO] 
[INFO] ---------< org.eclipse.viatra:org.eclipse.viatra.dse.genetic >----------
[INFO] Building org.eclipse.viatra.dse.genetic 0.29.0-SNAPSHOT         [51/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.dse.genetic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.dse.genetic ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.dse.genetic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.dse.genetic ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.dse.genetic ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944449633
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.dse.genetic ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.dse.genetic ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.dse.genetic ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.dse.genetic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.dse.genetic ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/src/org/eclipse/viatra/dse/evolutionary/Row.java:[13] 
	public class Row extends HashMap<String, String> {
	             ^^^
The serializable class Row does not declare a static final serialVersionUID field of type long
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.dse.genetic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.dse.genetic ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/target/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.dse.genetic ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.dse.genetic ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/target/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.dse.genetic ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.dse.genetic ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/target/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.genetic/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.genetic/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/target/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.genetic/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.genetic/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/plugins/org.eclipse.viatra.dse.genetic/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.genetic/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.genetic-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.dse.genetic ---
[INFO] 
[INFO] ---------< org.eclipse.viatra:org.eclipse.viatra.dse.feature >----------
[INFO] Building org.eclipse.viatra.dse.feature 0.29.0-SNAPSHOT         [52/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.dse.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.dse.feature ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.dse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.dse.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.dse.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944449829
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.dse.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.dse.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.dse.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.dse.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.dse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.dse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/target/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.dse.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.dse.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.dse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/target/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.dse.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.dse.feature:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.dse.feature:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.dse.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/target/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/dse/features/org.eclipse.viatra.dse.feature/target/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.dse.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.dse.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.dse.feature ---
[INFO] 
[INFO] -------< org.eclipse.viatra:org.eclipse.viatra.integration.gmf >--------
[INFO] Building org.eclipse.viatra.integration.gmf 2.9.0-SNAPSHOT      [53/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.integration.gmf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.integration.gmf ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.integration.gmf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.integration.gmf ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.integration.gmf ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944449898
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.integration.gmf ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.integration.gmf ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.integration.gmf ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.integration.gmf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.integration.gmf ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/src/org/eclipse/viatra/integration/gmf/ModelConnectorAdapterFactoryForGMFEditors.java:[22] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type ModelConnectorAdapterFactoryForGMFEditors needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/src/org/eclipse/viatra/integration/gmf/ModelConnectorAdapterFactoryForGMFEditors.java:[30] 
	public Class[] getAdapterList() {
	       ^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type ModelConnectorAdapterFactoryForGMFEditors needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.integration.gmf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.integration.gmf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/target/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.integration.gmf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.integration.gmf ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/target/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.integration.gmf ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.integration.gmf ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/target/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/target/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.gmf/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.integration.gmf ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.ide.feature >-------
[INFO] Building org.eclipse.viatra.query.ide.feature 2.9.0-SNAPSHOT    [54/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.ide.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.ide.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.ide.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.ide.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.ide.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944450089
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.ide.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.ide.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.ide.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.ide.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.ide.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.query.ide.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/target/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.ide.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.query.ide.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.query.ide.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/target/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.query.ide.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.ide.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.ide.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.ide.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/target/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.ide.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.ide.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.ide.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.ide.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.ide.feature/target/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.ide.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.ide.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.ide.feature ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.query.language.feature >----
[INFO] Building org.eclipse.viatra.query.language.feature 2.9.0-SNAPSHOT [55/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.language.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.language.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.language.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.language.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.language.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944450171
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.language.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.language.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.language.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.language.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.language.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.query.language.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/target/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.language.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.query.language.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.query.language.feature ---
[INFO] Fetching com.google.inject.source_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (197.49kB)
[INFO] Fetching com.google.inject.multibindings.source_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.97kB)
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/target/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.query.language.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.language.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.language.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.language.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/target/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.feature/target/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.language.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.language.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions >--
[INFO] Building org.eclipse.viatra.transformation.evm.transactions 2.9.0-SNAPSHOT [56/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944450615
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/target/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/target/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/target/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/target/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.evm.transactions ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions.feature >--
[INFO] Building org.eclipse.viatra.transformation.evm.transactions.feature 2.9.0-SNAPSHOT [57/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944450742
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/target/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/target/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.transformation.evm.transactions.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/target/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.evm.transactions.feature/target/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.transactions.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.transactions.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.evm.transactions.feature ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.query.testing.snapshot >----
[INFO] Building org.eclipse.viatra.query.testing.snapshot 2.9.0-SNAPSHOT [58/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/../../target/workspace (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944450839
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/model/snapshot.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/model/snapshot.genmodel
>>  Examining project 'org.eclipse.viatra.query.testing.snapshot'
>>  Refreshing '/org.eclipse.viatra.query.testing.snapshot'.
>>  Opening 'org.eclipse.viatra.query.testing.snapshot'.
>>  Refreshing '/org.eclipse.viatra.query.testing.snapshot'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.testing.snapshot/plugin.properties
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot
>>  Examining old /org.eclipse.viatra.query.testing.snapshot/plugin.properties
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/plugin.properties
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.testing.snapshot/build.properties
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.query.testing.snapshot/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.query.testing.snapshot/plugin.xml
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot
>>  Examining old /org.eclipse.viatra.query.testing.snapshot/plugin.xml
>>  Generating package SnapshotPackage
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.SnapshotPackage
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SnapshotPackage.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SnapshotPackage.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.SnapshotPackageImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SnapshotPackageImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SnapshotPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.SnapshotFactory
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SnapshotFactory.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SnapshotFactory.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.SnapshotFactoryImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SnapshotFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SnapshotFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.util.SnapshotSwitch
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util/SnapshotSwitch.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util/SnapshotSwitch.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.util.SnapshotAdapterFactory
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util/SnapshotAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/util/SnapshotAdapterFactory.java
>>  Generating Match Set Record
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.MatchSetRecord
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchSetRecord.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchSetRecord.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.MatchSetRecordImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchSetRecordImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchSetRecordImpl.java
>>  Generating Match Record
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.MatchRecord
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchRecord.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchRecord.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.MatchRecordImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchRecordImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchRecordImpl.java
>>  Generating Match Substitution Record
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.MatchSubstitutionRecord
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchSubstitutionRecord.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MatchSubstitutionRecord.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.MatchSubstitutionRecordImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchSubstitutionRecordImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MatchSubstitutionRecordImpl.java
>>  Generating EMF Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.EMFSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/EMFSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/EMFSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.EMFSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/EMFSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/EMFSubstitutionImpl.java
>>  Generating Int Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.IntSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/IntSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/IntSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.IntSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/IntSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/IntSubstitutionImpl.java
>>  Generating Long Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.LongSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/LongSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/LongSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.LongSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/LongSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/LongSubstitutionImpl.java
>>  Generating Double Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.DoubleSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/DoubleSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/DoubleSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.DoubleSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/DoubleSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/DoubleSubstitutionImpl.java
>>  Generating Float Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.FloatSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/FloatSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/FloatSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.FloatSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/FloatSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/FloatSubstitutionImpl.java
>>  Generating Boolean Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.BooleanSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/BooleanSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/BooleanSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.BooleanSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/BooleanSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/BooleanSubstitutionImpl.java
>>  Generating String Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.StringSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/StringSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/StringSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.StringSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/StringSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/StringSubstitutionImpl.java
>>  Generating Date Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.DateSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/DateSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/DateSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.DateSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/DateSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/DateSubstitutionImpl.java
>>  Generating Enum Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.EnumSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/EnumSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/EnumSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.EnumSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/EnumSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/EnumSubstitutionImpl.java
>>  Generating Miscellaneous Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.MiscellaneousSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MiscellaneousSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/MiscellaneousSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.MiscellaneousSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MiscellaneousSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/MiscellaneousSubstitutionImpl.java
>>  Generating Query Snapshot
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.QuerySnapshot
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/QuerySnapshot.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/QuerySnapshot.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.QuerySnapshotImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/QuerySnapshotImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/QuerySnapshotImpl.java
>>  Generating Serialized Java Object Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.SerializedJavaObjectSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SerializedJavaObjectSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/SerializedJavaObjectSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.SerializedJavaObjectSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SerializedJavaObjectSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/SerializedJavaObjectSubstitutionImpl.java
>>  Generating Custom EMF Substitution
>>  Generating Java interface org.eclipse.viatra.query.testing.snapshot.CustomEMFSubstitution
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/CustomEMFSubstitution.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/CustomEMFSubstitution.java
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.impl.CustomEMFSubstitutionImpl
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/CustomEMFSubstitutionImpl.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/impl/CustomEMFSubstitutionImpl.java
>>  Generating Input Specification
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.InputSpecification
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/InputSpecification.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/InputSpecification.java
>>  Generating Record Role
>>  Generating Java class org.eclipse.viatra.query.testing.snapshot.RecordRole
>>  Generating /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/RecordRole.java
>>  Opening folder /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot
>>  Preparing new /org.eclipse.viatra.query.testing.snapshot/emf-gen/org/eclipse/viatra/query/testing/snapshot/RecordRole.java
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.snapshot/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.snapshot/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.snapshot-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.testing.snapshot ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.testing.core >------
[INFO] Building org.eclipse.viatra.query.testing.core 2.9.0-SNAPSHOT   [59/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.testing.core ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.testing.core ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944454403
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[WARNING] 
WARNING: 	DefaultMatchRecordEquivalence.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/internal/DefaultMatchRecordEquivalence.xtend
91: Null-safe call of primitive-valued feature hashCode, default value 0 will be used
[WARNING] 
WARNING: 	CoverageReporter.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/coverage/CoverageReporter.xtend
99: The method write(CharSequence, File, Charset) from the type Files is deprecated
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.testing.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 27 resources
[INFO] Copying 41 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.testing.core ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[14] 
	import org.eclipse.xtext.common.types.access.IJvmTypeProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[15] 
	import org.eclipse.xtext.common.types.access.IJvmTypeProvider.Factory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[54] 
	Factory cptf = injector.getInstance(IJvmTypeProvider.Factory.class);
	^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[54] 
	Factory cptf = injector.getInstance(IJvmTypeProvider.Factory.class);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[54] 
	Factory cptf = injector.getInstance(IJvmTypeProvider.Factory.class);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IJvmTypeProvider.Factory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/org/eclipse/viatra/query/testing/core/XmiModelUtil.java:[55] 
	cptf.createTypeProvider(set);
	     ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IJvmTypeProvider.Factory.createTypeProvider(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar')
6 problems (6 warnings)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.testing.core ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.testing.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.testing.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.testing.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.testing.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.core/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.core-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.testing.core ---
[INFO] 
[INFO] -------< org.eclipse.viatra:org.eclipse.viatra.query.testing.ui >-------
[INFO] Building org.eclipse.viatra.query.testing.ui 2.9.0-SNAPSHOT     [60/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.testing.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.testing.ui ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.testing.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.testing.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944456889
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.testing.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/target/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.testing.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/target/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.testing.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.testing.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/target/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/target/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.testing.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.ui-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.testing.ui ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.testing.sdk.feature >---
[INFO] Building org.eclipse.viatra.query.testing.sdk.feature 2.9.0-SNAPSHOT [61/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944457290
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/target/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/target/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.query.testing.sdk.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.testing.sdk.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.testing.sdk.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/target/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.testing.sdk.feature/target/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.testing.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.testing.sdk.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.testing.sdk.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.tooling.generator.model.ui >--
[INFO] Building org.eclipse.viatra.query.tooling.generator.model.ui 2.9.0-SNAPSHOT [62/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944457434
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/target/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/target/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/target/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/target/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.generator.model.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.generator.model.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.generator.model.ui-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.tooling.generator.model.ui ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.transformation.ui >-------
[INFO] Building org.eclipse.viatra.transformation.ui 2.9.0-SNAPSHOT    [63/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/xtend-gen (includes = [], excludes = [keep.txt, .keep.txt])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.ui ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944457833
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.transformation.ui ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.transformation.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/target/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/target/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/target/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/target/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.ui-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.ui ---
[INFO] 
[INFO] -------< org.eclipse.viatra:org.eclipse.viatra.query.tooling.ui >-------
[INFO] Building org.eclipse.viatra.query.tooling.ui 2.9.0-SNAPSHOT     [64/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944459041
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/target/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/target/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/target/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/target/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.tooling.ui ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.sdk.feature >-------
[INFO] Building org.eclipse.viatra.query.sdk.feature 2.9.0-SNAPSHOT    [65/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944459159
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/target/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/target/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.query.sdk.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.sdk.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.sdk.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/target/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.feature/target/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.sdk.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.sdk.feature ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.integration.gmf.feature >----
[INFO] Building org.eclipse.viatra.integration.gmf.feature 2.9.0-SNAPSHOT [66/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944459580
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/target/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/target/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.integration.gmf.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.integration.gmf.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.integration.gmf.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/target/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.gmf.feature/target/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.gmf.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.gmf.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.integration.gmf.feature ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.parent.incubation >-------
[INFO] Building VIATRA Eclipse Project (Incubation Features) 0.29.0-SNAPSHOT [67/113]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.parent.incubation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.parent.incubation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944459661
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.parent.incubation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.parent.incubation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.parent.incubation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.parent.incubation ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.parent.incubation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.parent.incubation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.parent.incubation/0.29.0-SNAPSHOT/org.eclipse.viatra.parent.incubation-0.29.0-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.viatra:org.eclipse.viatra.integration.graphiti >-----
[INFO] Building org.eclipse.viatra.integration.graphiti 0.29.0-SNAPSHOT [68/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.integration.graphiti ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.integration.graphiti ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.integration.graphiti ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.integration.graphiti ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944459687
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.integration.graphiti ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/src/org/eclipse/viatra/integration/graphiti/ModelConnectorAdapterFactoryForGraphiti.java:[22] 
	public Object getAdapter(Object adaptableObject, Class adapterType) {
	       ^^^^^^
Type safety: The return type Object for getAdapter(Object, Class) from the type ModelConnectorAdapterFactoryForGraphiti needs unchecked conversion to conform to T from the type IAdapterFactory
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/src/org/eclipse/viatra/integration/graphiti/ModelConnectorAdapterFactoryForGraphiti.java:[30] 
	public Class[] getAdapterList() {
	       ^^^^^^^
Type safety: The return type Class[] for getAdapterList() from the type ModelConnectorAdapterFactoryForGraphiti needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/target/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.integration.graphiti ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/target/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.integration.graphiti ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.integration.graphiti ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/target/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/target/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.graphiti/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.integration.graphiti ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.integration.graphiti.feature >--
[INFO] Building org.eclipse.viatra.integration.graphiti.feature 0.29.0-SNAPSHOT [69/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944459908
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/target/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/target/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.integration.graphiti.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.integration.graphiti.feature:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.integration.graphiti.feature:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/target/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.graphiti.feature/target/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.graphiti.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.integration.graphiti.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.integration.graphiti.feature ---
[INFO] 
[INFO] ----------< org.eclipse.viatra:viatra-transformation-runtime >----------
[INFO] Building VIATRA Transformation Runtime 2.9.0-SNAPSHOT           [70/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-transformation-runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-transformation-runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944459991
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-transformation-runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-transformation-runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-transformation-runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-transformation-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-transformation-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-transformation-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-transformation-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-transformation-runtime ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-transformation-runtime ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-transformation-runtime ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/target/viatra-transformation-runtime-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-transformation-runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/target/viatra-transformation-runtime-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-transformation-runtime/2.9.0-SNAPSHOT/viatra-transformation-runtime-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-transformation-runtime/2.9.0-SNAPSHOT/viatra-transformation-runtime-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.viatra:viatra-querybasedfeatures >------------
[INFO] Building VIATRA Query based Feature Runtime 2.9.0-SNAPSHOT      [71/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-querybasedfeatures ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-querybasedfeatures ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944460036
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-querybasedfeatures ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-querybasedfeatures ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-querybasedfeatures ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-querybasedfeatures ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-querybasedfeatures ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-querybasedfeatures ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-querybasedfeatures ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-querybasedfeatures ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-querybasedfeatures ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-querybasedfeatures ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/target/viatra-querybasedfeatures-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-querybasedfeatures ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/target/viatra-querybasedfeatures-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-querybasedfeatures/2.9.0-SNAPSHOT/viatra-querybasedfeatures-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-querybasedfeatures/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-querybasedfeatures/2.9.0-SNAPSHOT/viatra-querybasedfeatures-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] --------< org.eclipse.viatra:viatra-query-language-extensions >---------
[INFO] Building VIATRA Query Language Extensions 2.9.0-SNAPSHOT        [72/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-query-language-extensions ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-query-language-extensions ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944460066
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-query-language-extensions ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-query-language-extensions ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-query-language-extensions ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-query-language-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-query-language-extensions ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-query-language-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-query-language-extensions ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-query-language-extensions ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-query-language-extensions ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-query-language-extensions ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/target/viatra-query-language-extensions-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-query-language-extensions ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/target/viatra-query-language-extensions-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-language-extensions/2.9.0-SNAPSHOT/viatra-query-language-extensions-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-language-extensions/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-language-extensions/2.9.0-SNAPSHOT/viatra-query-language-extensions-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] -------< org.eclipse.viatra:org.eclipse.viatra.integration.uml >--------
[INFO] Building org.eclipse.viatra.integration.uml 2.9.0-SNAPSHOT      [73/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.integration.uml ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.integration.uml ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.integration.uml ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.integration.uml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.integration.uml ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.integration.uml ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944460095
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.integration.uml ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.integration.uml ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.integration.uml ---
[INFO] Adding project dependencies to classpath
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'DerivedFeatures.vql'
[WARNING] WARNING:Declared type http://www.eclipse.org/uml2/5.0.0/UML::ActivityGroup is less specific than the type http://www.eclipse.org/uml2/5.0.0/UML::ActivityPartition inferred from bodies (file:/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/org/eclipse/viatra/integration/uml/derivedfeatures/DerivedFeatures.vql line : 120 column : 31)
[WARNING] WARNING:Declared type http://www.eclipse.org/uml2/5.0.0/UML::ActivityGroup is less specific than the type http://www.eclipse.org/uml2/5.0.0/UML::ActivityPartition inferred from bodies (file:/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/org/eclipse/viatra/integration/uml/derivedfeatures/DerivedFeatures.vql line : 120 column : 54)
[WARNING] WARNING:Declared type http://www.eclipse.org/uml2/5.0.0/UML::Classifier is less specific than the type http://www.eclipse.org/uml2/5.0.0/UML::BehavioredClassifier inferred from bodies (file:/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/org/eclipse/viatra/integration/uml/derivedfeatures/DerivedFeatures.vql line : 387 column : 60)
[WARNING] WARNING:Declared type http://www.eclipse.org/uml2/5.0.0/UML::Classifier is less specific than the type http://www.eclipse.org/uml2/5.0.0/UML::BehavioredClassifier inferred from bodies (file:/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/org/eclipse/viatra/integration/uml/derivedfeatures/DerivedFeatures.vql line : 396 column : 58)
[WARNING] WARNING:Declared type http://www.eclipse.org/uml2/5.0.0/UML::Classifier is less specific than the type http://www.eclipse.org/uml2/5.0.0/UML::BehavioredClassifier inferred from bodies (file:/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/org/eclipse/viatra/integration/uml/derivedfeatures/DerivedFeatures.vql line : 405 column : 68)
[WARNING] WARNING:Declared type http://www.eclipse.org/uml2/5.0.0/UML::Classifier is less specific than the type http://www.eclipse.org/uml2/5.0.0/UML::BehavioredClassifier inferred from bodies (file:/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/org/eclipse/viatra/integration/uml/derivedfeatures/DerivedFeatures.vql line : 437 column : 39)
[WARNING] WARNING:Recursive pattern call: namedElementQualifiedName -> namedElementQualifiedName (file:/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/org/eclipse/viatra/integration/uml/derivedfeatures/DerivedFeatures.vql line : 1077 column : 10)
[WARNING] WARNING:Recursive pattern call: actionContainingBehavior -> actionContainingBehavior (file:/home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/org/eclipse/viatra/integration/uml/derivedfeatures/DerivedFeatures.vql line : 1189 column : 10)
[INFO] Starting generator for input: 'DerivedFeatures.vql'
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.integration.uml ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.integration.uml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.integration.uml ---
[INFO] Compiling 86 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.integration.uml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.integration.uml ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.integration.uml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.integration.uml ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.integration.uml ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.integration.uml ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/plugins/org.eclipse.viatra.integration.uml/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.integration.uml ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.integration.uml.feature >----
[INFO] Building org.eclipse.viatra.integration.uml.feature 2.9.0-SNAPSHOT [74/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944474455
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/target/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/target/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.integration.uml.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.integration.uml.feature:xml:p2metadata:2.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.integration.uml.feature:xml:p2artifacts:2.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/target/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/features/org.eclipse.viatra.integration.uml.feature/target/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.feature-2.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.integration.uml.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.metamodel 0.29.0-SNAPSHOT [75/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/../../target/workspace (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/src-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944474572
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/.., -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel, -model, -edit, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/model/GraphicalPatternLanguage.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/model/GraphicalPatternLanguage.genmodel
>>  Examining project 'org.eclipse.viatra.query.patternlanguage.metamodel'
>>  Refreshing '/org.eclipse.viatra.query.patternlanguage.metamodel'.
>>  Opening 'org.eclipse.viatra.query.patternlanguage.metamodel'.
>>  Refreshing '/org.eclipse.viatra.query.patternlanguage.metamodel'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.patternlanguage.metamodel/plugin.properties
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel
>>  Examining old /org.eclipse.viatra.query.patternlanguage.metamodel/plugin.properties
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/plugin.properties
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.patternlanguage.metamodel/build.properties
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel
>>  Generating model META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.query.patternlanguage.metamodel/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/META-INF
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.query.patternlanguage.metamodel/plugin.xml
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel
>>  Examining old /org.eclipse.viatra.query.patternlanguage.metamodel/plugin.xml
>>  Generating package VgqlPackage
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.VgqlPackage
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/VgqlPackage.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/VgqlPackage.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.VgqlPackageImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/VgqlPackageImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/VgqlPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.VgqlFactory
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/VgqlFactory.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/VgqlFactory.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.VgqlFactoryImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/VgqlFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/VgqlFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.util.VgqlSwitch
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/util/VgqlSwitch.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/util
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/util/VgqlSwitch.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.util.VgqlAdapterFactory
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/util/VgqlAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/util
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/util/VgqlAdapterFactory.java
>>  Generating Pattern Package
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.PatternPackage
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/PatternPackage.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/PatternPackage.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.PatternPackageImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/PatternPackageImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/PatternPackageImpl.java
>>  Generating Graph Pattern
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.GraphPattern
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/GraphPattern.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/GraphPattern.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.GraphPatternImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/GraphPatternImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/GraphPatternImpl.java
>>  Generating Graph Pattern Body
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.GraphPatternBody
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/GraphPatternBody.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/GraphPatternBody.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.GraphPatternBodyImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/GraphPatternBodyImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/GraphPatternBodyImpl.java
>>  Generating Constraint
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.Constraint
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Constraint.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Constraint.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.ConstraintImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ConstraintImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ConstraintImpl.java
>>  Generating Pattern Composition Constraint
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.PatternCompositionConstraint
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/PatternCompositionConstraint.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/PatternCompositionConstraint.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.PatternCompositionConstraintImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/PatternCompositionConstraintImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/PatternCompositionConstraintImpl.java
>>  Generating Compare Constraint
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.CompareConstraint
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CompareConstraint.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CompareConstraint.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.CompareConstraintImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/CompareConstraintImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/CompareConstraintImpl.java
>>  Generating Check Constraint
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.CheckConstraint
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CheckConstraint.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CheckConstraint.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.CheckConstraintImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/CheckConstraintImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/CheckConstraintImpl.java
>>  Generating Path Expression Constraint
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.PathExpressionConstraint
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/PathExpressionConstraint.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/PathExpressionConstraint.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.PathExpressionConstraintImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/PathExpressionConstraintImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/PathExpressionConstraintImpl.java
>>  Generating Enum Value
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.EnumValue
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/EnumValue.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/EnumValue.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.EnumValueImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/EnumValueImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/EnumValueImpl.java
>>  Generating EClassifier Reference
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.EClassifierReference
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/EClassifierReference.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/EClassifierReference.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.EClassifierReferenceImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/EClassifierReferenceImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/EClassifierReferenceImpl.java
>>  Generating Reference Type
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.ReferenceType
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ReferenceType.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ReferenceType.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.ReferenceTypeImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ReferenceTypeImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ReferenceTypeImpl.java
>>  Generating Annotation
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.Annotation
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Annotation.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Annotation.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.AnnotationImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/AnnotationImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/AnnotationImpl.java
>>  Generating Annotation Parameter
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.AnnotationParameter
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/AnnotationParameter.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/AnnotationParameter.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.AnnotationParameterImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/AnnotationParameterImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/AnnotationParameterImpl.java
>>  Generating Expression
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.Expression
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Expression.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Expression.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.ExpressionImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ExpressionImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ExpressionImpl.java
>>  Generating Variable
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.Variable
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Variable.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Variable.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.VariableImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/VariableImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/VariableImpl.java
>>  Generating Literal
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.Literal
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Literal.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Literal.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.LiteralImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/LiteralImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/LiteralImpl.java
>>  Generating Reference
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.Reference
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Reference.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Reference.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.ReferenceImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ReferenceImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ReferenceImpl.java
>>  Generating Type
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.Type
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Type.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Type.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.TypeImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/TypeImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/TypeImpl.java
>>  Generating Pattern Call
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.PatternCall
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/PatternCall.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/PatternCall.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.PatternCallImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/PatternCallImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/PatternCallImpl.java
>>  Generating Parameter Ref
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.ParameterRef
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ParameterRef.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ParameterRef.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.ParameterRefImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ParameterRefImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ParameterRefImpl.java
>>  Generating Parameter
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.Parameter
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Parameter.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/Parameter.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.ParameterImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ParameterImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ParameterImpl.java
>>  Generating Local Variable
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.LocalVariable
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/LocalVariable.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/LocalVariable.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.LocalVariableImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/LocalVariableImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/LocalVariableImpl.java
>>  Generating Java Class Reference
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.JavaClassReference
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/JavaClassReference.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/JavaClassReference.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.JavaClassReferenceImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/JavaClassReferenceImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/JavaClassReferenceImpl.java
>>  Generating String Literal
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.StringLiteral
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/StringLiteral.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/StringLiteral.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.StringLiteralImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/StringLiteralImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/StringLiteralImpl.java
>>  Generating Number Literal
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.NumberLiteral
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/NumberLiteral.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/NumberLiteral.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.NumberLiteralImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/NumberLiteralImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/NumberLiteralImpl.java
>>  Generating Boolean Literal
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.BooleanLiteral
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/BooleanLiteral.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/BooleanLiteral.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.BooleanLiteralImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/BooleanLiteralImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/BooleanLiteralImpl.java
>>  Generating List Literal
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.ListLiteral
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ListLiteral.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ListLiteral.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.ListLiteralImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ListLiteralImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/ListLiteralImpl.java
>>  Generating Function Evaluation Value
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.FunctionEvaluationValue
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/FunctionEvaluationValue.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/FunctionEvaluationValue.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.FunctionEvaluationValueImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/FunctionEvaluationValueImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/FunctionEvaluationValueImpl.java
>>  Generating Aggregated Value
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.AggregatedValue
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/AggregatedValue.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/AggregatedValue.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.AggregatedValueImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/AggregatedValueImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/AggregatedValueImpl.java
>>  Generating Callable Relation
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.CallableRelation
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CallableRelation.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CallableRelation.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.CallableRelationImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/CallableRelationImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/CallableRelationImpl.java
>>  Generating Unary Type
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.UnaryType
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/UnaryType.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/UnaryType.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.UnaryTypeImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/UnaryTypeImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/UnaryTypeImpl.java
>>  Generating Interpretable Expression
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.InterpretableExpression
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/InterpretableExpression.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/InterpretableExpression.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.InterpretableExpressionImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/InterpretableExpressionImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/InterpretableExpressionImpl.java
>>  Generating Called Parameter
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.CalledParameter
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CalledParameter.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CalledParameter.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.CalledParameterImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/CalledParameterImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/CalledParameterImpl.java
>>  Generating Named Element
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.metamodel.vgql.NamedElement
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/NamedElement.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/NamedElement.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.impl.NamedElementImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/NamedElementImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/impl/NamedElementImpl.java
>>  Generating Execution Type
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.ExecutionType
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ExecutionType.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ExecutionType.java
>>  Generating Parameter Direction
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.ParameterDirection
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ParameterDirection.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ParameterDirection.java
>>  Generating Compare Feature
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.CompareFeature
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CompareFeature.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/CompareFeature.java
>>  Generating Closure Type
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.ClosureType
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ClosureType.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/ClosureType.java
>>  Generating code
>>  Generating edit packages
>>  Creating EMF project org.eclipse.viatra.query.patternlanguage.metamodel.edit (org.eclipse.viatra.query.patternlanguage.metamodel.edit)
>>  Opening 'org.eclipse.viatra.query.patternlanguage.metamodel.edit'.
>>  Refreshing '/org.eclipse.viatra.query.patternlanguage.metamodel.edit'.
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.GraphicalQueryLanguageEditPlugin
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/GraphicalQueryLanguageEditPlugin.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/GraphicalQueryLanguageEditPlugin.java
>>  Generating edit plugin.properties
>>  Generating file /org.eclipse.viatra.query.patternlanguage.metamodel.edit/plugin.properties
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit
>>  Examining old /org.eclipse.viatra.query.patternlanguage.metamodel.edit/plugin.properties
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/plugin.properties
>>  Generating edit build.properties
>>  Generating file /org.eclipse.viatra.query.patternlanguage.metamodel.edit/build.properties
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit
>>  Generating edit META-INF/MANIFEST.MF
>>  Generating file /org.eclipse.viatra.query.patternlanguage.metamodel.edit/META-INF/MANIFEST.MF
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/META-INF
>>  Generating edit plugin.xml
>>  Generating file /org.eclipse.viatra.query.patternlanguage.metamodel.edit/plugin.xml
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit
>>  Examining old /org.eclipse.viatra.query.patternlanguage.metamodel.edit/plugin.xml
>>  Generating item providers for package VgqlPackage
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.VgqlItemProviderAdapterFactory
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/VgqlItemProviderAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/VgqlItemProviderAdapterFactory.java
>>  Generating provider Pattern Package
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.PatternPackageItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/PatternPackageItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/PatternPackageItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/PatternPackage.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/PatternPackage.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePatternPackage_patterns_GraphPattern.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePatternPackage_patterns_GraphPattern.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Graph Pattern
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.GraphPatternItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/GraphPatternItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/GraphPatternItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/GraphPattern.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/GraphPattern.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPattern_annotations_Annotation.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPattern_annotations_Annotation.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPattern_parameters_Parameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPattern_parameters_Parameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPattern_bodies_GraphPatternBody.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPattern_bodies_GraphPatternBody.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Graph Pattern Body
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.GraphPatternBodyItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/GraphPatternBodyItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/GraphPatternBodyItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/GraphPatternBody.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/GraphPatternBody.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_constraints_PatternCompositionConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_constraints_PatternCompositionConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_constraints_CompareConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_constraints_CompareConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_constraints_CheckConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_constraints_CheckConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_constraints_PathExpressionConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_constraints_PathExpressionConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_Expression.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_Expression.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_EnumValue.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_EnumValue.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_ParameterRef.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_ParameterRef.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_Parameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_Parameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_LocalVariable.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_LocalVariable.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_StringLiteral.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_StringLiteral.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_NumberLiteral.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_NumberLiteral.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_BooleanLiteral.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_BooleanLiteral.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_ListLiteral.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_ListLiteral.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_FunctionEvaluationValue.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_FunctionEvaluationValue.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_AggregatedValue.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateGraphPatternBody_nodes_AggregatedValue.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Constraint
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.ConstraintItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ConstraintItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ConstraintItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Constraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Constraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Pattern Composition Constraint
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.PatternCompositionConstraintItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/PatternCompositionConstraintItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/PatternCompositionConstraintItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/PatternCompositionConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/PatternCompositionConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePatternCompositionConstraint_call_PathExpressionConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePatternCompositionConstraint_call_PathExpressionConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePatternCompositionConstraint_call_PatternCall.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePatternCompositionConstraint_call_PatternCall.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Compare Constraint
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.CompareConstraintItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/CompareConstraintItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/CompareConstraintItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/CompareConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/CompareConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateCompareConstraint_leftOperand_Reference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateCompareConstraint_leftOperand_Reference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateCompareConstraint_leftOperand_CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateCompareConstraint_leftOperand_CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateCompareConstraint_rightOperand_Reference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateCompareConstraint_rightOperand_Reference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateCompareConstraint_rightOperand_CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateCompareConstraint_rightOperand_CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Check Constraint
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.CheckConstraintItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/CheckConstraintItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/CheckConstraintItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/CheckConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/CheckConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Path Expression Constraint
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.PathExpressionConstraintItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/PathExpressionConstraintItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/PathExpressionConstraintItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/PathExpressionConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/PathExpressionConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePathExpressionConstraint_src_Reference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePathExpressionConstraint_src_Reference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePathExpressionConstraint_src_CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePathExpressionConstraint_src_CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePathExpressionConstraint_dst_Reference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePathExpressionConstraint_dst_Reference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePathExpressionConstraint_dst_CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePathExpressionConstraint_dst_CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Enum Value
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.EnumValueItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/EnumValueItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/EnumValueItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/EnumValue.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/EnumValue.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider EClassifier Reference
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.EClassifierReferenceItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/EClassifierReferenceItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/EClassifierReferenceItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/EClassifierReference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/EClassifierReference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Reference Type
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.ReferenceTypeItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ReferenceTypeItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ReferenceTypeItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/ReferenceType.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/ReferenceType.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Annotation
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.AnnotationItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/AnnotationItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/AnnotationItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Annotation.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Annotation.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAnnotation_parameters_AnnotationParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAnnotation_parameters_AnnotationParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Annotation Parameter
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.AnnotationParameterItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/AnnotationParameterItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/AnnotationParameterItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/AnnotationParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/AnnotationParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAnnotationParameter_value_Reference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAnnotationParameter_value_Reference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAnnotationParameter_value_CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAnnotationParameter_value_CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Expression
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.ExpressionItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ExpressionItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ExpressionItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Expression.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Expression.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Variable
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.VariableItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/VariableItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/VariableItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Variable.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Variable.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateVariable_types_EClassifierReference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateVariable_types_EClassifierReference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateVariable_types_JavaClassReference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateVariable_types_JavaClassReference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Literal
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.LiteralItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/LiteralItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/LiteralItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Literal.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Literal.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Reference
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.ReferenceItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ReferenceItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ReferenceItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Reference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Reference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Type
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.TypeItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/TypeItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/TypeItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Type.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Type.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Pattern Call
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.PatternCallItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/PatternCallItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/PatternCallItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/PatternCall.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/PatternCall.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePatternCall_parameters_CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreatePatternCall_parameters_CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Parameter Ref
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.ParameterRefItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ParameterRefItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ParameterRefItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/ParameterRef.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/ParameterRef.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Parameter
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.ParameterItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ParameterItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ParameterItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Parameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/Parameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Local Variable
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.LocalVariableItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/LocalVariableItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/LocalVariableItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/LocalVariable.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/LocalVariable.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Java Class Reference
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.JavaClassReferenceItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/JavaClassReferenceItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/JavaClassReferenceItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/JavaClassReference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/JavaClassReference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider String Literal
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.StringLiteralItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/StringLiteralItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/StringLiteralItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/StringLiteral.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/StringLiteral.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Number Literal
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.NumberLiteralItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/NumberLiteralItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/NumberLiteralItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/NumberLiteral.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/NumberLiteral.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Boolean Literal
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.BooleanLiteralItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/BooleanLiteralItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/BooleanLiteralItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/BooleanLiteral.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/BooleanLiteral.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider List Literal
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.ListLiteralItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ListLiteralItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/ListLiteralItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/ListLiteral.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/ListLiteral.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateListLiteral_values_Reference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateListLiteral_values_Reference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateListLiteral_values_CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateListLiteral_values_CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Function Evaluation Value
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.FunctionEvaluationValueItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/FunctionEvaluationValueItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/FunctionEvaluationValueItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/FunctionEvaluationValue.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/FunctionEvaluationValue.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Aggregated Value
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.AggregatedValueItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/AggregatedValueItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/AggregatedValueItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/AggregatedValue.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/AggregatedValue.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAggregatedValue_call_PathExpressionConstraint.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAggregatedValue_call_PathExpressionConstraint.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAggregatedValue_call_PatternCall.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateAggregatedValue_call_PatternCall.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Callable Relation
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.CallableRelationItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/CallableRelationItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/CallableRelationItemProvider.java
>>  Generating provider Unary Type
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.UnaryTypeItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/UnaryTypeItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/UnaryTypeItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/UnaryType.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/UnaryType.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Interpretable Expression
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.InterpretableExpressionItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/InterpretableExpressionItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/InterpretableExpressionItemProvider.java
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateInterpretableExpression_variables_Reference.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateInterpretableExpression_variables_Reference.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating create child icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateInterpretableExpression_variables_CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16/CreateInterpretableExpression_variables_CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/ctool16
>>  Generating provider Called Parameter
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.CalledParameterItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/CalledParameterItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/CalledParameterItemProvider.java
>>  Generating item icon /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/CalledParameter.gif
>>  Generating image /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16/CalledParameter.gif
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/icons/full/obj16
>>  Generating provider Named Element
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.metamodel.vgql.provider.NamedElementItemProvider
>>  Generating /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/NamedElementItemProvider.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.metamodel.edit/emf-gen/org/eclipse/viatra/query/patternlanguage/metamodel/vgql/provider/NamedElementItemProvider.java
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Adding project dependencies to classpath
[INFO] Can't find VIATRA Generator properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/.settings/org.eclipse.viatra.query.patternlanguage.emf.EMFPatternLanguage.prefs, maven defaults are used.
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'MetamodelHelperQueries.vql'
[WARNING] WARNING:The derived/volatile feature eType of class ETypedElement used in the path expression is not representable in VIATRA Query. For details, consult the documentation on well-behaving features. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/src/org/eclipse/viatra/query/patternlanguage/metamodel/MetamodelHelperQueries.vql line : 23 column : 16)
[INFO] Starting validation for input: 'ValidationQueries.vql'
[INFO] Starting generator for input: 'MetamodelHelperQueries.vql'
[INFO] Starting generator for input: 'ValidationQueries.vql'
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Compiling 94 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.metamodel ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.edit >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.metamodel.edit 0.29.0-SNAPSHOT [76/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944498593
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/target/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/target/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/target/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.edit/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.edit/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/target/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.edit/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.edit/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.edit/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.edit/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.edit-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.metamodel.edit ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.validation >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.metamodel.validation 0.29.0-SNAPSHOT [77/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944498856
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/src does not exist
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/target/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/target/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/target/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.validation/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.validation/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/target/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.validation/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.validation/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.metamodel.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.validation/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.validation-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.metamodel.validation ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.sirius >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.emf.sirius 0.29.0-SNAPSHOT [78/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944499103
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/src/org/eclipse/viatra/query/patternlanguage/emf/sirius/wizard/NewVgqlFileWizard.java:[45] 
	import org.eclipse.sirius.ui.business.internal.commands.ChangeViewpointSelectionCommand;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ChangeViewpointSelectionCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.sirius.ui/6.0.1.201808231529/org.eclipse.sirius.ui-6.0.1.201808231529.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/src/org/eclipse/viatra/query/patternlanguage/emf/sirius/wizard/NewVgqlFileWizard.java:[152] 
	new ChangeViewpointSelectionCommand(session, new ViewpointSelectionCallback(), Collections.singleton(vp), Collections.emptySet(), subMonitor.split(1)).execute();
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ChangeViewpointSelectionCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.sirius.ui/6.0.1.201808231529/org.eclipse.sirius.ui-6.0.1.201808231529.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/src/org/eclipse/viatra/query/patternlanguage/emf/sirius/wizard/NewVgqlFileWizard.java:[152] 
	new ChangeViewpointSelectionCommand(session, new ViewpointSelectionCallback(), Collections.singleton(vp), Collections.emptySet(), subMonitor.split(1)).execute();
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ChangeViewpointSelectionCommand(Session, ViewpointSelection.Callback, Set<Viewpoint>, Set<Viewpoint>, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.sirius.ui/6.0.1.201808231529/org.eclipse.sirius.ui-6.0.1.201808231529.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/src/org/eclipse/viatra/query/patternlanguage/emf/sirius/util/VGQLViolationListener.java:[35] 
	import org.eclipse.sirius.diagram.ui.tools.internal.marker.SiriusMarkerNavigationProviderSpec;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SiriusMarkerNavigationProviderSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.0.1.201808231529/org.eclipse.sirius.diagram.ui-6.0.1.201808231529.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/src/org/eclipse/viatra/query/patternlanguage/emf/sirius/util/VGQLViolationListener.java:[192] 
	return SiriusMarkerNavigationProviderSpec.addMarker(target, elementId, diagramDescriptorUri, semanticURI, location, message, statusSeverity);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SiriusMarkerNavigationProviderSpec' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.0.1.201808231529/org.eclipse.sirius.diagram.ui-6.0.1.201808231529.jar')
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/src/org/eclipse/viatra/query/patternlanguage/emf/sirius/util/VGQLViolationListener.java:[192] 
	return SiriusMarkerNavigationProviderSpec.addMarker(target, elementId, diagramDescriptorUri, semanticURI, location, message, statusSeverity);
	                                          ^^^^^^^^^
Discouraged access: The method 'SiriusMarkerNavigationProviderSpec.addMarker(IFile, String, String, String, String, String, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.sirius.diagram.ui/6.0.1.201808231529/org.eclipse.sirius.diagram.ui-6.0.1.201808231529.jar')
6 problems (6 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/target/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/target/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/target/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.sirius/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.sirius/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/target/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.sirius/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.sirius/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf.sirius/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.sirius/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.sirius-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.emf.sirius ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.language.vgql.feature >--
[INFO] Building org.eclipse.viatra.query.language.vgql.feature 0.29.0-SNAPSHOT [79/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944499694
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/target/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/target/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.query.language.vgql.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.language.vgql.feature:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.language.vgql.feature:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/target/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.vgql.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.vgql.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.vgql.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.vgql.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.language.vgql.feature/target/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.language.vgql.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.language.vgql.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.language.vgql.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.transformationtrace >--
[INFO] Building org.eclipse.viatra.transformation.runtime.transformationtrace 0.29.0-SNAPSHOT [80/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944499787
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/xtend-gen
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/target/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/target/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/target/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.transformationtrace/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.transformationtrace/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/target/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.transformationtrace/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.transformationtrace/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.transformationtrace/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.transformationtrace/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.transformationtrace-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.runtime.transformationtrace ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug >--
[INFO] Building org.eclipse.viatra.transformation.runtime.debug 0.29.0-SNAPSHOT [81/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944499947
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 25 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/xtend-gen
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/target/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/target/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/target/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/target/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.debug/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.runtime.debug ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.tracer >--
[INFO] Building org.eclipse.viatra.transformation.runtime.tracer 0.29.0-SNAPSHOT [82/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944500430
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/xtend-gen
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/target/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/target/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/target/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.tracer/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.tracer/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/target/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.tracer/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.tracer/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.tracer/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.tracer/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.tracer-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.runtime.tracer ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug.feature >--
[INFO] Building org.eclipse.viatra.transformation.runtime.debug.feature 0.29.0-SNAPSHOT [83/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944500791
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/target/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/target/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug.feature:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.debug.feature:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/target/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.runtime.debug.feature/target/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.debug.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.runtime.debug.feature ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.tooling.debug >--
[INFO] Building org.eclipse.viatra.transformation.tooling.debug 0.29.0-SNAPSHOT [84/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944500883
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/target/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/target/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/target/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/target/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.tooling.debug ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.tooling.debug.ui >--
[INFO] Building org.eclipse.viatra.transformation.tooling.debug.ui 0.29.0-SNAPSHOT [85/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944501185
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/target/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/target/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/target/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/target/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.tooling.debug.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.tooling.debug.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.tooling.debug.ui-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.tooling.debug.ui ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.debug.feature >--
[INFO] Building org.eclipse.viatra.transformation.debug.feature 0.29.0-SNAPSHOT [86/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944501633
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/target/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/target/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.transformation.debug.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.transformation.debug.feature:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.transformation.debug.feature:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/target/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/features/org.eclipse.viatra.transformation.debug.feature/target/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.debug.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.transformation.debug.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.debug.feature ---
[INFO] 
[INFO] -----< org.eclipse.viatra:org.eclipse.viatra.query.tooling.debug >------
[INFO] Building org.eclipse.viatra.query.tooling.debug 2.9.0-SNAPSHOT  [87/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944501712
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/target/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/target/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/target/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.debug/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.debug/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/target/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.debug/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.debug/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.debug/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.debug/2.9.0-SNAPSHOT/org.eclipse.viatra.query.tooling.debug-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.tooling.debug ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.query.tooling.ui.retevis >---
[INFO] Building org.eclipse.viatra.query.tooling.ui.retevis 0.29.0-SNAPSHOT [88/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944501971
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Adding project dependencies to classpath
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'ReteVisualization.vql'
[WARNING] WARNING:Impure method call java.lang.Object.toString (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/src/org/eclipse/viatra/query/tooling/ui/retevis/ReteVisualization.vql line : 107 column : 21)
[WARNING] WARNING:Impure method call org.eclipse.viatra.query.runtime.matchers.psystem.aggregations.IMultisetAggregationOperator.getName (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/src/org/eclipse/viatra/query/tooling/ui/retevis/ReteVisualization.vql line : 128 column : 26)
[INFO] Starting generator for input: 'ReteVisualization.vql'
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/src/org/eclipse/viatra/query/tooling/ui/retevis/views/ReteVisualizationLabelProvider.java:[62] 
	MaskedTupleMemory memory = indexerWithMemory.getMemory();
	^^^^^^^^^^^^^^^^^
MaskedTupleMemory is a raw type. References to generic type MaskedTupleMemory<Timestamp> should be parameterized
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui.retevis/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui.retevis/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui.retevis/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui.retevis/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.ui.retevis/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.ui.retevis/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.ui.retevis-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.tooling.ui.retevis ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.tooling.localsearch.ui >--
[INFO] Building org.eclipse.viatra.query.tooling.localsearch.ui 0.29.0-SNAPSHOT [89/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944540107
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/src/org/eclipse/viatra/query/tooling/localsearch/ui/debugger/views/LocalSearchDebugView.java:[147] 
	planExecutorThread.stop();
	                   ^^^^^^
The method stop() from the type Thread is deprecated
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/target/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/target/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/target/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.localsearch.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.localsearch.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/target/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.localsearch.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.localsearch.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.tooling.localsearch.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.tooling.localsearch.ui/0.29.0-SNAPSHOT/org.eclipse.viatra.query.tooling.localsearch.ui-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.tooling.localsearch.ui ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.sdk.extensions.feature >--
[INFO] Building org.eclipse.viatra.query.sdk.extensions.feature 0.29.0-SNAPSHOT [90/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944540586
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/target/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/target/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.sdk.extensions.feature:xml:p2metadata:0.29.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.viatra:org.eclipse.viatra.query.sdk.extensions.feature:xml:p2artifacts:0.29.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/target/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.extensions.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.extensions.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.extensions.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.extensions.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/features/org.eclipse.viatra.query.sdk.extensions.feature/target/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.sdk.extensions.feature/0.29.0-SNAPSHOT/org.eclipse.viatra.query.sdk.extensions.feature-0.29.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.sdk.extensions.feature ---
[INFO] 
[INFO] ------------< org.eclipse.viatra:org.eclipse.viatra.update >------------
[INFO] Building org.eclipse.viatra.update 2.9.0-SNAPSHOT               [91/113]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.update ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.update ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.update ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944540897
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.update ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.viatra.update ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.update ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.update ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.update ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.update ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.update ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.viatra.update ---
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.eclipse.viatra.update ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.eclipse.viatra.update ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.viatra.update ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.viatra.update ---
[INFO] Copying resources from /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/target/classes to /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/target/repository
[INFO] Fetching com.google.inject.source_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (197.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject.source_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (197.49kB)
[INFO] Fetching com.google.inject.multibindings.source_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.inject.multibindings.source_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (21.97kB)
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.eclipse.viatra.update ---
[INFO] Building zip: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/target/org.eclipse.viatra.update-2.9.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.update ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/target/org.eclipse.viatra.update-2.9.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.update/2.9.0-SNAPSHOT/org.eclipse.viatra.update-2.9.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.update/2.9.0-SNAPSHOT/org.eclipse.viatra.update-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.update/2.9.0-SNAPSHOT/org.eclipse.viatra.update-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.update/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.update/2.9.0-SNAPSHOT/org.eclipse.viatra.update-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.update ---
[INFO] 
[INFO] ---------< org.eclipse.viatra:org.eclipse.viatra.target.core >----------
[INFO] Building org.eclipse.viatra.target.core 2.9.0-SNAPSHOT          [92/113]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.target.core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.target.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944544970
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.target.core ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.target.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.target.core ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.target.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-target-definition (default-package-target-definition) @ org.eclipse.viatra.target.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.target.core ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core/org.eclipse.viatra.target.core.target to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.target.core/2.9.0-SNAPSHOT/org.eclipse.viatra.target.core-2.9.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.core/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.target.core/2.9.0-SNAPSHOT/org.eclipse.viatra.target.core-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------< org.eclipse.viatra:org.eclipse.viatra.target.all >----------
[INFO] Building org.eclipse.viatra.target.all 2.9.0-SNAPSHOT           [93/113]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.target.all ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.target.all ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944544991
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.target.all ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.target.all ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.target.all ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.target.all ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-target-definition (default-package-target-definition) @ org.eclipse.viatra.target.all ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.target.all ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all/org.eclipse.viatra.target.all.target to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.target.all/2.9.0-SNAPSHOT/org.eclipse.viatra.target.all-2.9.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.target.all/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.target.all/2.9.0-SNAPSHOT/org.eclipse.viatra.target.all-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.viatra:viatra-query-testing >---------------
[INFO] Building VIATRA Query Runtime 2.9.0-SNAPSHOT                    [94/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-query-testing ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/target
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-query-testing ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944545018
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-query-testing ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-query-testing ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-query-testing ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-query-testing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-query-testing ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-query-testing ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-query-testing ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-query-testing ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-query-testing ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-query-testing ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/target/viatra-query-testing-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-query-testing ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/target/viatra-query-testing-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-testing/2.9.0-SNAPSHOT/viatra-query-testing-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-query-testing/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-query-testing/2.9.0-SNAPSHOT/viatra-query-testing-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.viatra:viatra-transformation-debugger-runtime >------
[INFO] Building VIATRA Transformation Debugger Runtime (Incubation) 0.29.0-SNAPSHOT [95/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-transformation-debugger-runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-transformation-debugger-runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944545047
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-transformation-debugger-runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-transformation-debugger-runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-transformation-debugger-runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-transformation-debugger-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-transformation-debugger-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-transformation-debugger-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-transformation-debugger-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-transformation-debugger-runtime ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-transformation-debugger-runtime ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-transformation-debugger-runtime ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime/target/viatra-transformation-debugger-runtime-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-transformation-debugger-runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime/target/viatra-transformation-debugger-runtime-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-transformation-debugger-runtime/0.29.0-SNAPSHOT/viatra-transformation-debugger-runtime-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-transformation-debugger-runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-transformation-debugger-runtime/0.29.0-SNAPSHOT/viatra-transformation-debugger-runtime-0.29.0-SNAPSHOT.pom
[INFO] 
[INFO] ---------------< org.eclipse.viatra:viatra-dse-runtime >----------------
[INFO] Building VIATRA Design Space Exploration Runtime (Incubation) 0.29.0-SNAPSHOT [96/113]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ viatra-dse-runtime ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ viatra-dse-runtime ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944545245
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ viatra-dse-runtime ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ viatra-dse-runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ viatra-dse-runtime ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ viatra-dse-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ viatra-dse-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ viatra-dse-runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ viatra-dse-runtime ---
[INFO] Toolchain in compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ viatra-dse-runtime ---
[INFO] Toolchain in surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ viatra-dse-runtime ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ viatra-dse-runtime ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime/target/viatra-dse-runtime-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ viatra-dse-runtime ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime/target/viatra-dse-runtime-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-dse-runtime/0.29.0-SNAPSHOT/viatra-dse-runtime-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/maven/viatra-dse-runtime/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/viatra-dse-runtime/0.29.0-SNAPSHOT/viatra-dse-runtime-0.29.0-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test 0.29.0-SNAPSHOT [97/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/xtend-gen (includes = [], excludes = [])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] The project's OSGi version is 0.29.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944545278
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/../../jacoco/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/surefire.properties]
Running org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test.CodeGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s - in org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test.CodeGeneratorTest
test[testAllCases.vgql](org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test.CodeGeneratorTest)  Time elapsed: 0.748 s
test[patternWithoutBody.vgql](org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test.CodeGeneratorTest)  Time elapsed: 0.002 s
test[patternWithPathExpression.vgql](org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test.CodeGeneratorTest)  Time elapsed: 0.003 s
test[patternWithStringLiteral.vgql](org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test.CodeGeneratorTest)  Time elapsed: 0.002 s

Results:

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test/0.29.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test-0.29.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.tests >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.emf.tests 2.9.0-SNAPSHOT [98/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944549959
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/../../target/workspace, -application, org.eclipse.emf.codegen.ecore.Generator, -projects, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests, -model, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/model/typetest.genmodel, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests]
>>> Generating /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/model/typetest.genmodel
>>  Examining project 'org.eclipse.viatra.query.patternlanguage.emf.tests'
>>  Refreshing '/org.eclipse.viatra.query.patternlanguage.emf.tests'.
>>  Opening 'org.eclipse.viatra.query.patternlanguage.emf.tests'.
>>  Refreshing '/org.eclipse.viatra.query.patternlanguage.emf.tests'.
>>  Generating code
>>  Generating packages
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.patternlanguage.emf.tests/plugin.properties
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests
>>  Examining old /org.eclipse.viatra.query.patternlanguage.emf.tests/plugin.properties
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/plugin.properties
>>  Generating model build.properties
>>  Generating model plugin.properties
>>  Generating file /org.eclipse.viatra.query.patternlanguage.emf.tests/build.properties
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests
>>  Generating model plugin.xml
>>  Generating file /org.eclipse.viatra.query.patternlanguage.emf.tests/plugin.xml
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests
>>  Examining old /org.eclipse.viatra.query.patternlanguage.emf.tests/plugin.xml
>>  Generating package PltestPackage
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.PltestPackage
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/PltestPackage.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/PltestPackage.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.PltestPackageImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/PltestPackageImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/PltestPackageImpl.java
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.PltestFactory
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/PltestFactory.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/PltestFactory.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.PltestFactoryImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/PltestFactoryImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/PltestFactoryImpl.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.util.PltestSwitch
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/util/PltestSwitch.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/util
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/util/PltestSwitch.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.util.PltestAdapterFactory
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/util/PltestAdapterFactory.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/util
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/util/PltestAdapterFactory.java
>>  Generating Base
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Base
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Base.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Base.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.BaseImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/BaseImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/BaseImpl.java
>>  Generating Common
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Common
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Common.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Common.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.CommonImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/CommonImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/CommonImpl.java
>>  Generating Interface
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Interface
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Interface.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Interface.java
>>  Generating Child1
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Child1
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Child1.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Child1.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.Child1Impl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/Child1Impl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/Child1Impl.java
>>  Generating Child2
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Child2
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Child2.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Child2.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.Child2Impl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/Child2Impl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/Child2Impl.java
>>  Generating Grand Child
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.GrandChild
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandChild.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandChild.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.GrandChildImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandChildImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandChildImpl.java
>>  Generating Child3
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Child3
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Child3.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Child3.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.Child3Impl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/Child3Impl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/Child3Impl.java
>>  Generating Grand Child2
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.GrandChild2
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandChild2.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandChild2.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.GrandChild2Impl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandChild2Impl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandChild2Impl.java
>>  Generating Red
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Red
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Red.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Red.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.RedImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/RedImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/RedImpl.java
>>  Generating Circle
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Circle
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Circle.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Circle.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.CircleImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/CircleImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/CircleImpl.java
>>  Generating What Ever
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.WhatEver
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/WhatEver.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/WhatEver.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.WhatEverImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/WhatEverImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/WhatEverImpl.java
>>  Generating Grand Child D
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.GrandChildD
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandChildD.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandChildD.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.GrandChildDImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandChildDImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandChildDImpl.java
>>  Generating Grand Grand Child E
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.GrandGrandChildE
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandGrandChildE.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandGrandChildE.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.GrandGrandChildEImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandGrandChildEImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandGrandChildEImpl.java
>>  Generating Grand Grand Child F
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.GrandGrandChildF
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandGrandChildF.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/GrandGrandChildF.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.GrandGrandChildFImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandGrandChildFImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/GrandGrandChildFImpl.java
>>  Generating Numbers
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.Numbers
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Numbers.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/Numbers.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.NumbersImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/NumbersImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/NumbersImpl.java
>>  Generating Test Packageable Element
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.TestPackageableElement
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestPackageableElement.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestPackageableElement.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.TestPackageableElementImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestPackageableElementImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestPackageableElementImpl.java
>>  Generating Test Package
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.TestPackage
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestPackage.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestPackage.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.TestPackageImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestPackageImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestPackageImpl.java
>>  Generating Test Class
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.TestClass
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestClass.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestClass.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.TestClassImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestClassImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestClassImpl.java
>>  Generating Test Interface
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.TestInterface
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestInterface.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestInterface.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.TestInterfaceImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestInterfaceImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestInterfaceImpl.java
>>  Generating Test Classifier
>>  Generating Java interface org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.TestClassifier
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestClassifier.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/TestClassifier.java
>>  Generating Java class org.eclipse.viatra.query.patternlanguage.emf.tests.pltest.impl.TestClassifierImpl
>>  Generating /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestClassifierImpl.java
>>  Opening folder /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl
>>  Preparing new /org.eclipse.viatra.query.patternlanguage.emf.tests/emf-gen/org/eclipse/viatra/query/patternlanguage/emf/tests/pltest/impl/TestClassifierImpl.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
40: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
54: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
69: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
89: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
104: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
122: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
137: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
152: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
167: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	PatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/PatternParserTest.xtend
183: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	AdvancedPatternParserTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/AdvancedPatternParserTest.xtend
781: The method write(CharSequence, File, Charset) from the type Files is deprecated
[WARNING] 
WARNING: 	SpecificationBuilderTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/SpecificationBuilderTest.xtend
45: The method parser() from the type PatternParser is deprecated
[WARNING] 
WARNING: 	SpecificationBuilderTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/org/eclipse/viatra/query/patternlanguage/emf/tests/standalone/SpecificationBuilderTest.xtend
72: The method parser() from the type PatternParser is deprecated
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Compiling 94 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/../../jacoco/jacoco.exec,append=true, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/surefire.properties]
Running org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.924 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest
validReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 2.786 s
aggregatedReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.384 s
validClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.101 s
negatedClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.097 s
aggregatedClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.196 s
misTypedReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.063 s
wrongArityReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.085 s
wrongArityClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.09 s
negatedReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.076 s
misTypedReflexiveClosure2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.102 s
misTypedClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.TransitiveClosureTest)  Time elapsed: 0.046 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest
Apr 12, 2024 5:56:08 PM org.eclipse.viatra.query.patternlanguage.emf.types.PatternLanguageTypeRules _inferTypes
WARNING: Return type for aggregator null is non uniquely specified.
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.121 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest
testCountSomeStuffPassed(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.207 s
testInvalidAggregatorContext2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.064 s
testAggregatorDuplicateMarkers(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.05 s
testIntMinAggregatorUntyped(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.313 s
testIntMinAggregatorMistyped(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.289 s
testCountNothingPassed(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.105 s
supertypedCountAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.089 s
testAggregatorMissingMarker(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.098 s
testAggregatorDubiusVariableReuse(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.102 s
testIntMinAggregator2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.105 s
testMinAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.101 s
mistypedAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.067 s
testCountSomeStuffPassedNoReturn(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.086 s
testAvgAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.118 s
testMissingAggregatorClass(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.091 s
testCountAllPassed(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.098 s
testDoubleMinAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.145 s
testCountWithAggregate(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.047 s
testIntMinAggregatorTyped(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.127 s
testInvalidAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.039 s
testCountWithAggregate2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.049 s
testSumAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.18 s
testInvalidAggregatorContext(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.033 s
testDoubleMinAggregator2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.089 s
testCountTypeChecking(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.071 s
testSumAggregatorMistyped(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.212 s
mistypedCountAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.065 s
testMissingComposition(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.AggregationTest)  Time elapsed: 0.065 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.752 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest
testInvalidAggregatorContext2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.023 s
testAggregatorDuplicateMarkers(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.037 s
javaConstantInAnnotationTest1(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.083 s
javaConstantInAnnotationTest2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.047 s
validReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.02 s
aggregatedReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.073 s
supertypedCountAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.052 s
testAggregatorMissingMarker(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.051 s
testAggregatorDubiusVariableReuse(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.079 s
testMinAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.055 s
mistypedAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.038 s
javaTypeEmbed1(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.043 s
javaTypeEmbed2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.051 s
javaTypeEmbed3(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.041 s
testAvgAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.068 s
testCountAllPassed(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.081 s
validClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.022 s
validNegation(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.019 s
negatedClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.021 s
aggregatedClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.065 s
noEmbeddedPattern(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.019 s
testCountWithAggregate(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.021 s
misTypedReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.027 s
testInvalidAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.021 s
testCountWithAggregate2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.021 s
testSumAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.105 s
validReflexiveClosureChain(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.046 s
testInvalidAggregatorContext(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.02 s
negatedReflexiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.037 s
testCountTypeChecking(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.061 s
testMinAggregatorChain(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.058 s
javaConstantTest1(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.063 s
javaConstantTest2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.048 s
javaConstantTest3(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.05 s
validClosureChain(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.022 s
misTypedClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.038 s
mistypedCountAggregator(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.048 s
testMissingComposition(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.SingleConstraintCompositionTest)  Time elapsed: 0.052 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionTest
testNegativeComposition(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionTest)  Time elapsed: 0.022 s
testSimpleComposition(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionTest)  Time elapsed: 0.024 s
testRecursiveComposition(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionTest)  Time elapsed: 0.019 s
testMissingComposition(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionTest)  Time elapsed: 0.054 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest
testSelfRecursion(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.02 s
testCycleRecursionNeg(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.039 s
testCycleRecursionMultiPath(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.032 s
testCycleRecursion(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.026 s
testSelfRecursionNeg(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.019 s
testChainNoRecursionNeg(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.04 s
testChainNoRecursion(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.027 s
testSelfRecursionNegSuppressed(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.02 s
testSelfRecursionTC(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.044 s
testSelfRecursionAggr(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.051 s
testNoRecursion(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.RecursivePatternCallTest)  Time elapsed: 0.028 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.256 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest
testTooMuchParameters(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.046 s
duplicatePatternsIgnoreCase(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.023 s
testNegativeCallCircle(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest) skipped
testTooFewParameters(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.033 s
duplicatePatterns(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.023 s
duplicateParameters(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.024 s
testNegativeCallOnlySingleUseVariables(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.025 s
duplicateParameters2(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.034 s
testQuantifiedLocalVariable(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.025 s
testSymbolicParameterSafe(org.eclipse.viatra.query.patternlanguage.emf.tests.composition.CompositionValidatorTest)  Time elapsed: 0.02 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.041 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest
floatAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.063 s
constantInPathExpressionGood(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.039 s
constantWarning1(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.063 s
constantWarning2(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.067 s
doubleAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.059 s
normalFind(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.061 s
innerCountFind(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.056 s
countFindInPathExpressionMismatch(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.04 s
constantInPathExpressionMismatch(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.041 s
constantComputationMismatchError(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.029 s
mistypedDoubleAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.063 s
doubleCountFind(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.075 s
normalFindError(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.046 s
longVariable(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.07 s
constantMismatchError(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.044 s
mistypedLongVariable(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.021 s
mistypedFloatAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.049 s
longConstant(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.045 s
countFind(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.05 s
mistypedLongConstant(org.eclipse.viatra.query.patternlanguage.emf.tests.types.LiteralAndComputationTypeTest)  Time elapsed: 0.045 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest
definedParameterJavaType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest)  Time elapsed: 0.046 s
definedParameterIncorrectDataType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest)  Time elapsed: 0.047 s
incorrectTypeOrderingTest(org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest)  Time elapsed: 0.039 s
undefinedParameterDataType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest)  Time elapsed: 0.058 s
undefinedParameterInconsistentJavaType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest)  Time elapsed: 0.053 s
definedParameterDataType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest)  Time elapsed: 0.066 s
definedParameterInconsistentJavaType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest)  Time elapsed: 0.047 s
inferredParameterType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.JavaTypesTest)  Time elapsed: 0.066 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest
eQualifiedEnumResolutionSuccess(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest)  Time elapsed: 0.076 s
eEnumResolutionInvalidLiteral(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest)  Time elapsed: 0.039 s
validateIncorrectEnumWithEquality(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest)  Time elapsed: 0.073 s
eEnumResolutionMissingLiteral(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest)  Time elapsed: 0.038 s
eEnumResolutionMissingQualifier(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest)  Time elapsed: 0.051 s
eEnumResolutionNotEnum(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest)  Time elapsed: 0.037 s
eEnumResolutionSuccess(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumResolutionTest)  Time elapsed: 0.043 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.01 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest
nonminimizableTypes(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0.005 s
differentEClassMinimalization(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0 s
superEClassMinimalizationToCommonSupertype(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0.002 s
superEClassMinimalization(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0 s
duplicateEDatatypeMinimalization(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0.001 s
duplicateEClassMinimalization(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0 s
superEClassSkipMinimalizationToCommonSupertype(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0 s
primitiveEDatatypeMinimalization(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest) skipped
singleEClassMinimalization(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0.001 s
singleEDatatypeMinimalization(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeSystemTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.316 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest
mistypedNegativePatternCall(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.022 s
supertypeAsParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.059 s
errorTypeTest1(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.025 s
errorTypeTest2(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.017 s
errorTypeTest3(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.017 s
transitiveClosureInferenceTest(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.019 s
mistypedParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.027 s
boolLiteralType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.04 s
noTypeInferenceFromNegativePatternCall(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.022 s
firstLevelFindType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.053 s
parameterTest(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.046 s
warningTypeTest1(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.03 s
supertypeAsParameter2(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.048 s
supertypeAsParameter3(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.022 s
supertypeAsParameter4(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.033 s
supertypeAsParameter5(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.018 s
supertypeAsParameter6(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.077 s
supertypeAsParameter7(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.036 s
complexHierarchyOK(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.019 s
zeroLevelType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.067 s
secondLevelFindType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.057 s
zeroLevelPathType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.04 s
injectivityConstraintTest(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.039 s
countAggregatedComputationValueType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.051 s
parameterTest2(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.038 s
parameterTest3(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.026 s
parameterTest4(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.041 s
ambiguousParameterType1(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.023 s
ambiguousParameterType2(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.016 s
ambiguousParameterType3(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.016 s
firstLevelPathType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.063 s
doubleLiteralType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.04 s
recursiveParameterTypeInference(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.041 s
intLiteralType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.036 s
notMistypedParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.047 s
stringLiteralType(org.eclipse.viatra.query.patternlanguage.emf.tests.types.TypeInferenceTest)  Time elapsed: 0.035 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.EClassResolutionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.EClassResolutionTest
eClassResolutionFailedMissingImport(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EClassResolutionTest)  Time elapsed: 0.035 s
eClassResolutionSuccess(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EClassResolutionTest)  Time elapsed: 0.039 s
eClassifierResolutionSuccess(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EClassResolutionTest)  Time elapsed: 0.035 s
eClassResolutionFailed(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EClassResolutionTest)  Time elapsed: 0.034 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.AmbiguousTypesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.AmbiguousTypesTest
ambiguousParameterType1a(org.eclipse.viatra.query.patternlanguage.emf.tests.types.AmbiguousTypesTest)  Time elapsed: 0.071 s
ambiguousParameterType1(org.eclipse.viatra.query.patternlanguage.emf.tests.types.AmbiguousTypesTest)  Time elapsed: 0.068 s
ambiguousParameterType2(org.eclipse.viatra.query.patternlanguage.emf.tests.types.AmbiguousTypesTest)  Time elapsed: 0.03 s
ambiguousParameterType3(org.eclipse.viatra.query.patternlanguage.emf.tests.types.AmbiguousTypesTest)  Time elapsed: 0.029 s
ambiguousParameterType4(org.eclipse.viatra.query.patternlanguage.emf.tests.types.AmbiguousTypesTest)  Time elapsed: 0.029 s
ambiguousParameterType5(org.eclipse.viatra.query.patternlanguage.emf.tests.types.AmbiguousTypesTest)  Time elapsed: 0.019 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumValidationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumValidationTest
validateQualifiedEnum(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumValidationTest)  Time elapsed: 0.047 s
validateEnumConstraintPatternCall(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumValidationTest)  Time elapsed: 0.026 s
validateEnum(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumValidationTest)  Time elapsed: 0.044 s
validateIncorrectEnum(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumValidationTest)  Time elapsed: 0.022 s
validateQualifiedEnumWithEquality(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EnumValidationTest)  Time elapsed: 0.048 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.685 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest
accessEClassInCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.045 s
multipleEvalCheck1(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest) skipped
multipleEvalCheck2(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest) skipped
booleanCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.044 s
parameterizedEvalCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.047 s
nonBooleanCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.047 s
booleanBlockExpressionWithReturnCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.052 s
incorrectEvalCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.06 s
parameterizedEvalCheck2(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.045 s
parameterizedEvalCheck3(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.053 s
parameterizedEvalCheck4(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.092 s
parameterizedEvalCheck5(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.047 s
constantEvalCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.047 s
multibodyCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.055 s
booleanBlockExpressionCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.types.CheckConstraintTypesTest)  Time elapsed: 0.046 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.types.EReferenceResolutionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.types.EReferenceResolutionTest
referenceResolution(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EReferenceResolutionTest)  Time elapsed: 0.036 s
referenceResolutionChain4(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EReferenceResolutionTest)  Time elapsed: 0.05 s
referenceResolutionInvalid(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EReferenceResolutionTest)  Time elapsed: 0.037 s
referenceResolutionEscapedKeyword(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EReferenceResolutionTest)  Time elapsed: 0.041 s
referenceResolutionChain(org.eclipse.viatra.query.patternlanguage.emf.tests.types.EReferenceResolutionTest)  Time elapsed: 0.036 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPureWhitelist
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPureWhitelist
pureClass(org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPureWhitelist)  Time elapsed: 0.001 s
purePackage(org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPureWhitelist)  Time elapsed: 0 s
pureMethod(org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPureWhitelist)  Time elapsed: 0 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPurityChecker
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPurityChecker
hasPureAnnotation(org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPurityChecker)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPureWhitelistExtensionLoader
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPureWhitelistExtensionLoader
loaded(org.eclipse.viatra.query.patternlanguage.emf.tests.whitelist.TestPureWhitelistExtensionLoader)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportResolutionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportResolutionTest
importResolutionExtendedMultiplePackages(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportResolutionTest)  Time elapsed: 0.044 s
importResolutionExtended(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportResolutionTest)  Time elapsed: 0.033 s
importResolutionFailed(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportResolutionTest)  Time elapsed: 0.034 s
importResolution(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportResolutionTest)  Time elapsed: 0.037 s
multipleImportResolution(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportResolutionTest)  Time elapsed: 0.033 s
importResolutionMultiplePackages(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportResolutionTest)  Time elapsed: 0.035 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.imports.PackageDeclarationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.imports.PackageDeclarationTest
packageAliasWithSemicolon(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.PackageDeclarationTest)  Time elapsed: 0.043 s
packageAlias(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.PackageDeclarationTest)  Time elapsed: 0.057 s
noPackage(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.PackageDeclarationTest)  Time elapsed: 0.052 s
hierarchicPackage(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.PackageDeclarationTest)  Time elapsed: 0.033 s
simplePackage(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.PackageDeclarationTest)  Time elapsed: 0.039 s
capitalizedPackageName(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.PackageDeclarationTest)  Time elapsed: 0.034 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportValidationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportValidationTest
javaClassImport(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportValidationTest)  Time elapsed: 0.069 s
duplicateImport(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportValidationTest)  Time elapsed: 0.035 s
implicitJavaImport(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportValidationTest)  Time elapsed: 0.056 s
javaPackageImport(org.eclipse.viatra.query.patternlanguage.emf.tests.imports.ImportValidationTest)  Time elapsed: 0.049 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.SpecificationBuilderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.SpecificationBuilderTest
forgetPatternTransitive(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.SpecificationBuilderTest)  Time elapsed: 0.162 s
forgetPatternTransitiveTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.SpecificationBuilderTest)  Time elapsed: 0.065 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.855 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest
addMultiplePatternsSamePackageTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.105 s
addMultiplePatternsWithDependencyTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.111 s
addExistingPatternErrorTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.065 s
removeNonExistingPatternErrorTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.001 s
addSinglePatternTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.04 s
dependencyDuplicateNameTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.092 s
patternUpdateTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.266 s
libraryTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.077 s
removePatternWithUpdateTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.07 s
updateNonExistingPatternErrorTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0 s
addMultiplePatternsTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.115 s
completelyBogusSyntaxTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.051 s
multiFileDeleteTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.083 s
removeReferencedPatternTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.098 s
missingTransitiveDependencyTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.202 s
resetParserTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.077 s
multipatternFileDeleteTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.105 s
multiFilePatternDeleteByUpdateTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.AdvancedPatternParserTest)  Time elapsed: 0.213 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest



Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest
publicCalleeTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.138 s
publicCallerTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.116 s
duplicateCustomURITest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.047 s
customJavacodeCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.124 s
javaConstantInAnnotationParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.281 s
relativeUnusedURIProviderTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.037 s
missingComposedPatternTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.036 s
completelyBogusSyntaxTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.044 s
customURITest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.031 s
defaultUnusedURIProviderTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.032 s
noGroupNameConflictTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.092 s
mistypedPatternTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.035 s
absoluteUnusedURIProviderTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.032 s
privateCallerTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.09 s
correctPatternTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.033 s
privateCallerTestWithPackageDeclaration(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.098 s
groupNameConflictTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.07 s
crossFileDuplicatePatternsTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.048 s
duplicatePatternsTest(org.eclipse.viatra.query.patternlanguage.emf.tests.standalone.PatternParserTest)  Time elapsed: 0.046 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest
testSymbolicVariableOneNegativeReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.021 s
testLocalVariableOneNegativeOneReadOnlyReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.061 s
testSymbolicVariablePositiveReferenceAsParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.021 s
testMultipleUseOfSingleUseVariables(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.017 s
testLocalVariableOnePositiveOneReadOnlyReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.023 s
testSymbolicVariableNoReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.024 s
testLocalVariableOnePositiveReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.017 s
testEvalParameterReferences1(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.051 s
testEvalParameterReferences2(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.056 s
testLocalVariableOneReadOnlyReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.023 s
testReadOnlyReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.015 s
testLocalVariableOnePositiveOneNegativeReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.037 s
testParametersEqualityError(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.018 s
testSymbolicVariableOnePositiveReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.015 s
testSymbolicVariableOneReadOnlyReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.023 s
testSymbolicVariableNoPositiveReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.054 s
testLocalVariableMultipleNegativeReferences(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.024 s
testLocalVariableOneNegativeReference(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.02 s
testLocalVariableMultiplePositiveReferences(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.016 s
testSymbolicVariableAllReferences(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.056 s
testLocalVariableMultipleReadOnlyReferences(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.UnusedVariableValidationTest)  Time elapsed: 0.024 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ParameterDirectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ParameterDirectionTest
testWithType(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ParameterDirectionTest)  Time elapsed: 0.044 s
testWithoutType(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ParameterDirectionTest)  Time elapsed: 0.036 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.029 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest
testGoodCountFind(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.055 s
testGoodPathExpressionWithCountFind(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.074 s
testStrictUnconnected(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.04 s
testSoftCountFindRunningVariableResult(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.049 s
testSoftNegFind(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.053 s
testSoftInequality(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.034 s
testGoodFind(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.048 s
testSoftCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.052 s
testGoodNegFindUnrelatedRunningVariables(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.057 s
testGoodEquality(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.035 s
testGoodCountFindWithRunningVariable(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.061 s
testGoodFindPathExpressionWithCountFind(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.061 s
testStrictUnconnectedRunningVariable(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.038 s
testConstantGoodEquality1(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.039 s
testConstantGoodEquality2(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.038 s
testConstantGoodEquality3(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.041 s
testConstantGoodEquality4(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.034 s
testGoodPathExpressionInequality(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.079 s
testGoodNegFindWithRunningVariable(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.048 s
testGoodUnconnectedButSingleton(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.047 s
testNonConstantEvalEquality(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CartesianProductTest)  Time elapsed: 0.042 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest
dubiusSingleUseVariableCapitalization(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.033 s
emptyParameterListValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.016 s
dubiusSingleUseVariable(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.017 s
dubiusSingleUseVariable2(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.016 s
unusedPrivatePatternValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.013 s
emptyBodyValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.014 s
misspelledFeatureValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.025 s
singleUseParameterValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.015 s
missingFeatureValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.PatternValidationTest)  Time elapsed: 0.016 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.basic.BackendSelectionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.basic.BackendSelectionTest
privateSearchPatternTest(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.BackendSelectionTest)  Time elapsed: 0.04 s
incrementalPatternTest(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.BackendSelectionTest)  Time elapsed: 0.037 s
searchPatternTest(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.BackendSelectionTest)  Time elapsed: 0.033 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest
incorrectTypeConstraint(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.015 s
bothVariableCompareValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.015 s
enumIntConstantCompareValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.044 s
leftVariableCompareValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.019 s
referenceIsNotRepresentable(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.019 s
rightVariableCompareValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.049 s
selfCompareValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.017 s
stringDoubleConstantCompareValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.077 s
intConstantCompareValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.033 s
leftNewVariableCompareValidation(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.ConstraintValidationTest)  Time elapsed: 0.016 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest
elementInExpressionSuppressedCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.046 s
evalReturnAsParameterCheck2(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.038 s
evalReturnAsParameterCheck3(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.049 s
whitelistedMethodCheck1(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.044 s
whitelistedMethodCheck2(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.041 s
whitelistedMethodCheck3(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.049 s
whitelistedMethodCheck4(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.039 s
whitelistedMethodCheck5(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.064 s
nonwhitelistedImportedToplevelCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.045 s
evalUnwindRequiresSetArgumentCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.056 s
elementInExpressionCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.055 s
evalReturnAsParameterCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.04 s
whitelistedClassCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.042 s
evalUnwindValidReturnType(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.055 s
nonWhitelistedCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.077 s
whitelistedImportedClassCheck(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.CheckConstraintTest)  Time elapsed: 0.043 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest
testPositiveBigDecimal(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.049 s
testPositiveInt(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.033 s
testNegativeInt(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.032 s
testPositiveFloat(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.039 s
testNegativeBigInt(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.033 s
testPositiveBigInt(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.032 s
testPositiveLong(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.04 s
testNegativeFloat(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.032 s
testPositiveDouble1(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.031 s
testPositiveDouble2(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.041 s
testNegativeLong(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.033 s
testNegativeDouble1(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.048 s
testNegativeDouble2(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.033 s
testNegativeBigDecimal(org.eclipse.viatra.query.patternlanguage.emf.tests.basic.NumberLiteralTest)  Time elapsed: 0.033 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.025 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest
inequalityConstant(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
floatAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
patternCall(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
negPatternCallWithUnnamedSingleUseParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
patternCallIntConstantParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
patternCallQualifiedEnumConstantParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
privatePattern(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
orPattern(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
booleanAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
patternKeywordEscapedAsName(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
negativeFloatAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
negPatternCallIntConstantParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
namedBodies(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
emptyPatternBody(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
stringAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
privateInjectivePattern(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest) skipped
injectivePattern(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest) skipped
negativeIntAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
enumAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
transitiveClosure(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
indexing(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
inequality(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
negPatternCallEnumConstantParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
equality(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
multipleAnnotations(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
typeParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
patternCallEnumConstantParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
patternCallStringConstantParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
multipleSameAnnotations(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
equalityConstant(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
negPatternCallStringConstantParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
negPatternCall(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
variableAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
intAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.009 s
negPatternCallQualifiedEnumConstantParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
simplePattern(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
annotationTwoParams(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
annotationOneParam(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
negPatternCallWithNamedSingleUseParameter(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
patternKeywordAsName(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
injectivePrivatePattern(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest) skipped
expressionChain(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0 s
annotationNoParam(org.eclipse.viatra.query.patternlanguage.emf.tests.ParserTest)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.resolution.VariableResolutionTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.resolution.VariableResolutionTest
parameterResolution(org.eclipse.viatra.query.patternlanguage.emf.tests.resolution.VariableResolutionTest)  Time elapsed: 0.035 s
singleUseResolution(org.eclipse.viatra.query.patternlanguage.emf.tests.resolution.VariableResolutionTest)  Time elapsed: 0.07 s
anonymVariablesResolution(org.eclipse.viatra.query.patternlanguage.emf.tests.resolution.VariableResolutionTest)  Time elapsed: 0.046 s
constraintVariableResolution(org.eclipse.viatra.query.patternlanguage.emf.tests.resolution.VariableResolutionTest)  Time elapsed: 0.032 s
parameterResolutionFailed(org.eclipse.viatra.query.patternlanguage.emf.tests.resolution.VariableResolutionTest)  Time elapsed: 0.041 s

Results:

Tests run: 422, Failures: 0, Errors: 0, Skipped: 7

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.tests-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.emf.tests ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.patternlanguage.emf.ui.tests >--
[INFO] Building org.eclipse.viatra.query.patternlanguage.emf.ui.tests 2.9.0-SNAPSHOT [99/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944586238
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/../../jacoco/jacoco.exec,append=true, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/surefire.properties]
Running org.eclipse.viatra.query.patternlanguage.emf.tests.generator.HintCompilerTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
3429 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
3777 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
3813 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
3814 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
6086 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
6103 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
6119 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
6119 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
6512 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
6521 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
7230 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
7324 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
7340 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
7341 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
7966 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
7979 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
7993 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
7994 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
8275 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
8282 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
8773 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
8831 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
8841 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
8841 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
9317 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
9329 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
9340 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
9341 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
9592 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
9599 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.955 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.generator.HintCompilerTest
compileDefaultPattern(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.HintCompilerTest)  Time elapsed: 8.345 s
compileWithLSHint(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.HintCompilerTest)  Time elapsed: 1.606 s
compileWithIncrementalHint(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.HintCompilerTest)  Time elapsed: 1.346 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest
10632 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
10770 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
10780 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
10781 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
11384 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
11397 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
11408 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
11408 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
11680 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
11687 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
12140 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
12215 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
12225 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
12225 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
12626 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
12637 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
12646 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
12647 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
12895 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
12902 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
13300 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
13372 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
13382 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
13382 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
13784 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
13795 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
13805 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
13805 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
14069 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
14076 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
14445 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
14524 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
14535 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
14535 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
14997 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
15007 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
15016 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
15017 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
15224 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
15229 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
15581 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
15636 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
15646 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
15647 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
16139 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
16149 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
16168 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
16169 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
16365 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
16371 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
16741 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
16854 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
16863 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
16863 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
17125 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
17207 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
17216 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
17217 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
17418 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
17423 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
17768 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
17822 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
17828 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
17829 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
18198 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
18207 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
18214 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
18214 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
18397 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
18402 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
18785 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
18866 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
18872 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
18873 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
19189 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
19199 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
19205 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
19206 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
19434 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
19440 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
19831 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
19902 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
19909 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
19909 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
20321 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
20402 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
20408 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
20409 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
20785 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
20837 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
20844 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
20844 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.125 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest
groupPatternClashWithSeparateMatchClassGeneration(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 1.648 s
groupPatternNoClashWithNestedMatchClassGeneration(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 1.166 s
pluginXml(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 1.168 s
customOutputDirectory(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 1.138 s
groupPatternNoClashWithSeparateMatchClassGeneration(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 1.175 s
noPluginXml(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 0.984 s
groupPatternNoClashWithDefaultSettings(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 1.047 s
groupPatternNoClashWithNoMatchClassGeneration(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 0.982 s
groupPatternClashWithNoMatchClassGeneration(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 0.509 s
groupPatternClashWithNestedMatchClassGeneration(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 0.506 s
groupPatternClashWithDefaultSettings(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.VQLCompilerOptionsTest)  Time elapsed: 0.433 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.generator.SimpleQueryGeneratorTest
21605 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
21665 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
21672 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
21672 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
21997 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
22007 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
22014 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
22015 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
22172 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntestPattern
22177 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
22463 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternfoo
22516 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
22522 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternfoo
22523 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.753 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.generator.SimpleQueryGeneratorTest
compileParameterlessPattern(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.SimpleQueryGeneratorTest)  Time elapsed: 0.92 s
oldJavaVersion(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.SimpleQueryGeneratorTest) skipped
compileUnresolvablePattern(org.eclipse.viatra.query.patternlanguage.emf.tests.generator.SimpleQueryGeneratorTest)  Time elapsed: 0.515 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.TypeReferenceTest
23399 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
23405 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model Test
23414 [main] ERROR org.eclipse.viatra.query  - Error initializing JvmElement
java.lang.NullPointerException
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.lambda$26(PatternQuerySpecificationClassInferrer.java:878)
	at org.eclipse.viatra.query.patternlanguage.emf.util.EMFJvmTypesBuilder.initializeSafely(EMFJvmTypesBuilder.java:37)
	at org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder.toClass(JvmTypesBuilder.java:389)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.inferQuerySpecificationInnerClasses(PatternQuerySpecificationClassInferrer.java:953)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.initializeSpecification(PatternQuerySpecificationClassInferrer.java:160)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternLanguageJvmModelInferrer.lambda$2(EMFPatternLanguageJvmModelInferrer.java:235)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator$1.run(JvmModelAssociator.java:397)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator.installDerivedState(JvmModelAssociator.java:407)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternJvmModelAssociator.installDerivedState(EMFPatternJvmModelAssociator.java:67)
	at org.eclipse.xtext.resource.DerivedStateAwareResource.installDerivedState(DerivedStateAwareResource.java:243)
	at org.eclipse.xtext.xbase.resource.BatchLinkableResource.getContents(BatchLinkableResource.java:148)
	at org.eclipse.xtext.ide.editor.contentassist.antlr.ContentAssistContextFactory.create(ContentAssistContextFactory.java:125)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.doCreateContexts(DelegatingContentAssistContextFactory.java:92)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.create(DelegatingContentAssistContextFactory.java:78)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory.create(DelegatingContentAssistContextFactory.java:55)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.createContentAssistContexts(CompletionProposalComputer.java:67)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor$1.createContentAssistContexts(RepeatedContentAssistProcessor.java:105)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:49)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:1)
	at org.eclipse.xtext.resource.OutdatedStateManager.exec(OutdatedStateManager.java:91)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.internalReadOnly(XtextDocument.java:524)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.priorityReadOnly(XtextDocument.java:488)
	at org.eclipse.xtext.ui.editor.model.XtextDocument.priorityReadOnly(XtextDocument.java:144)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:117)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:86)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:519)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:510)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:191)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:180)
	at org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.TypeReferenceTest.testSimpleTargetAssist(TypeReferenceTest.java:32)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
24080 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
24082 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model Test
24086 [main] ERROR org.eclipse.viatra.query  - Error initializing JvmElement
java.lang.NullPointerException
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.lambda$26(PatternQuerySpecificationClassInferrer.java:878)
	at org.eclipse.viatra.query.patternlanguage.emf.util.EMFJvmTypesBuilder.initializeSafely(EMFJvmTypesBuilder.java:37)
	at org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder.toClass(JvmTypesBuilder.java:389)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.inferQuerySpecificationInnerClasses(PatternQuerySpecificationClassInferrer.java:953)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.initializeSpecification(PatternQuerySpecificationClassInferrer.java:160)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternLanguageJvmModelInferrer.lambda$2(EMFPatternLanguageJvmModelInferrer.java:235)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator$1.run(JvmModelAssociator.java:397)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator.installDerivedState(JvmModelAssociator.java:407)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternJvmModelAssociator.installDerivedState(EMFPatternJvmModelAssociator.java:67)
	at org.eclipse.xtext.resource.DerivedStateAwareResource.installDerivedState(DerivedStateAwareResource.java:243)
	at org.eclipse.xtext.xbase.resource.BatchLinkableResource.getContents(BatchLinkableResource.java:148)
	at org.eclipse.xtext.ide.editor.contentassist.antlr.ContentAssistContextFactory.create(ContentAssistContextFactory.java:125)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.doCreateContexts(DelegatingContentAssistContextFactory.java:92)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.create(DelegatingContentAssistContextFactory.java:78)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory.create(DelegatingContentAssistContextFactory.java:55)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.createContentAssistContexts(CompletionProposalComputer.java:67)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor$1.createContentAssistContexts(RepeatedContentAssistProcessor.java:105)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:49)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:1)
	at org.eclipse.xtext.resource.OutdatedStateManager.exec(OutdatedStateManager.java:91)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.internalReadOnly(XtextDocument.java:524)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.priorityReadOnly(XtextDocument.java:488)
	at org.eclipse.xtext.ui.editor.model.XtextDocument.priorityReadOnly(XtextDocument.java:144)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:117)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:86)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:519)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:510)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:191)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:180)
	at org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.TypeReferenceTest.testChainTargetAssistWithPrefix(TypeReferenceTest.java:52)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
24498 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
24499 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model Test
24502 [main] ERROR org.eclipse.viatra.query  - Error initializing JvmElement
java.lang.NullPointerException
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.lambda$26(PatternQuerySpecificationClassInferrer.java:878)
	at org.eclipse.viatra.query.patternlanguage.emf.util.EMFJvmTypesBuilder.initializeSafely(EMFJvmTypesBuilder.java:37)
	at org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder.toClass(JvmTypesBuilder.java:389)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.inferQuerySpecificationInnerClasses(PatternQuerySpecificationClassInferrer.java:953)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.initializeSpecification(PatternQuerySpecificationClassInferrer.java:160)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternLanguageJvmModelInferrer.lambda$2(EMFPatternLanguageJvmModelInferrer.java:235)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator$1.run(JvmModelAssociator.java:397)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator.installDerivedState(JvmModelAssociator.java:407)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternJvmModelAssociator.installDerivedState(EMFPatternJvmModelAssociator.java:67)
	at org.eclipse.xtext.resource.DerivedStateAwareResource.installDerivedState(DerivedStateAwareResource.java:243)
	at org.eclipse.xtext.xbase.resource.BatchLinkableResource.getContents(BatchLinkableResource.java:148)
	at org.eclipse.xtext.ide.editor.contentassist.antlr.ContentAssistContextFactory.create(ContentAssistContextFactory.java:125)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.doCreateContexts(DelegatingContentAssistContextFactory.java:92)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.create(DelegatingContentAssistContextFactory.java:78)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory.create(DelegatingContentAssistContextFactory.java:55)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.createContentAssistContexts(CompletionProposalComputer.java:67)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor$1.createContentAssistContexts(RepeatedContentAssistProcessor.java:105)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:49)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:1)
	at org.eclipse.xtext.resource.OutdatedStateManager.exec(OutdatedStateManager.java:91)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.internalReadOnly(XtextDocument.java:524)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.priorityReadOnly(XtextDocument.java:488)
	at org.eclipse.xtext.ui.editor.model.XtextDocument.priorityReadOnly(XtextDocument.java:144)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:117)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:86)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:519)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:510)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:191)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:180)
	at org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.TypeReferenceTest.testChainTargetAssist(TypeReferenceTest.java:42)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.863 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.TypeReferenceTest
testSimpleTargetAssist(org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.TypeReferenceTest)  Time elapsed: 1.014 s
testChainTargetAssistWithPrefix(org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.TypeReferenceTest)  Time elapsed: 0.306 s
testChainTargetAssist(org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.TypeReferenceTest)  Time elapsed: 0.408 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.ImportAssistTest
25163 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model Test
26949 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model Test
27462 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model Test
27838 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.537 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.ImportAssistTest
testEPackageImportWithMissingEndApostrophe(org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.ImportAssistTest)  Time elapsed: 2.515 s
testEPackageImport(org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.ImportAssistTest)  Time elapsed: 0.869 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.VariableReferenceAssistTest
28606 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternutil
28609 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patterntest
28609 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model Test
28615 [main] ERROR org.eclipse.viatra.query  - Error initializing JvmElement
java.lang.NullPointerException
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.lambda$26(PatternQuerySpecificationClassInferrer.java:878)
	at org.eclipse.viatra.query.patternlanguage.emf.util.EMFJvmTypesBuilder.initializeSafely(EMFJvmTypesBuilder.java:37)
	at org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder.toClass(JvmTypesBuilder.java:389)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.inferQuerySpecificationInnerClasses(PatternQuerySpecificationClassInferrer.java:953)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.initializeSpecification(PatternQuerySpecificationClassInferrer.java:160)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternLanguageJvmModelInferrer.lambda$2(EMFPatternLanguageJvmModelInferrer.java:235)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator$1.run(JvmModelAssociator.java:397)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator.installDerivedState(JvmModelAssociator.java:407)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternJvmModelAssociator.installDerivedState(EMFPatternJvmModelAssociator.java:67)
	at org.eclipse.xtext.resource.DerivedStateAwareResource.installDerivedState(DerivedStateAwareResource.java:243)
	at org.eclipse.xtext.xbase.resource.BatchLinkableResource.getContents(BatchLinkableResource.java:148)
	at org.eclipse.xtext.ide.editor.contentassist.antlr.ContentAssistContextFactory.create(ContentAssistContextFactory.java:125)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.doCreateContexts(DelegatingContentAssistContextFactory.java:92)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.create(DelegatingContentAssistContextFactory.java:78)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory.create(DelegatingContentAssistContextFactory.java:55)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.createContentAssistContexts(CompletionProposalComputer.java:67)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor$1.createContentAssistContexts(RepeatedContentAssistProcessor.java:105)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:49)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:1)
	at org.eclipse.xtext.resource.OutdatedStateManager.exec(OutdatedStateManager.java:91)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.internalReadOnly(XtextDocument.java:524)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.priorityReadOnly(XtextDocument.java:488)
	at org.eclipse.xtext.ui.editor.model.XtextDocument.priorityReadOnly(XtextDocument.java:144)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:117)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:86)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:519)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:510)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:191)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:180)
	at org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.VariableReferenceAssistTest.testEPackageImport(VariableReferenceAssistTest.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
28639 [main] ERROR org.eclipse.viatra.query  - Error initializing JvmElement
java.lang.NullPointerException
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.lambda$26(PatternQuerySpecificationClassInferrer.java:878)
	at org.eclipse.viatra.query.patternlanguage.emf.util.EMFJvmTypesBuilder.initializeSafely(EMFJvmTypesBuilder.java:37)
	at org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder.toClass(JvmTypesBuilder.java:389)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.inferQuerySpecificationInnerClasses(PatternQuerySpecificationClassInferrer.java:953)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.PatternQuerySpecificationClassInferrer.initializeSpecification(PatternQuerySpecificationClassInferrer.java:160)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternLanguageJvmModelInferrer.lambda$2(EMFPatternLanguageJvmModelInferrer.java:235)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator$1.run(JvmModelAssociator.java:397)
	at org.eclipse.xtext.xbase.jvmmodel.JvmModelAssociator.installDerivedState(JvmModelAssociator.java:407)
	at org.eclipse.viatra.query.patternlanguage.emf.jvmmodel.EMFPatternJvmModelAssociator.installDerivedState(EMFPatternJvmModelAssociator.java:67)
	at org.eclipse.xtext.resource.DerivedStateAwareResource.installDerivedState(DerivedStateAwareResource.java:243)
	at org.eclipse.xtext.xbase.resource.BatchLinkableResource.getContents(BatchLinkableResource.java:148)
	at org.eclipse.xtext.ide.editor.contentassist.antlr.ContentAssistContextFactory.create(ContentAssistContextFactory.java:125)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.doCreateContexts(DelegatingContentAssistContextFactory.java:92)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory$StatefulFactory.create(DelegatingContentAssistContextFactory.java:78)
	at org.eclipse.xtext.ui.editor.contentassist.antlr.DelegatingContentAssistContextFactory.create(DelegatingContentAssistContextFactory.java:55)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.createContentAssistContexts(CompletionProposalComputer.java:67)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor$1.createContentAssistContexts(RepeatedContentAssistProcessor.java:105)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:49)
	at org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.exec(CompletionProposalComputer.java:1)
	at org.eclipse.xtext.resource.OutdatedStateManager.exec(OutdatedStateManager.java:91)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.internalReadOnly(XtextDocument.java:524)
	at org.eclipse.xtext.ui.editor.model.XtextDocument$XtextDocumentLocker.priorityReadOnly(XtextDocument.java:488)
	at org.eclipse.xtext.ui.editor.model.XtextDocument.priorityReadOnly(XtextDocument.java:144)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:117)
	at org.eclipse.xtext.ui.editor.contentassist.RepeatedContentAssistProcessor.computeCompletionProposals(RepeatedContentAssistProcessor.java:86)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:519)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.computeCompletionProposals(ContentAssistProcessorTestBuilder.java:510)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:191)
	at org.eclipse.xtext.ui.testing.ContentAssistProcessorTestBuilder.applyProposal(ContentAssistProcessorTestBuilder.java:180)
	at org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.VariableReferenceAssistTest.testEPackageImport(VariableReferenceAssistTest.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
	at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1468)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1441)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.VariableReferenceAssistTest
testEPackageImport(org.eclipse.viatra.query.patternlanguage.emf.tests.contentassist.VariableReferenceAssistTest)  Time elapsed: 0.502 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest
28837 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
28889 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
28965 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
28969 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29128 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29130 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29173 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29176 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29200 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29202 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29226 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29228 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29269 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29272 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29295 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29296 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29318 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29320 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29342 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29344 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29383 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29385 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29407 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29409 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29431 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29433 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29470 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29472 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29496 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29498 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29534 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29536 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29573 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29574 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29595 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29597 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29619 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29621 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29643 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29645 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29678 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29680 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29701 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29703 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
29723 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
29724 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
30920 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
30922 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.125 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest
multipleSymmetric(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.12 s
invalidKey(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.051 s
expressionVariableWithDescription(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.17 s
expressionInvalidFeature(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.028 s
invalidSymmetric(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.026 s
expressionInvalidParameterAttributeReferenced(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.043 s
expressionEmpty2(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.025 s
warningSeverity(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.023 s
stringKey(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.023 s
listVariableReferenceVariableSet(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.041 s
expressionInvalidParameterReferenced(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.024 s
expressionSimpleVariable(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.024 s
invalidSeverity(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.022 s
multipleKeys(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.042 s
mixedSymmetric(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.032 s
singleSymmetric(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.042 s
expressionEmptyReference(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.022 s
mixedKeys(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.024 s
invalidSymmetricString(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.024 s
expressionInvalidParameterAttributeNotReferenced(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.033 s
invalidKeyString(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.024 s
expressionInvalidParameterNotReferenced(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.021 s
expressionEmpty(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 0.021 s
expressionInDollars(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ConstraintAnnotationValidatorTest)  Time elapsed: 1.202 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest
30954 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
30956 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
30987 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
30989 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31010 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31012 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31033 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31034 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31076 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31078 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31100 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31102 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31122 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31124 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31144 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31164 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31194 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31196 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31219 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31220 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31240 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31242 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31278 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31279 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31300 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31301 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31322 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31324 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31343 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31345 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31373 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31374 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31395 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31397 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest
parameterTypeStringExpectedBoolFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.032 s
unknownAnnotationAttributeTogetherWithValid(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.025 s
parameterTypeUncheckedListFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.023 s
parameterTypeStringExpectedListFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.042 s
parameterTypeStringExpectedDoubleFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.026 s
missingRequiredAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.021 s
bothRequiredAndOptionalAttributeSet(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.021 s
parameterTypeStringExpectedVariableFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.047 s
parameterTypeUncheckedVariableFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.028 s
unknownAnnotationAttribute(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.022 s
parameterTypeStringExpectedIntFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.037 s
parameterTypeUncheckedDoubleFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.022 s
parameterTypeUncheckedIntFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.022 s
parameterTypeUncheckedStringFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.021 s
onlyRequiredAttributeSet(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.03 s
parameterTypeUncheckedBoolFound(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.022 s
unknownAnnotation(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.AnnotationValidatorTest)  Time elapsed: 0.02 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest
31421 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternbodies
31423 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31478 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternvariables
31479 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31504 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31506 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31531 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31533 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31555 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31556 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31584 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31585 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31605 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31606 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest
incorrectFeature(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest)  Time elapsed: 0.054 s
notVolatileFeature(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest)  Time elapsed: 0.025 s
ambiguousAnnotations(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest)  Time elapsed: 0.028 s
emptyFeatureName(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest)  Time elapsed: 0.025 s
multipleAnnotations(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest)  Time elapsed: 0.029 s
tooFewParameters(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest)  Time elapsed: 0.021 s
notFoundFeature(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.QueryBasedFeatureAnnotationValidatorTest)  Time elapsed: 0.022 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest
31632 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31633 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31669 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31671 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31690 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31691 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31711 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31712 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31731 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31732 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31764 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31765 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31784 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31786 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31804 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31806 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31824 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31826 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31844 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31846 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
31874 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for patternpattern2
31876 [main] DEBUG org.eclipse.viatra.query  - Inferring Jvm Model for Pattern model __synthetic0
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest
expressionInvalidFeature(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.021 s
expressionShortName(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.021 s
expressionFullName(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.021 s
expressionInvalidParameter1(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.02 s
expressionInvalidParameter2(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.02 s
labelExpressionFullNameUnescaped(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.033 s
labelExpressionFullName(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.021 s
expressionMismatch1(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.02 s
expressionMismatch2(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.02 s
expressionEmpty(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.03 s
expressionInDollars(org.eclipse.viatra.query.patternlanguage.emf.tests.annotations.ObservableValueAnnotationValidatorTest)  Time elapsed: 0.02 s
Running org.eclipse.viatra.query.patternlanguage.emf.tests.projects.DependencyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.783 s - in org.eclipse.viatra.query.patternlanguage.emf.tests.projects.DependencyTest
ensureDependency(org.eclipse.viatra.query.patternlanguage.emf.tests.projects.DependencyTest)  Time elapsed: 0.286 s
ensureSelfDependency(org.eclipse.viatra.query.patternlanguage.emf.tests.projects.DependencyTest)  Time elapsed: 0.196 s

Results:

Tests run: 84, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.patternlanguage.emf.ui.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.patternlanguage.emf.ui.tests-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.patternlanguage.emf.ui.tests ---
[INFO] 
[INFO] -----< org.eclipse.viatra:org.eclipse.viatra.query.runtime.tests >------
[INFO] Building org.eclipse.viatra.query.runtime.tests 2.9.0-SNAPSHOT [100/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944633528
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/classes
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/src/org/eclipse/viatra/query/runtime/tests/TablesTest.java:[184] 
	ITableWriterUnary writer = (ITableWriterUnary<?>) table;
	^^^^^^^^^^^^^^^^^
ITableWriterUnary is a raw type. References to generic type ITableWriterUnary<Value> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/src/org/eclipse/viatra/query/runtime/tests/TablesTest.java:[185] 
	return (direction, row) -> {writer.write(direction, row.get(0));};
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method write(Direction, Object) belongs to the raw type ITableWriterUnary. References to generic type ITableWriterUnary<Value> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/src/org/eclipse/viatra/query/runtime/tests/TablesTest.java:[188] 
	ITableWriterBinary writer = (ITableWriterBinary<?, ?>) table;
	^^^^^^^^^^^^^^^^^^
ITableWriterBinary is a raw type. References to generic type ITableWriterBinary<Source,Target> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/src/org/eclipse/viatra/query/runtime/tests/TablesTest.java:[189] 
	return (direction, row) -> {writer.write(direction, row.get(0), row.get(1));};
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method write(Direction, Object, Object) belongs to the raw type ITableWriterBinary. References to generic type ITableWriterBinary<Source,Target> should be parameterized
[WARNING] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/src/org/eclipse/viatra/query/runtime/tests/api/QueryEvaluationsHintTest.java:[189] 
	private void tryWithSurrogate(Callable payload) throws Exception {
	                              ^^^^^^^^
Callable is a raw type. References to generic type Callable<V> should be parameterized
5 problems (5 warnings)
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/../../jacoco/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/surefire.properties]
Running org.eclipse.viatra.query.runtime.tests.api.CoverageTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
PC[ExportedParameter:p] -> NOT_COVERED
PC[TypeConstraint::(scoped) http://www.eclipse.org/viatra/query/patternlanguage/emf/PatternLanguage/Pattern@T(p;)] -> NOT_COVERED
PQuery<org.eclipse.viatra.query.patternlanguage.emf.tests.p>=org.eclipse.viatra.query.patternlanguage.emf.specification.GenericEMFPatternPQuery@d709e0a -> NOT_COVERED
org.eclipse.viatra.query.runtime.matchers.psystem.PBody@747585af -> NOT_COVERED
PC[ExportedParameter:p] -> COVERED
PC[TypeConstraint::(scoped) http://www.eclipse.org/viatra/query/patternlanguage/emf/PatternLanguage/Pattern@T(p;)] -> COVERED
org.eclipse.viatra.query.runtime.matchers.psystem.PBody@747585af -> COVERED
PQuery<org.eclipse.viatra.query.patternlanguage.emf.tests.p>=org.eclipse.viatra.query.patternlanguage.emf.specification.GenericEMFPatternPQuery@d709e0a -> COVERED
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.046 s - in org.eclipse.viatra.query.runtime.tests.api.CoverageTest
coverageTest(org.eclipse.viatra.query.runtime.tests.api.CoverageTest)  Time elapsed: 3.081 s
Running org.eclipse.viatra.query.runtime.tests.api.QueryEngineTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.viatra.query.runtime.tests.api.QueryEngineTest
duplicateFQNTest(org.eclipse.viatra.query.runtime.tests.api.QueryEngineTest)  Time elapsed: 0.298 s
Running org.eclipse.viatra.query.runtime.tests.api.RewriterTraceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.viatra.query.runtime.tests.api.RewriterTraceTest
traceTest(org.eclipse.viatra.query.runtime.tests.api.RewriterTraceTest)  Time elapsed: 0.13 s
Running org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.565 s - in org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest
testSurrogateUsageRete(org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest)  Time elapsed: 0.387 s
testEngineWideLocalSearch(org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest)  Time elapsed: 0.269 s
testSurrogateUsageLSConsult(org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest)  Time elapsed: 0.258 s
testRete(org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest)  Time elapsed: 0.146 s
testReteOverridesLS(org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest)  Time elapsed: 0.084 s
testSurrogateUsageLSDefault(org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest)  Time elapsed: 0.151 s
testSurrogateUsageLSNoConsult(org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest)  Time elapsed: 0.165 s
testLocalSearch(org.eclipse.viatra.query.runtime.tests.api.QueryEvaluationsHintTest)  Time elapsed: 0.103 s
Running org.eclipse.viatra.query.runtime.tests.dynamic.EverythingDynamicTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.viatra.query.runtime.tests.dynamic.EverythingDynamicTest
dynamicLSNoBase(org.eclipse.viatra.query.runtime.tests.dynamic.EverythingDynamicTest)  Time elapsed: 0.019 s
dynamicRete(org.eclipse.viatra.query.runtime.tests.dynamic.EverythingDynamicTest)  Time elapsed: 0.004 s
dynamicLS(org.eclipse.viatra.query.runtime.tests.dynamic.EverythingDynamicTest)  Time elapsed: 0.003 s
Running org.eclipse.viatra.query.runtime.tests.registry.QuerySpecificationRegistryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.156 s - in org.eclipse.viatra.query.runtime.tests.registry.QuerySpecificationRegistryTest
simpleViewTest(org.eclipse.viatra.query.runtime.tests.registry.QuerySpecificationRegistryTest)  Time elapsed: 0.002 s
querySpecificationTest(org.eclipse.viatra.query.runtime.tests.registry.QuerySpecificationRegistryTest)  Time elapsed: 0.151 s
extensionBasedRegistryTest(org.eclipse.viatra.query.runtime.tests.registry.QuerySpecificationRegistryTest) skipped
emptyRegistryTest(org.eclipse.viatra.query.runtime.tests.registry.QuerySpecificationRegistryTest)  Time elapsed: 0 s
simpleConnectorTest(org.eclipse.viatra.query.runtime.tests.registry.QuerySpecificationRegistryTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.tests.FunctionalDependencyHelperTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.viatra.query.runtime.tests.FunctionalDependencyHelperTest
testProject(org.eclipse.viatra.query.runtime.tests.FunctionalDependencyHelperTest)  Time elapsed: 0.002 s
testClosureOfEmptyAttributeSet(org.eclipse.viatra.query.runtime.tests.FunctionalDependencyHelperTest)  Time elapsed: 0 s
testClosureOf(org.eclipse.viatra.query.runtime.tests.FunctionalDependencyHelperTest)  Time elapsed: 0 s
testClosureOfEmptyDependencySet(org.eclipse.viatra.query.runtime.tests.FunctionalDependencyHelperTest)  Time elapsed: 0 s
testClosureOfEmptyAttributeSetEmptyDependencySet(org.eclipse.viatra.query.runtime.tests.FunctionalDependencyHelperTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.tests.LazyTimelyMemoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.viatra.query.runtime.tests.LazyTimelyMemoryTest
testComplexPlateaus(org.eclipse.viatra.query.runtime.tests.LazyTimelyMemoryTest)  Time elapsed: 0.005 s
testSinglePlateau(org.eclipse.viatra.query.runtime.tests.LazyTimelyMemoryTest)  Time elapsed: 0 s
testSinglePlateauBuildUpBreakDown(org.eclipse.viatra.query.runtime.tests.LazyTimelyMemoryTest)  Time elapsed: 0 s
testSinglePlateauAndUpEdge(org.eclipse.viatra.query.runtime.tests.LazyTimelyMemoryTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.tests.TestEMFScope
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.viatra.query.runtime.tests.TestEMFScope
multipleResourceSets(org.eclipse.viatra.query.runtime.tests.TestEMFScope)  Time elapsed: 0.095 s
eListSet(org.eclipse.viatra.query.runtime.tests.TestEMFScope)  Time elapsed: 0.1 s
Running org.eclipse.viatra.query.runtime.tests.MemoriesTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.viatra.query.runtime.tests.MemoriesTest
setMemorySeq1[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.005 s
setMemorySeq2[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.003 s
setMemorySeq3[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.001 s
setMemorySeq4[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0 s
multisetSeq1[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.003 s
multisetSeq2[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.004 s
multisetSeq3[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.003 s
multisetSeq4[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0 s
deltaMemorySeq1[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.022 s
deltaMemorySeq2[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.003 s
deltaMemorySeq3[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.002 s
deltaMemorySeq4[0: class java.lang.Object storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.001 s
setMemorySeq1[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.013 s
setMemorySeq2[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.003 s
setMemorySeq3[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.001 s
setMemorySeq4[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.001 s
multisetSeq1[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.001 s
multisetSeq2[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.002 s
multisetSeq3[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0.001 s
multisetSeq4[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0 s
deltaMemorySeq1[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0 s
deltaMemorySeq2[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0 s
deltaMemorySeq3[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0 s
deltaMemorySeq4[1: class java.lang.Long storage](org.eclipse.viatra.query.runtime.tests.MemoriesTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.tests.TablesTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s - in org.eclipse.viatra.query.runtime.tests.TablesTest
tableSeq1[0: arity 1, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.SimpleUnaryTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.012 s
tableSeq2[0: arity 1, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.SimpleUnaryTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.005 s
tableSeq1[1: arity 1, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.DefaultIndexTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.007 s
tableSeq2[1: arity 1, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.DefaultIndexTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.004 s
tableSeq1[2: arity 2, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.SimpleBinaryTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.034 s
tableSeq2[2: arity 2, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.SimpleBinaryTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.007 s
tableSeq1[3: arity 2, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.DefaultIndexTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.005 s
tableSeq2[3: arity 2, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.DefaultIndexTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.004 s
tableSeq1[4: arity 3, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.DefaultIndexTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.009 s
tableSeq2[4: arity 3, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.DefaultIndexTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.008 s
tableSeq1[5: arity 3, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.DisjointUnionTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.014 s
tableSeq2[5: arity 3, class class org.eclipse.viatra.query.runtime.matchers.scopes.tables.DisjointUnionTable](org.eclipse.viatra.query.runtime.tests.TablesTest)  Time elapsed: 0.01 s
Running org.eclipse.viatra.query.runtime.tests.TupleTest
Tests run: 36, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.039 s - in org.eclipse.viatra.query.runtime.tests.TupleTest
testFlatTuples[0](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0.001 s
testVolatileTuples[0](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testMasks[0](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0.024 s
testLeftInheritanceTuples[0](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testToImmutable[0](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
simpleMaskTest[0](org.eclipse.viatra.query.runtime.tests.TupleTest) skipped
testFlatTuples[1](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testVolatileTuples[1](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testMasks[1](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testLeftInheritanceTuples[1](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testToImmutable[1](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
simpleMaskTest[1](org.eclipse.viatra.query.runtime.tests.TupleTest) skipped
testFlatTuples[2](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0.001 s
testVolatileTuples[2](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testMasks[2](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testLeftInheritanceTuples[2](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testToImmutable[2](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
simpleMaskTest[2](org.eclipse.viatra.query.runtime.tests.TupleTest) skipped
testFlatTuples[3](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testVolatileTuples[3](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testMasks[3](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testLeftInheritanceTuples[3](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testToImmutable[3](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0.001 s
simpleMaskTest[3](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testFlatTuples[4](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testVolatileTuples[4](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testMasks[4](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testLeftInheritanceTuples[4](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testToImmutable[4](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
simpleMaskTest[4](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0.001 s
testFlatTuples[5](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testVolatileTuples[5](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testMasks[5](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testLeftInheritanceTuples[5](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
testToImmutable[5](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s
simpleMaskTest[5](org.eclipse.viatra.query.runtime.tests.TupleTest)  Time elapsed: 0 s

Results:

Tests run: 102, Failures: 0, Errors: 0, Skipped: 4

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.tests-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.tests ---
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.query.runtime.cps.tests >----
[INFO] Building org.eclipse.viatra.query.runtime.cps.tests 2.9.0-SNAPSHOT [101/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src-gen (includes = [], excludes = [.gitignore])
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944646779
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Adding project dependencies to classpath
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'CrossResourceContainmentTestQuery.vql'
[INFO] Starting validation for input: 'CrossResourceReferenceTestQuery.vql'
[INFO] Starting validation for input: 'ExpressionEvaluation.vql'
[WARNING] WARNING:Impure method call java.util.HashSet.add (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/ExpressionEvaluation.vql line : 21 column : 13)
[INFO] Starting validation for input: 'FlattenerPredicateQueries.vql'
[INFO] Starting validation for input: 'LiteralUsage.vql'
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/LiteralUsage.vql line : 52 column : 2)
[INFO] Starting validation for input: 'TransitiveClosureQueries.vql'
[INFO] Starting validation for input: 'Types.vql'
[WARNING] WARNING:Type not defined for variable obj, inferred type http://org.eclipse.viatra/model/cps::Identifiable is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/Types.vql line : 14 column : 25)
[WARNING] WARNING:Type not defined for variable obj, inferred type http://org.eclipse.viatra/model/cps::Identifiable is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/Types.vql line : 18 column : 23)
[WARNING] WARNING:Type not defined for variable id, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/Types.vql line : 18 column : 28)
[WARNING] WARNING:Type not defined for variable str, inferred type java.lang.String is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/Types.vql line : 28 column : 18)
[INFO] Starting validation for input: 'a_third.vql'
[INFO] Starting validation for input: 'aggregators.vql'
[WARNING] WARNING:Aggregating feature chains might provide unexpected results. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/aggregators.vql line : 18 column : 7)
[WARNING] WARNING:Aggregating feature chains might provide unexpected results. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/aggregators.vql line : 25 column : 7)
[WARNING] WARNING:Aggregating feature chains might provide unexpected results. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/aggregators.vql line : 33 column : 7)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [s][n][c] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/aggregators.vql line : 36 column : 34)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [n][s][c] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/aggregators.vql line : 42 column : 42)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [hostInst][appInst][CT] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/aggregators.vql line : 104 column : 85)
[INFO] Starting validation for input: 'b_second.vql'
[INFO] Starting validation for input: 'backendSelectionQueries.vql'
[INFO] Starting validation for input: 'c_first.vql'
[INFO] Starting validation for input: 'cpsValidationRules.vql'
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/cpsValidationRules.vql line : 27 column : 2)
[INFO] Starting validation for input: 'danglingTestQueries.vql'
[WARNING] WARNING:Type not defined for variable state1, inferred type http://org.eclipse.viatra/model/cps::State is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/danglingTestQueries.vql line : 13 column : 23)
[WARNING] WARNING:Type not defined for variable state2, inferred type http://org.eclipse.viatra/model/cps::State is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/danglingTestQueries.vql line : 13 column : 31)
[WARNING] WARNING:Type not defined for variable state1, inferred type http://org.eclipse.viatra/model/cps::State is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/danglingTestQueries.vql line : 21 column : 23)
[WARNING] WARNING:Type not defined for variable state2, inferred type http://org.eclipse.viatra/model/cps::State is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/danglingTestQueries.vql line : 21 column : 31)
[WARNING] WARNING:Type not defined for variable transition1, inferred type http://org.eclipse.viatra/model/cps::Transition is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/danglingTestQueries.vql line : 26 column : 33)
[WARNING] WARNING:Type not defined for variable transition2, inferred type http://org.eclipse.viatra/model/cps::Transition is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/danglingTestQueries.vql line : 26 column : 46)
[INFO] Starting validation for input: 'errorHandling.vql'
[INFO] Starting validation for input: 'flattenedPatternCall.vql'
[INFO] Starting validation for input: 'functionalDependencies.vql'
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [obj2, id2][obj1, id1][result] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/functionalDependencies.vql line : 26 column : 86)
[INFO] Starting validation for input: 'localsearchPlannerTests.vql'
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [c][at2, at1][ai] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/localsearchPlannerTests.vql line : 27 column : 96)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [ai, at1][c][at2] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/localsearchPlannerTests.vql line : 33 column : 113)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [at2][c][ai, at1] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/localsearchPlannerTests.vql line : 43 column : 112)
[WARNING] WARNING:The pattern body contains isolated constraints ("cartesian products") that can lead to severe performance and memory footprint issues. The independent partitions are: [at1][at2]. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/localsearchPlannerTests.vql line : 71 column : 65)
[INFO] Starting validation for input: 'otherTests.vql'
[WARNING] WARNING:Type not defined for variable notApplicationInstance, inferred type http://org.eclipse.viatra/model/cps::Identifiable is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/otherTests.vql line : 18 column : 44)
[WARNING] WARNING:Type not defined for variable notApplicationInstance, inferred type http://org.eclipse.viatra/model/cps::Identifiable is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/otherTests.vql line : 44 column : 52)
[INFO] Starting validation for input: 'reachability.vql'
[WARNING] WARNING:Recursive pattern call: allDependencies -> allDependencies (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/reachability.vql line : 23 column : 7)
[INFO] Starting validation for input: 'recursiveQueries.vql'
[WARNING] WARNING:Recursive pattern call: increasingAlphabeticalCommunicationChainRec -> increasingAlphabeticalCommunicationChainRec (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/recursiveQueries.vql line : 30 column : 7)
[WARNING] WARNING:Recursive pattern call: communicationPartners -> communicationPartners (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/recursiveQueries.vql line : 45 column : 7)
[INFO] Starting validation for input: 'simpleCpsQueries.vql'
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [AT2, M][N, AT1] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/simpleCpsQueries.vql line : 173 column : 3)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [HI1, N][HI2, M] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/simpleCpsQueries.vql line : 207 column : 3)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [HI1, N][M, HI2] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/simpleCpsQueries.vql line : 231 column : 3)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [M, HI2][HI1, N] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/simpleCpsQueries.vql line : 240 column : 3)
[WARNING] WARNING:Unknown annotation ObservableValue (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/simpleCpsQueries.vql line : 253 column : 2)
[WARNING] WARNING:Unknown annotation ObservableValue (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/simpleCpsQueries.vql line : 254 column : 2)
[WARNING] WARNING:Unknown annotation ObservableValue (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/simpleCpsQueries.vql line : 255 column : 2)
[WARNING] WARNING:Unknown annotation ObservableValue (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/simpleCpsQueries.vql line : 256 column : 2)
[INFO] Starting validation for input: 'trickyJoin.vql'
[WARNING] WARNING:Type not defined for variable ht, inferred type http://org.eclipse.viatra/model/cps::HostType is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 15 column : 21)
[WARNING] WARNING:Type not defined for variable ins1, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 22 column : 21)
[WARNING] WARNING:Type not defined for variable ins2, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 22 column : 27)
[WARNING] WARNING:Type not defined for variable cartesian, inferred type http://org.eclipse.viatra/model/cps::CyberPhysicalSystem is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 22 column : 33)
[WARNING] WARNING:The pattern body contains isolated constraints ("cartesian products") that can lead to severe performance and memory footprint issues. The independent partitions are: [ins2, ins1][cartesian]. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 22 column : 46)
[WARNING] WARNING:Type not defined for variable ins1, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 28 column : 21)
[WARNING] WARNING:Type not defined for variable ins2, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 28 column : 27)
[WARNING] WARNING:Type not defined for variable cartes, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 28 column : 33)
[WARNING] WARNING:Type not defined for variable ian, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 28 column : 41)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [ins2, ins1][cartes, ian] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 28 column : 48)
[WARNING] WARNING:Type not defined for variable ins1, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 35 column : 21)
[WARNING] WARNING:Type not defined for variable ins2, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 35 column : 27)
[WARNING] WARNING:Type not defined for variable ins3, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 35 column : 33)
[WARNING] WARNING:Type not defined for variable cartes, inferred type http://org.eclipse.viatra/model/cps::CyberPhysicalSystem is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 35 column : 39)
[WARNING] WARNING:Type not defined for variable ian, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 35 column : 47)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [ian, cartes][ins2, ins1, ins3] (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 35 column : 54)
[WARNING] WARNING:Type not defined for variable id, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 42 column : 21)
[WARNING] WARNING:Type not defined for variable id, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 46 column : 21)
[WARNING] WARNING:Type not defined for variable ins1, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 57 column : 17)
[WARNING] WARNING:Type not defined for variable ins2, inferred type http://www.eclipse.org/emf/2002/Ecore::EString is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/trickyJoin.vql line : 57 column : 23)
[INFO] Starting validation for input: 'unnamedVariables.vql'
[WARNING] WARNING:Type not defined for variable DR, inferred type http://www.eclipse.org/emf/2002/Ecore::EInt is used instead. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/unnamedVariables.vql line : 17 column : 2)
[INFO] Starting validation for input: 'variablesEquality.vql'
[WARNING] WARNING:The pattern body contains isolated constraints ("cartesian products") that can lead to severe performance and memory footprint issues. The independent partitions are: [a2][a1]. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/queries/variablesEquality.vql line : 37 column : 69)
[INFO] Starting generator for input: 'CrossResourceContainmentTestQuery.vql'
[INFO] Starting generator for input: 'CrossResourceReferenceTestQuery.vql'
[INFO] Starting generator for input: 'ExpressionEvaluation.vql'
[INFO] Starting generator for input: 'FlattenerPredicateQueries.vql'
[INFO] Starting generator for input: 'LiteralUsage.vql'
[INFO] Starting generator for input: 'TransitiveClosureQueries.vql'
[INFO] Starting generator for input: 'Types.vql'
[INFO] Starting generator for input: 'a_third.vql'
[INFO] Starting generator for input: 'aggregators.vql'
[INFO] Starting generator for input: 'b_second.vql'
[INFO] Starting generator for input: 'backendSelectionQueries.vql'
[INFO] Starting generator for input: 'c_first.vql'
[INFO] Starting generator for input: 'cpsValidationRules.vql'
[INFO] Starting generator for input: 'danglingTestQueries.vql'
[INFO] Starting generator for input: 'errorHandling.vql'
[INFO] Starting generator for input: 'flattenedPatternCall.vql'
[INFO] Starting generator for input: 'functionalDependencies.vql'
[INFO] Starting generator for input: 'localsearchPlannerTests.vql'
[INFO] Starting generator for input: 'otherTests.vql'
[INFO] Starting generator for input: 'reachability.vql'
[INFO] Starting generator for input: 'recursiveQueries.vql'
[INFO] Starting generator for input: 'simpleCpsQueries.vql'
[INFO] Starting generator for input: 'trickyJoin.vql'
[INFO] Starting generator for input: 'unnamedVariables.vql'
[INFO] Starting generator for input: 'variablesEquality.vql'
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[WARNING] 
WARNING: 	BasicCpsTest.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/org/eclipse/viatra/query/runtime/cps/tests/BasicCpsTest.xtend
269: IQuerySpecification is a raw type. References to generic type IQuerySpecification<Matcher> should be parameterized
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Compiling 553 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/../../jacoco/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/surefire.properties]
Running org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest
Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.098 s - in org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.723 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.015 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.064 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.031 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.091 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.018 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.011 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.045 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.307 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.017 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.017 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.009 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.014 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.032 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.022 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.008 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.026 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.011 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.033 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.013 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.009 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.252 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.008 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.018 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.017 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.008 s
recomputePlanTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.009 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.02 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.006 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.033 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.014 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.019 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.012 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.007 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.006 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.32 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.029 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.012 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.007 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.016 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.007 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.06 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.006 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.026 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.007 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.01 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.009 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.007 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.302 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.006 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.01 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.017 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.006 s
recomputePlanTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.RecomputeSearchPlanTest)  Time elapsed: 0.007 s
Running org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerProfilerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerProfilerTest
testWithProfilerUnmentioned(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerProfilerTest)  Time elapsed: 0.001 s
testWithProfilerStateChanges(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerProfilerTest)  Time elapsed: 0.032 s
testWithProfilerOff(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerProfilerTest)  Time elapsed: 0.001 s
testWithProfilerEnabled(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerProfilerTest)  Time elapsed: 0.01 s
testWithProfilerDisabled(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerProfilerTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest
enumLiteralTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.151 s
booleanFalseTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.019 s
booleanTrueTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.013 s
enumLiteralTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.008 s
booleanFalseTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.007 s
booleanTrueTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.007 s
enumLiteralTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.009 s
booleanFalseTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.007 s
booleanTrueTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.007 s
enumLiteralTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.014 s
booleanFalseTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.027 s
booleanTrueTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.006 s
enumLiteralTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.007 s
booleanFalseTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.007 s
booleanTrueTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralValuesTest)  Time elapsed: 0.006 s
Running org.eclipse.viatra.query.runtime.cps.tests.BaseIndexWildcardModePropagationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s - in org.eclipse.viatra.query.runtime.cps.tests.BaseIndexWildcardModePropagationTest
testProxyResolution(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexWildcardModePropagationTest) skipped
Running org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest
flattenedPatternCallTest[0](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.008 s
flattenedPatternCallTest[1](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.009 s
flattenedPatternCallTest[2](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.005 s
flattenedPatternCallTest[3](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.005 s
flattenedPatternCallTest[4](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.019 s
flattenedPatternCallTest[5](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.004 s
flattenedPatternCallTest[6](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.005 s
flattenedPatternCallTest[7](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.005 s
flattenedPatternCallTest[8](org.eclipse.viatra.query.runtime.cps.tests.FlattenerPredicateTest)  Time elapsed: 0.004 s
Running org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationSumAggregatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationSumAggregatorTest
testSumPriority_Neutralchange(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationSumAggregatorTest)  Time elapsed: 0.088 s
testSumPriority_SameInnerGroup(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationSumAggregatorTest)  Time elapsed: 0.019 s
testSumPriority_Addition_NewGroup(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationSumAggregatorTest)  Time elapsed: 0.018 s
testSumPriority_SameOuterGroup(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationSumAggregatorTest)  Time elapsed: 0.017 s
testSumPriority_ZeroedOutchange(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationSumAggregatorTest)  Time elapsed: 0.042 s
Running org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest
flattenedPatternCallTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.017 s
flattenedPatternCallTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.009 s
flattenedPatternCallTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.045 s
flattenedPatternCallTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.015 s
flattenedPatternCallTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.013 s
flattenedPatternCallTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.011 s
flattenedPatternCallTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.013 s
flattenedPatternCallTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.006 s
flattenedPatternCallTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.008 s
flattenedPatternCallTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.007 s
flattenedPatternCallTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.033 s
flattenedPatternCallTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.008 s
flattenedPatternCallTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.01 s
flattenedPatternCallTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.01 s
flattenedPatternCallTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.01 s
flattenedPatternCallTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.01 s
flattenedPatternCallTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.01 s
flattenedPatternCallTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.009 s
flattenedPatternCallTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.034 s
flattenedPatternCallTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.FlattenedPatternCallCpsTest)  Time elapsed: 0.009 s
Running org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest
invalidInferredParameterTypeEmbedded2[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.044 s
invalidInferredParameterTypeEmbedded3[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.048 s
notOneInstance[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.048 s
variableEqualityTest[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.045 s
unifiedParametersWithDifferentValues2Test[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.108 s
multipleEvals[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.038 s
argumentsUnifiedByCaller[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.058 s
partiallyUnboundUnifiedExportedParametersTest[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.045 s
enumNotEqualsTest[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.069 s
useVarInEval[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.083 s
unifiedParametersWithDifferentValuesTest[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.06 s
invalidInferredParameterTypeEmbedded[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.055 s
invalidInferredParameterType[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.034 s
invalidInferredParameterType2[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.055 s
invalidInferredParameterType3[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.VariableEqualityCpsTest)  Time elapsed: 0.022 s
Running org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest
Tests run: 180, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.321 s - in org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.015 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.02 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.01 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.011 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.01 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.024 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.01 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.002 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.031 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.012 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.025 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.015 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.01 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.011 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.025 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.025 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.022 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.01 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.017 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.002 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.026 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.017 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.01 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.019 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.01 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.019 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.012 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.018 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.008 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorComparisonTest)  Time elapsed: 0.003 s
Running org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.371 s - in org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest
test_trickyJoin[0: org.eclipse.viatra.query.runtime.cps.tests.queries.helper](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest)  Time elapsed: 0.242 s
test_trickyJoin[1: org.eclipse.viatra.query.runtime.cps.tests.queries.helper2](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest)  Time elapsed: 0.234 s
test_trickyJoin[2: org.eclipse.viatra.query.runtime.cps.tests.queries.trickyJoin1](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest)  Time elapsed: 0.209 s
test_trickyJoin[3: org.eclipse.viatra.query.runtime.cps.tests.queries.trickyJoin2](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest)  Time elapsed: 0.252 s
test_trickyJoin[4: org.eclipse.viatra.query.runtime.cps.tests.queries.trickyJoin3](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest)  Time elapsed: 7.588 s
test_trickyJoin[5: org.eclipse.viatra.query.runtime.cps.tests.queries.trickyJoin4](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest)  Time elapsed: 0.507 s
test_trickyJoin[6: org.eclipse.viatra.query.runtime.cps.tests.queries.trickyJoin5](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest)  Time elapsed: 0.143 s
test_trickyJoin[7: org.eclipse.viatra.query.runtime.cps.tests.queries.trickyJoin6](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationTrickyJoinTest)  Time elapsed: 0.16 s
Running org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest
crossContTest_1[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.005 s
crossContTest_2[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.002 s
crossContTest_3[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.001 s
crossContTest_4[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.001 s
crossContTest_1[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.001 s
crossContTest_2[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.001 s
crossContTest_3[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.001 s
crossContTest_4[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.001 s
crossContTest_1[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0 s
crossContTest_2[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0 s
crossContTest_3[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.001 s
crossContTest_4[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceContainmentTest)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.runtime.cps.tests.ErrorHandlingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.viatra.query.runtime.cps.tests.ErrorHandlingTest
testDivisionByZeroInCheck(org.eclipse.viatra.query.runtime.cps.tests.ErrorHandlingTest)  Time elapsed: 0.013 s
testDivisionByZeroInEval(org.eclipse.viatra.query.runtime.cps.tests.ErrorHandlingTest)  Time elapsed: 0.007 s
Running org.eclipse.viatra.query.runtime.cps.tests.TypesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.185 s - in org.eclipse.viatra.query.runtime.cps.tests.TypesTest
testIdentifierEString(org.eclipse.viatra.query.runtime.cps.tests.TypesTest)  Time elapsed: 0.044 s
testIdentifierJString(org.eclipse.viatra.query.runtime.cps.tests.TypesTest)  Time elapsed: 0.041 s
testIdentifierAny(org.eclipse.viatra.query.runtime.cps.tests.TypesTest)  Time elapsed: 0.054 s
testNonceEStringRete(org.eclipse.viatra.query.runtime.cps.tests.TypesTest) skipped
testNonceJString(org.eclipse.viatra.query.runtime.cps.tests.TypesTest)  Time elapsed: 0.026 s
testNonceAny(org.eclipse.viatra.query.runtime.cps.tests.TypesTest)  Time elapsed: 0.02 s
Running org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAPITest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAPITest
testStreamValues1(org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAPITest)  Time elapsed: 0.005 s
testStreamValues2(org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAPITest)  Time elapsed: 0.005 s
testStreamMatches(org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAPITest)  Time elapsed: 0.003 s
testOneArbitraryMatchNotFound(org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAPITest)  Time elapsed: 0.004 s
testOneArbitraryMatchSuccess(org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAPITest)  Time elapsed: 0.003 s
Running org.eclipse.viatra.query.runtime.cps.tests.api.QueryEngineAPITest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.viatra.query.runtime.cps.tests.api.QueryEngineAPITest
testListenerAddition1(org.eclipse.viatra.query.runtime.cps.tests.api.QueryEngineAPITest)  Time elapsed: 0.007 s
testListenerAddition2(org.eclipse.viatra.query.runtime.cps.tests.api.QueryEngineAPITest)  Time elapsed: 0.003 s
testListenerAddition3(org.eclipse.viatra.query.runtime.cps.tests.api.QueryEngineAPITest)  Time elapsed: 0.005 s
Running org.eclipse.viatra.query.runtime.cps.tests.api.DynamicModeTest
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.18 s - in org.eclipse.viatra.query.runtime.cps.tests.api.DynamicModeTest
testNonDynamicMatching(org.eclipse.viatra.query.runtime.cps.tests.api.DynamicModeTest)  Time elapsed: 2.343 s
testDynamicMatching(org.eclipse.viatra.query.runtime.cps.tests.api.DynamicModeTest)  Time elapsed: 0.245 s
Running org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest
testExpectedBackendClass[DEFAULT - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.DefaultBackendQuerySpecification@89f7017](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.009 s
testExpectedBackendClass[RETE - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.DefaultBackendQuerySpecification@89f7017](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.004 s
testExpectedBackendClass[LS - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.DefaultBackendQuerySpecification@89f7017](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.022 s
testExpectedBackendClass[LS-Generic - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.DefaultBackendQuerySpecification@89f7017](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.004 s
testExpectedBackendClass[LS-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.DefaultBackendQuerySpecification@89f7017](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.004 s
testExpectedBackendClass[LS-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.DefaultBackendQuerySpecification@89f7017](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[Rete-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.DefaultBackendQuerySpecification@89f7017](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[DEFAULT - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.IncrementalBackendQuerySpecification@6c9ab1bd](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.005 s
testExpectedBackendClass[RETE - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.IncrementalBackendQuerySpecification@6c9ab1bd](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[LS - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.IncrementalBackendQuerySpecification@6c9ab1bd](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[LS-Generic - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.IncrementalBackendQuerySpecification@6c9ab1bd](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[LS-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.IncrementalBackendQuerySpecification@6c9ab1bd](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[LS-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.IncrementalBackendQuerySpecification@6c9ab1bd](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[Rete-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.IncrementalBackendQuerySpecification@6c9ab1bd](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[DEFAULT - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.SearchBackendQuerySpecification@6da1608c](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.004 s
testExpectedBackendClass[RETE - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.SearchBackendQuerySpecification@6da1608c](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[LS - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.SearchBackendQuerySpecification@6da1608c](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[LS-Generic - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.SearchBackendQuerySpecification@6da1608c](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[LS-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.SearchBackendQuerySpecification@6da1608c](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.004 s
testExpectedBackendClass[LS-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.SearchBackendQuerySpecification@6da1608c](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
testExpectedBackendClass[Rete-Caching - org.eclipse.viatra.query.runtime.cps.tests.queries.api.util.SearchBackendQuerySpecification@6da1608c](org.eclipse.viatra.query.runtime.cps.tests.api.MatcherAccessTest)  Time elapsed: 0.003 s
Running org.eclipse.viatra.query.runtime.cps.tests.api.GenericMatcherTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in org.eclipse.viatra.query.runtime.cps.tests.api.GenericMatcherTest
correctParsedPatternExecutionTest(org.eclipse.viatra.query.runtime.cps.tests.api.GenericMatcherTest)  Time elapsed: 0.152 s
erroneousParsedPatternExecutionTest(org.eclipse.viatra.query.runtime.cps.tests.api.GenericMatcherTest)  Time elapsed: 0.17 s
Running org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerUnsetTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerUnsetTest
test_setUnsetManyValueFeature(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerUnsetTest)  Time elapsed: 0.001 s
test_unsetSingleFeature(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerUnsetTest)  Time elapsed: 0.001 s
test_unsetManyValueFeature(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerUnsetTest)  Time elapsed: 0 s
test_setUnsetSingleFeature(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerUnsetTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.cps.tests.LocalSearchPlanCostOverflowTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.viatra.query.runtime.cps.tests.LocalSearchPlanCostOverflowTest
costOverFlowTest(org.eclipse.viatra.query.runtime.cps.tests.LocalSearchPlanCostOverflowTest)  Time elapsed: 0.056 s
Running org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest
negativeIntegerTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.009 s
negativeLongTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.008 s
negativeLongWithCheckTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.008 s
zeroLongWithCheckTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.018 s
zeroLongTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.007 s
negativeIntegerWithCheckTest[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.008 s
negativeIntegerTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeLongTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeLongWithCheckTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
zeroLongWithCheckTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
zeroLongTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.002 s
negativeIntegerWithCheckTest[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.002 s
negativeIntegerTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeLongTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeLongWithCheckTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
zeroLongWithCheckTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
zeroLongTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeIntegerWithCheckTest[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeIntegerTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.002 s
negativeLongTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeLongWithCheckTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.002 s
zeroLongWithCheckTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
zeroLongTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeIntegerWithCheckTest[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeIntegerTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.002 s
negativeLongTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
negativeLongWithCheckTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.002 s
zeroLongWithCheckTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.003 s
zeroLongTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.002 s
negativeIntegerWithCheckTest[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LiteralNumbersTest)  Time elapsed: 0.002 s
Running org.eclipse.viatra.query.runtime.cps.tests.RecursionCpsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.eclipse.viatra.query.runtime.cps.tests.RecursionCpsTest
staticTransitiveClosureTest(org.eclipse.viatra.query.runtime.cps.tests.RecursionCpsTest)  Time elapsed: 0.037 s
removeCommunicationRecursionTest(org.eclipse.viatra.query.runtime.cps.tests.RecursionCpsTest)  Time elapsed: 0.052 s
staticRecursionTest(org.eclipse.viatra.query.runtime.cps.tests.RecursionCpsTest)  Time elapsed: 0.014 s
removeCommunicationTransitiveClosureTest(org.eclipse.viatra.query.runtime.cps.tests.RecursionCpsTest)  Time elapsed: 0.026 s
Running org.eclipse.viatra.query.runtime.cps.tests.MatcherAPITest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.viatra.query.runtime.cps.tests.MatcherAPITest
testStreamValues1(org.eclipse.viatra.query.runtime.cps.tests.MatcherAPITest)  Time elapsed: 0.004 s
testStreamValues2(org.eclipse.viatra.query.runtime.cps.tests.MatcherAPITest)  Time elapsed: 0.006 s
testStreamMatches(org.eclipse.viatra.query.runtime.cps.tests.MatcherAPITest)  Time elapsed: 0.014 s
testOneArbitraryMatchNotFound(org.eclipse.viatra.query.runtime.cps.tests.MatcherAPITest)  Time elapsed: 0.004 s
testOneArbitraryMatchSuccess(org.eclipse.viatra.query.runtime.cps.tests.MatcherAPITest)  Time elapsed: 0.003 s
Running org.eclipse.viatra.query.runtime.cps.tests.AggregatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.viatra.query.runtime.cps.tests.AggregatorTest
testHasOddApplications[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorTest)  Time elapsed: 0.054 s
testMinCPU1[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorTest)  Time elapsed: 0.017 s
testMinCPU2[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorTest)  Time elapsed: 0.022 s
testMinCPU3[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorTest)  Time elapsed: 0.026 s
testSumCPU[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AggregatorTest)  Time elapsed: 0.014 s
Running org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest
crossRefTest_1[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.005 s
crossRefTest_2[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.003 s
crossRefTest_3[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_4[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_5[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_6[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.002 s
crossRefTest_7[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_8[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_9[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.002 s
crossRefTest_10[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_11[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.002 s
crossRefTest_12[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.01 s
crossRefTest_13[With DanglingFreeAssumption: true](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.002 s
crossRefTest_1[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_2[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_3[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_4[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_5[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.002 s
crossRefTest_6[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_7[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_8[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.002 s
crossRefTest_9[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_10[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_11[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.002 s
crossRefTest_12[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_13[With DanglingFreeAssumption: false](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_1[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.002 s
crossRefTest_2[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_3[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_4[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_5[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_6[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_7[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_8[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_9[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_10[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_11[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_12[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
crossRefTest_13[With DanglingFreeAssumption: unset](org.eclipse.viatra.query.runtime.cps.tests.CrossResourceReferenceTest)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest
testInsideCycleDelete[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.DRedReteBackendFactory@2cf482de](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.015 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.DRedReteBackendFactory@2cf482de](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.007 s
testComponentsBuildUpBreakDown[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.DRedReteBackendFactory@2cf482de](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.011 s
testOutsideOfCycleDelete1[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.DRedReteBackendFactory@2cf482de](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.008 s
testOutsideOfCycleDelete2[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.DRedReteBackendFactory@2cf482de](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.024 s
testInsideCycleDelete[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.014 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.008 s
testComponentsBuildUpBreakDown[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.011 s
testOutsideOfCycleDelete1[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testOutsideOfCycleDelete2[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testInsideCycleDelete[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testComponentsBuildUpBreakDown[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.009 s
testOutsideOfCycleDelete1[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testOutsideOfCycleDelete2[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testInsideCycleDelete[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.019 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.007 s
testComponentsBuildUpBreakDown[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.01 s
testOutsideOfCycleDelete1[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testOutsideOfCycleDelete2[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testInsideCycleDelete[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testComponentsBuildUpBreakDown[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.009 s
testOutsideOfCycleDelete1[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
testOutsideOfCycleDelete2[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.RecursiveReachabilityTest)  Time elapsed: 0.006 s
Running org.eclipse.viatra.query.runtime.cps.tests.LocalSearchBaseIndexerSettingsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.viatra.query.runtime.cps.tests.LocalSearchBaseIndexerSettingsTest
baseIndexerDisabledTestSimpleQuery(org.eclipse.viatra.query.runtime.cps.tests.LocalSearchBaseIndexerSettingsTest)  Time elapsed: 0.065 s
baseIndexerDisabledTestComplexQuery(org.eclipse.viatra.query.runtime.cps.tests.LocalSearchBaseIndexerSettingsTest)  Time elapsed: 0.045 s
Running org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationAvgAggregatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationAvgAggregatorTest
test_avgCPU[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationAvgAggregatorTest)  Time elapsed: 0.009 s
Running org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.347 s - in org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest
test_deleteAppType(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.105 s
test_newTransition(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.063 s
test_changeAppInstanceAllocationLocation(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.086 s
test_changeAppInstanceIdentifier(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.086 s
test_newHostInstanceWithMoreHddThanRam(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.061 s
test_newAppInstance(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.071 s
test_deleteHostType(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.099 s
test_newHostInstance(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.144 s
test_deleteAllHostType(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.126 s
test_newHostInstanceWithMoreRamThanHdd(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.05 s
test_deleteHostInstanceWithTheMostHostedApplication(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.086 s
test_changeAppInstanceType(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.057 s
test_deleteAllHostInstance(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.085 s
test_deleteAppInstance(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.063 s
test_changeAppTypeIdentifier(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.075 s
test_newComplexStructure(org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationCpsTest)  Time elapsed: 0.088 s
Running org.eclipse.viatra.query.runtime.cps.tests.APICpsTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.5 s - in org.eclipse.viatra.query.runtime.cps.tests.APICpsTest
immutableModification1ExpectedExceptionGenerated(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.1 s
matchToArrayGeneric(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 1.79 s
resultMatchImmutableGeneric(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 1.068 s
newMatchImmutableGeneric(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.97 s
immutableModification2ExpectedExceptionGenerated(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.044 s
newMatchMutableGenerated(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.043 s
engineOptionsSupported(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.038 s
immutableModificationExpectedExceptionGeneric(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 1.501 s
resultMatchImmutableGenerated(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.034 s
newMatchImmutableGenerated(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.032 s
immutablePBodyUsage(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.001 s
newMatchMutableGeneric(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.842 s
matchToArrayGenerated(org.eclipse.viatra.query.runtime.cps.tests.APICpsTest)  Time elapsed: 0.036 s
Running org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationMinMaxAggregatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationMinMaxAggregatorTest
testMinMaxPriority_SameInnerGroup[0](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationMinMaxAggregatorTest)  Time elapsed: 0.015 s
testMinMaxPriority_SameOuterGroup[0](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationMinMaxAggregatorTest)  Time elapsed: 0.011 s
testMinMaxPriority_NewGroup[0](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationMinMaxAggregatorTest)  Time elapsed: 0.028 s
testMinMaxPriority_SameInnerGroup[1](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationMinMaxAggregatorTest)  Time elapsed: 0.013 s
testMinMaxPriority_SameOuterGroup[1](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationMinMaxAggregatorTest)  Time elapsed: 0.009 s
testMinMaxPriority_NewGroup[1](org.eclipse.viatra.query.runtime.cps.tests.ModelManipulationMinMaxAggregatorTest)  Time elapsed: 0.009 s
Running org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779 s - in org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest
longLiteralTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.004 s
longLiteralTestWithGeneric[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.084 s
longLiteralTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.004 s
longLiteralTestWithGeneric[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.067 s
longLiteralTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.004 s
longLiteralTestWithGeneric[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.06 s
longLiteralTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.003 s
longLiteralTestWithGeneric[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.068 s
longLiteralTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.003 s
longLiteralTestWithGeneric[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.07 s
longLiteralTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.003 s
longLiteralTestWithGeneric[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.06 s
longLiteralTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.004 s
longLiteralTestWithGeneric[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.082 s
longLiteralTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.004 s
longLiteralTestWithGeneric[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.118 s
longLiteralTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.003 s
longLiteralTestWithGeneric[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.065 s
longLiteralTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.004 s
longLiteralTestWithGeneric[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.LongLiteralTest)  Time elapsed: 0.065 s
Running org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureTest
simpleTransitiveClosure[org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_tc_bug_520194.snapshot](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureTest)  Time elapsed: 0.034 s
simpleTransitiveClosure[org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_tc_filtered_w_match_bug_520194.snapshot](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureTest)  Time elapsed: 0.022 s
simpleTransitiveClosure[org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_tc_filtered_wo_match_bug_520194.snapshot](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureTest)  Time elapsed: 0.024 s
Running org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest
Tests run: 270, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 17.979 s - in org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest
testApplicationInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
mfTestHasTheMostHostedApplicationInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
mfTestApplicationTypeWithHostedInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
testApplicationTypeWithoutHostedInstance[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testFinalPattern[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testHasMoreHostedApplications2_generic[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.194 s
testHasMoreHostedApplicationInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
testHasMoreCommunicationPartner[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
mfTestHasMoreHostedApplications2[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
expressionUnwindPattern[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
mfTestInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testApplicationTypes[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.04 s
mfTestHasTheMostCommunicationPartner[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.04 s
mfTestHasMoreCommunicationPartner[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.045 s
mfTestApplicationTypeWithoutHostedInstance[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
mfTestApplicationTypeWithoutHostedInstanceIdentifiers[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testApplicationTypeWithoutHostedInstanceIdentifiers[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
mfTestHostInstanceWithPrimeTotalRam[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
mfTestTransitionsOfApplicationTypeIdentifiers[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.035 s
testHasTheMostCommunicationPartner[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.049 s
mfTestApplicationTypeWithHostedInstanceIdentifiers[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
testHostedApplications[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
mfTestInTheCommunicationChains[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
testHostInstancesWithZeroTotalRam[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
mfTestHostedApplications[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.035 s
testTransitionsOfApplicationTypeIdentifiers[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
mfTestApplicationTypes[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testTransitionsOfApplicationType[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
mfTestApplicationInstancesOfApplicationTypeIdentifiers[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
testInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestFinalPattern[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.042 s
wildCardTestFinalPattern[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
testHasTheMostHostedApplicationInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
mfTestCommunicateWith[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
mfTestTransitionsOfApplicationType[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testHasTheMostHostedApplications[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testAllQueries[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.255 s
testCommunicateWith[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.035 s
testHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testHasMoreHostedApplications2[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testHasMoreHostedApplications[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
mfTestHasMoreHostedApplications[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testInTheCommunicationChains[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
mfTestApplicationInstancesOfApplicationType[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.044 s
testApplicationInstancesOfApplicationType[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
mfTestHasTheMostHostedApplications[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
mfTestApplicationInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
mfTestHostInstancesWithZeroTotalRam[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.062 s
testApplicationTypeWithHostedInstanceIdentifiers[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
testApplicationInstancesOfApplicationTypeIdentifiers[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestHasMoreHostedApplicationInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testHostInstanceWithPrimeTotalRam[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
testApplicationTypeWithHostedInstances[0 : Rete](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testApplicationInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
mfTestHasTheMostHostedApplicationInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.041 s
mfTestApplicationTypeWithHostedInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
testApplicationTypeWithoutHostedInstance[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.044 s
testFinalPattern[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.042 s
testHasMoreHostedApplications2_generic[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.204 s
testHasMoreHostedApplicationInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
testHasMoreCommunicationPartner[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.144 s
mfTestHasMoreHostedApplications2[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
expressionUnwindPattern[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
mfTestInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testApplicationTypes[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
mfTestHasTheMostCommunicationPartner[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.187 s
mfTestHasMoreCommunicationPartner[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.161 s
mfTestApplicationTypeWithoutHostedInstance[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
mfTestApplicationTypeWithoutHostedInstanceIdentifiers[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
testApplicationTypeWithoutHostedInstanceIdentifiers[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.04 s
mfTestHostInstanceWithPrimeTotalRam[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
mfTestTransitionsOfApplicationTypeIdentifiers[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.042 s
testHasTheMostCommunicationPartner[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.132 s
mfTestApplicationTypeWithHostedInstanceIdentifiers[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
testHostedApplications[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
mfTestInTheCommunicationChains[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.042 s
testHostInstancesWithZeroTotalRam[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
mfTestHostedApplications[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
testTransitionsOfApplicationTypeIdentifiers[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
mfTestApplicationTypes[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.035 s
testTransitionsOfApplicationType[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.035 s
mfTestApplicationInstancesOfApplicationTypeIdentifiers[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
testInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
mfTestFinalPattern[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.042 s
wildCardTestFinalPattern[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.042 s
testHasTheMostHostedApplicationInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.04 s
mfTestCommunicateWith[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
mfTestTransitionsOfApplicationType[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testHasTheMostHostedApplications[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
testAllQueries[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.447 s
testCommunicateWith[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testHasMoreHostedApplications2[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.04 s
testHasMoreHostedApplications[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestHasMoreHostedApplications[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testInTheCommunicationChains[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.04 s
mfTestApplicationInstancesOfApplicationType[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
testApplicationInstancesOfApplicationType[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
mfTestHasTheMostHostedApplications[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
mfTestApplicationInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
mfTestHostInstancesWithZeroTotalRam[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testApplicationTypeWithHostedInstanceIdentifiers[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.04 s
testApplicationInstancesOfApplicationTypeIdentifiers[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestHasMoreHostedApplicationInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testHostInstanceWithPrimeTotalRam[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.035 s
testApplicationTypeWithHostedInstances[1 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testApplicationInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
mfTestHasTheMostHostedApplicationInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestApplicationTypeWithHostedInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testApplicationTypeWithoutHostedInstance[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testFinalPattern[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.044 s
testHasMoreHostedApplications2_generic[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.169 s
testHasMoreHostedApplicationInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.041 s
testHasMoreCommunicationPartner[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.091 s
mfTestHasMoreHostedApplications2[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
expressionUnwindPattern[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
mfTestInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
testApplicationTypes[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestHasTheMostCommunicationPartner[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.091 s
mfTestHasMoreCommunicationPartner[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.121 s
mfTestApplicationTypeWithoutHostedInstance[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestApplicationTypeWithoutHostedInstanceIdentifiers[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.047 s
testApplicationTypeWithoutHostedInstanceIdentifiers[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestHostInstanceWithPrimeTotalRam[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
mfTestTransitionsOfApplicationTypeIdentifiers[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
testHasTheMostCommunicationPartner[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.1 s
mfTestApplicationTypeWithHostedInstanceIdentifiers[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testHostedApplications[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
mfTestInTheCommunicationChains[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
testHostInstancesWithZeroTotalRam[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
mfTestHostedApplications[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testTransitionsOfApplicationTypeIdentifiers[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.035 s
mfTestApplicationTypes[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
testTransitionsOfApplicationType[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
mfTestApplicationInstancesOfApplicationTypeIdentifiers[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
testInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
mfTestFinalPattern[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
wildCardTestFinalPattern[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.047 s
testHasTheMostHostedApplicationInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestCommunicateWith[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
mfTestTransitionsOfApplicationType[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
testHasTheMostHostedApplications[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testAllQueries[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.38 s
testCommunicateWith[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
mfTestHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
testHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
testHasMoreHostedApplications2[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
testHasMoreHostedApplications[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
mfTestHasMoreHostedApplications[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
testInTheCommunicationChains[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.035 s
mfTestApplicationInstancesOfApplicationType[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
testApplicationInstancesOfApplicationType[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.037 s
mfTestHasTheMostHostedApplications[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestApplicationInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
mfTestHostInstancesWithZeroTotalRam[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testApplicationTypeWithHostedInstanceIdentifiers[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.038 s
testApplicationInstancesOfApplicationTypeIdentifiers[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
mfTestHasMoreHostedApplicationInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testHostInstanceWithPrimeTotalRam[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
testApplicationTypeWithHostedInstances[2 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testApplicationInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestHasTheMostHostedApplicationInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
mfTestApplicationTypeWithHostedInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testApplicationTypeWithoutHostedInstance[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testFinalPattern[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest) skipped
testHasMoreHostedApplications2_generic[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.249 s
testHasMoreHostedApplicationInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testHasMoreCommunicationPartner[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 1.643 s
mfTestHasMoreHostedApplications2[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.041 s
expressionUnwindPattern[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
mfTestInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testApplicationTypes[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.024 s
mfTestHasTheMostCommunicationPartner[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 1.514 s
mfTestHasMoreCommunicationPartner[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 1.486 s
mfTestApplicationTypeWithoutHostedInstance[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
mfTestApplicationTypeWithoutHostedInstanceIdentifiers[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testApplicationTypeWithoutHostedInstanceIdentifiers[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestHostInstanceWithPrimeTotalRam[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestTransitionsOfApplicationTypeIdentifiers[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testHasTheMostCommunicationPartner[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 1.506 s
mfTestApplicationTypeWithHostedInstanceIdentifiers[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
testHostedApplications[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
mfTestInTheCommunicationChains[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.164 s
testHostInstancesWithZeroTotalRam[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestHostedApplications[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testTransitionsOfApplicationTypeIdentifiers[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
mfTestApplicationTypes[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.024 s
testTransitionsOfApplicationType[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
mfTestApplicationInstancesOfApplicationTypeIdentifiers[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestFinalPattern[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest) skipped
wildCardTestFinalPattern[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest) skipped
testHasTheMostHostedApplicationInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
mfTestCommunicateWith[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestTransitionsOfApplicationType[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testHasTheMostHostedApplications[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testAllQueries[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest) skipped
testCommunicateWith[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
mfTestHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.024 s
testHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testHasMoreHostedApplications2[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testHasMoreHostedApplications[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestHasMoreHostedApplications[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
testInTheCommunicationChains[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.158 s
mfTestApplicationInstancesOfApplicationType[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testApplicationInstancesOfApplicationType[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestHasTheMostHostedApplications[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest) skipped
mfTestApplicationInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.023 s
mfTestHostInstancesWithZeroTotalRam[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.024 s
testApplicationTypeWithHostedInstanceIdentifiers[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testApplicationInstancesOfApplicationTypeIdentifiers[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestHasMoreHostedApplicationInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
testHostInstanceWithPrimeTotalRam[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testApplicationTypeWithHostedInstances[3 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testApplicationInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
mfTestHasTheMostHostedApplicationInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.033 s
mfTestApplicationTypeWithHostedInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
testApplicationTypeWithoutHostedInstance[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
testFinalPattern[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
testHasMoreHostedApplications2_generic[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.175 s
testHasMoreHostedApplicationInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
testHasMoreCommunicationPartner[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.076 s
mfTestHasMoreHostedApplications2[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
expressionUnwindPattern[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
mfTestInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testApplicationTypes[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestHasTheMostCommunicationPartner[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.079 s
mfTestHasMoreCommunicationPartner[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.081 s
mfTestApplicationTypeWithoutHostedInstance[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
mfTestApplicationTypeWithoutHostedInstanceIdentifiers[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testApplicationTypeWithoutHostedInstanceIdentifiers[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
mfTestHostInstanceWithPrimeTotalRam[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestTransitionsOfApplicationTypeIdentifiers[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
testHasTheMostCommunicationPartner[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.144 s
mfTestApplicationTypeWithHostedInstanceIdentifiers[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
testHostedApplications[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestInTheCommunicationChains[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
testHostInstancesWithZeroTotalRam[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestHostedApplications[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testTransitionsOfApplicationTypeIdentifiers[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
mfTestApplicationTypes[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testTransitionsOfApplicationType[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
mfTestApplicationInstancesOfApplicationTypeIdentifiers[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
testInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
mfTestFinalPattern[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
wildCardTestFinalPattern[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testHasTheMostHostedApplicationInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.032 s
mfTestCommunicateWith[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
mfTestTransitionsOfApplicationType[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testHasTheMostHostedApplications[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testAllQueries[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.29 s
testCommunicateWith[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.03 s
mfTestHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
testHostInstanceWithAtLeastAsMuchTotalRamAsTotalHdd[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.025 s
testHasMoreHostedApplications2[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
testHasMoreHostedApplications[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.036 s
mfTestHasMoreHostedApplications[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
testInTheCommunicationChains[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
mfTestApplicationInstancesOfApplicationType[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.034 s
testApplicationInstancesOfApplicationType[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
mfTestHasTheMostHostedApplications[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
mfTestApplicationInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.026 s
mfTestHostInstancesWithZeroTotalRam[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.031 s
testApplicationTypeWithHostedInstanceIdentifiers[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.029 s
testApplicationInstancesOfApplicationTypeIdentifiers[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.027 s
mfTestHasMoreHostedApplicationInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.039 s
testHostInstanceWithPrimeTotalRam[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
testApplicationTypeWithHostedInstances[4 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.BasicCpsTest)  Time elapsed: 0.028 s
Running org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest
Tests run: 120, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 s - in org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.003 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.003 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.003 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.003 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.003 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.012 s
testFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.003 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.003 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.003 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.004 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.008 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EDataTypeImpl@3faec175 (name: EInt) (instanceClassName: int) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
followStatisticsByFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
testFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
combineBothWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildCardStatistics[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
combineStatisticsWithFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.002 s
testStatisticsInFull[Type: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerIndexingLevelsTest)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.runtime.cps.tests.LocalSearchLoggerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.viatra.query.runtime.cps.tests.LocalSearchLoggerTest
complexQueryProfileTest[0 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchLoggerTest)  Time elapsed: 0.04 s
simpleBoundQueryProfileTest[0 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchLoggerTest)  Time elapsed: 0.003 s
simpleUnboundQueryProfileTest[0 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchLoggerTest)  Time elapsed: 0.003 s
Running org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.DRedReteBackendFactory@2cf482de](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.006 s
testInvalidate1_6[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.DRedReteBackendFactory@2cf482de](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.008 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.004 s
testInvalidate1_6[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.006 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.004 s
testInvalidate1_6[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.006 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.003 s
testInvalidate1_6[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.006 s
testInitialDependencies[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.003 s
testInvalidate1_6[BackendFactory: org.eclipse.viatra.query.runtime.rete.matcher.TimelyReteBackendFactory@1d01bd89](org.eclipse.viatra.query.runtime.cps.tests.NonRecursiveReachabilityTest)  Time elapsed: 0.007 s
Running org.eclipse.viatra.query.runtime.cps.tests.AvgAggregatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s - in org.eclipse.viatra.query.runtime.cps.tests.AvgAggregatorTest
testAvg2CPU[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/avgdemo.cyberphysicalsystem Snapshot : org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_avg_demo.snapshot](org.eclipse.viatra.query.runtime.cps.tests.AvgAggregatorTest)  Time elapsed: 0.017 s
testAvgRamRequirementNoMatch[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/avgdemo.cyberphysicalsystem Snapshot : org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_avg_demo.snapshot](org.eclipse.viatra.query.runtime.cps.tests.AvgAggregatorTest)  Time elapsed: 0.026 s
testAvgCPU[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/avgdemo.cyberphysicalsystem Snapshot : org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_avg_demo.snapshot](org.eclipse.viatra.query.runtime.cps.tests.AvgAggregatorTest)  Time elapsed: 0.029 s
testAvg2CPU[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem Snapshot : org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_avg_aggregators.snapshot](org.eclipse.viatra.query.runtime.cps.tests.AvgAggregatorTest)  Time elapsed: 0.013 s
testAvgRamRequirementNoMatch[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem Snapshot : org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_avg_aggregators.snapshot](org.eclipse.viatra.query.runtime.cps.tests.AvgAggregatorTest)  Time elapsed: 0.012 s
testAvgCPU[Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/aggregators.cyberphysicalsystem Snapshot : org.eclipse.viatra.query.runtime.cps.tests/models/snapshots/test_avg_aggregators.snapshot](org.eclipse.viatra.query.runtime.cps.tests.AvgAggregatorTest)  Time elapsed: 0.036 s
Running org.eclipse.viatra.query.runtime.cps.tests.NavigationHelperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.viatra.query.runtime.cps.tests.NavigationHelperTest
inverseReferencesMissing(org.eclipse.viatra.query.runtime.cps.tests.NavigationHelperTest)  Time elapsed: 0.003 s
inverseReferencesFound(org.eclipse.viatra.query.runtime.cps.tests.NavigationHelperTest)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.runtime.cps.tests.performance.SimplePerformanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.322 s - in org.eclipse.viatra.query.runtime.cps.tests.performance.SimplePerformanceTest
queryPerformance(org.eclipse.viatra.query.runtime.cps.tests.performance.SimplePerformanceTest)  Time elapsed: 34.322 s
Running org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.009 s
compareResultsTest[Backend: LocalSearch_Flat, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.014 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_First_Only_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_Faithful_Sequential, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_Generic, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch_NoBase, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.007 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.004 s
compareResultsTest[Backend: Rete_DRed, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_First_Only_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.006 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.005 s
compareResultsTest[Backend: Rete_Timely_Faithful_Parallel, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TransitiveClosureComparisonTest)  Time elapsed: 0.006 s
Running org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest
Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest
testFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.006 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.003 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@2e6066e1 (name: ApplicationInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@1ee2e363 (name: allocatedTo) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.003 s
testFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@55145dc5 (name: applications) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testFull[Backend: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EDataTypeImpl@5884d435 (name: EString) (instanceClassName: java.lang.String) (serializable: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@221c097f (name: HostType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5e1d6ace (name: behavior) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@784dd9da (name: HostInstance) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EClassImpl@60610a2b (name: ApplicationType) (instanceClassName: null) (abstract: false, interface: false), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@7dcfe455 (name: communicateWith) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@5c807e6b (name: instances) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildCardStatistics[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
testStatisticsInCallback[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testWildcardFullWithOptions[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.002 s
testStatisticsInFull[Backend: org.eclipse.emf.ecore.impl.EReferenceImpl@57bebe03 (name: appTypes) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true), Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.BaseIndexerTest)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.071 s - in org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest
disjunctiveDependenciesTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0.049 s
hasCallTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0.001 s
toOneFeatureTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0 s
constantWithSoftTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0.001 s
constantTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0 s
toOneFeatureWithSoftDepTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0 s
relativeIDTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0.001 s
transitiveDepTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0 s
evaluationTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0.001 s
prettyPrint(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest) skipped
compositeKeyTest(org.eclipse.viatra.query.runtime.cps.tests.FunctionalDependencyAnalysisTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.cps.tests.BaseIndexProxyResolutionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.viatra.query.runtime.cps.tests.BaseIndexProxyResolutionTest
testProxyResolution(org.eclipse.viatra.query.runtime.cps.tests.BaseIndexProxyResolutionTest)  Time elapsed: 0.053 s
Running org.eclipse.viatra.query.runtime.cps.tests.TestingFrameworkTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.viatra.query.runtime.cps.tests.TestingFrameworkTest
unresolvableFileTest[org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.TestingFrameworkTest)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.cps.tests.ReflectiveTransitiveClosureTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.viatra.query.runtime.cps.tests.ReflectiveTransitiveClosureTest
simpleReflectiveTransitiveClosure[org.eclipse.viatra.query.runtime.cps.tests.queries.util.StatesRTC1QuerySpecification@4e396b27](org.eclipse.viatra.query.runtime.cps.tests.ReflectiveTransitiveClosureTest)  Time elapsed: 0.038 s
simpleReflectiveTransitiveClosure[org.eclipse.viatra.query.runtime.cps.tests.queries.util.StatesRTC2QuerySpecification@381ab090](org.eclipse.viatra.query.runtime.cps.tests.ReflectiveTransitiveClosureTest)  Time elapsed: 0.033 s
Running org.eclipse.viatra.query.runtime.cps.tests.DanglingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.viatra.query.runtime.cps.tests.DanglingTest
stateToState1(org.eclipse.viatra.query.runtime.cps.tests.DanglingTest)  Time elapsed: 0.032 s
stateToState2(org.eclipse.viatra.query.runtime.cps.tests.DanglingTest)  Time elapsed: 0.041 s
stateToState3(org.eclipse.viatra.query.runtime.cps.tests.DanglingTest)  Time elapsed: 0.037 s
transitionToTransition1(org.eclipse.viatra.query.runtime.cps.tests.DanglingTest)  Time elapsed: 0.046 s
transitionToTransition2(org.eclipse.viatra.query.runtime.cps.tests.DanglingTest)  Time elapsed: 0.033 s
Running org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest
complexQueryProfileTest[0 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.017 s
simpleBoundQueryProfileTest[0 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.003 s
simpleUnboundQueryProfileTest[0 : LocalSearch](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.002 s
complexQueryProfileTest[1 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.013 s
simpleBoundQueryProfileTest[1 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.003 s
simpleUnboundQueryProfileTest[1 : LocalSearch_Flat](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.002 s
complexQueryProfileTest[2 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.028 s
simpleBoundQueryProfileTest[2 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.003 s
simpleUnboundQueryProfileTest[2 : LocalSearch_NoBase](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.002 s
complexQueryProfileTest[3 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.007 s
simpleBoundQueryProfileTest[3 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.003 s
simpleUnboundQueryProfileTest[3 : LocalSearch_Generic](org.eclipse.viatra.query.runtime.cps.tests.LocalSearchProfilerTest)  Time elapsed: 0.002 s
Running org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest
grandparentHasCustomTest(org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest)  Time elapsed: 0.012 s
classOnlySupertypeHasCustomTest(org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest)  Time elapsed: 0.013 s
grandparentAndOtherParentHasCustomTest(org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest)  Time elapsed: 0.001 s
basicCustomTest(org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest)  Time elapsed: 0.01 s
hybridPatternTest(org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest)  Time elapsed: 0.01 s
grandparentAndParentHasCustomTest(org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest)  Time elapsed: 0 s
classAndSupertypeHasCustomTest(org.eclipse.viatra.query.runtime.cps.tests.CustomEMFObjectTest)  Time elapsed: 0.01 s
Running org.eclipse.viatra.query.runtime.cps.tests.AnonymousVariablesCpsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.viatra.query.runtime.cps.tests.AnonymousVariablesCpsTest
anonymousVariablesTest[Backend: Rete, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AnonymousVariablesCpsTest)  Time elapsed: 0.024 s
anonymousVariablesTest[Backend: LocalSearch, Model: org.eclipse.viatra.query.runtime.cps.tests/models/instances/demo.cyberphysicalsystem](org.eclipse.viatra.query.runtime.cps.tests.AnonymousVariablesCpsTest)  Time elapsed: 0.005 s

Results:

Tests run: 1089, Failures: 0, Errors: 0, Skipped: 8

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.cps.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.cps.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.cps.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.cps.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.cps.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.cps.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.cps.tests-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.cps.tests ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.runtime.base.itc.tests >--
[INFO] Building org.eclipse.viatra.query.runtime.base.itc.tests 2.9.0-SNAPSHOT [102/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944786101
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/../../jacoco/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/surefire.properties]
Running org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCPathConstructionTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 s - in org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCPathConstructionTestCase
pathConstructionTest1(org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCPathConstructionTestCase)  Time elapsed: 0.388 s
pathConstructionTest2(org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCPathConstructionTestCase)  Time elapsed: 0.002 s
pathConstructionTest3(org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCPathConstructionTestCase)  Time elapsed: 0.002 s
pathConstructionTest4(org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCPathConstructionTestCase)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase
testResult[0](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.005 s
testResult[1](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.001 s
testResult[2](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.001 s
testResult[3](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.001 s
testResult[4](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.002 s
testResult[5](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.006 s
testResult[6](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.001 s
testResult[7](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.001 s
testResult[8](org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCGraphsTestCase)  Time elapsed: 0.001 s
Running org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCCompleteGraphTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCCompleteGraphTestCase
testResult(org.eclipse.viatra.query.runtime.base.itc.incscc.IncSCCCompleteGraphTestCase)  Time elapsed: 0.032 s
Running org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase
testResult[0](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0 s
testResult[1](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0 s
testResult[2](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0 s
testResult[3](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0 s
testResult[4](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0.003 s
testResult[5](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0 s
testResult[6](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0 s
testResult[7](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0 s
testResult[8](org.eclipse.viatra.query.runtime.base.itc.dred.DRedGraphsTestCase)  Time elapsed: 0 s
Running org.eclipse.viatra.query.runtime.base.itc.dred.DRedCompleteGraphTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.viatra.query.runtime.base.itc.dred.DRedCompleteGraphTestCase
testResult(org.eclipse.viatra.query.runtime.base.itc.dred.DRedCompleteGraphTestCase)  Time elapsed: 0.041 s
Running org.eclipse.viatra.query.runtime.base.itc.dfs.DFSCompleteGraphTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.viatra.query.runtime.base.itc.dfs.DFSCompleteGraphTestCase
testResult(org.eclipse.viatra.query.runtime.base.itc.dfs.DFSCompleteGraphTestCase)  Time elapsed: 0.501 s
Running org.eclipse.viatra.query.runtime.base.itc.counting.CountingCompleteGraphTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.viatra.query.runtime.base.itc.counting.CountingCompleteGraphTestCase
testResult(org.eclipse.viatra.query.runtime.base.itc.counting.CountingCompleteGraphTestCase)  Time elapsed: 0.01 s

Results:

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.runtime.base.itc.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.runtime.base.itc.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.runtime.base.itc.tests-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.runtime.base.itc.tests ---
[INFO] 
[INFO] ---------< org.eclipse.viatra:org.eclipse.viatra.query.rcptt >----------
[INFO] Building VIATRA CPS Tests 2.9.0-SNAPSHOT                       [103/113]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.rcptt ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.rcptt ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944790110
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.rcptt ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.rcptt ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.rcptt ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.rcptt ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.viatra.query.rcptt ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt-2.9.0-SNAPSHOT.pom
[INFO] 
[INFO] -----< org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries >------
[INFO] Building org.eclipse.viatra.query.rcptt.queries 2.9.0-SNAPSHOT [104/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944790448
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Adding project dependencies to classpath
[INFO] Can't find VIATRA Generator properties under /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/.settings/org.eclipse.viatra.query.patternlanguage.emf.EMFPatternLanguage.prefs, maven defaults are used.
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'validationRules.vql'
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 13 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 27 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 39 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 51 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 63 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 78 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 93 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 107 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 122 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 133 column : 2)
[WARNING] WARNING:Unknown annotation Constraint (file:/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/org/eclipse/viatra/gui/tests/queries/validationRules.vql line : 150 column : 2)
[INFO] Starting generator for input: 'validationRules.vql'
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.rcptt.queries ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.rcptt.queries ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries.validation >--
[INFO] Building org.eclipse.viatra.query.rcptt.queries.validation 2.9.0-SNAPSHOT [105/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944803847
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/target/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/target/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/target/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/target/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.validation/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.validation-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.rcptt.queries.validation ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.query.rcptt.queries.feature >--
[INFO] Building org.eclipse.viatra.query.rcptt.queries.feature 2.9.0-SNAPSHOT [106/113]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944804071
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/target/org.eclipse.viatra.query.rcptt.queries.feature-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/target/org.eclipse.viatra.query.rcptt.queries.feature-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.feature-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.feature-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.feature-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.queries.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.queries.feature/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.queries.feature-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.rcptt.queries.feature ---
[INFO] 
[INFO] -----< org.eclipse.viatra:org.eclipse.viatra.query.rcptt.product >------
[INFO] Building org.eclipse.viatra.query.rcptt.product 2.9.0-SNAPSHOT [107/113]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944804441
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.viatra.query.rcptt.product ---
[WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from config.a.jre 9.0.0 to org.eclipse.equinox.p2.iu; a.jre 9.0.0.]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/target/org.eclipse.viatra.query.rcptt.product-2.9.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.6.0:materialize-products (materialize-products) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Installing product org.eclipse.viatra.query.rcptt.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/target/products/org.eclipse.viatra.query.rcptt.product/linux/gtk/x86_64
Installing org.eclipse.viatra.query.rcptt.product 2.9.0.
Installing org.eclipse.zest.sdk.feature.group 1.7.0.201606061308.
Operation completed in 7480 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.6.0:archive-products (archive-products) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/target/products/org.eclipse.viatra.query.rcptt.product-linux.gtk.x86_64.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/target/org.eclipse.viatra.query.rcptt.product-2.9.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.product/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.product-2.9.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.product/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.product-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.product/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.product-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.product/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.product-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/target/extraArtifacts/org.eclipse.viatra.query.rcptt.product.executable.gtk.linux.x86_64.zip to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.product/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.product-2.9.0-SNAPSHOT-org.eclipse.viatra.query.rcptt.product.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.product/target/products/org.eclipse.viatra.query.rcptt.product-linux.gtk.x86_64.zip to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.product/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.product-2.9.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.query.rcptt.product ---
[INFO] 
[INFO] ------< org.eclipse.viatra:org.eclipse.viatra.query.rcptt.tests >-------
[INFO] Building org.eclipse.viatra.query.rcptt.tests 2.9.0-SNAPSHOT   [108/113]
[INFO] -----------------------------[ rcpttTest ]------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712944863526
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- rcptt-maven-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] Resolving artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.4.3, this may take a while ...
[INFO] Artifact org.eclipse.rcptt.runner:rcptt.runner:zip:2.4.3 is resolved to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/rcptt/runner/rcptt.runner/2.4.3/rcptt.runner-2.4.3.zip
[INFO] Extracting AUT to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/aut
[INFO] Extracting RCPTT runner to /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/runner
[INFO] Copying project contents to target directory...
[INFO] 
[INFO] --- rcptt-maven-plugin:2.4.3:execute (default-execute) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] Runner command line is /bin/sh -c cd /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/runner/eclipse && /opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java -Xms128m -Xmx256m -Dorg.eclipse.rcptt.runner.returnTestFailure=true -jar /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/runner/eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar -application org.eclipse.rcptt.runner.headless -runnerPlatform swt -data /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/runner-workspace -aut /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/aut -autWsPrefix /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/aut-ws- -autConsolePrefix /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/results/aut-console- -autVMArgs -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/../../jacoco/jacoco.exec,append=true -q7report /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/results/org.eclipse.viatra.query.rcptt.tests.report -htmlReport /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/results/org.eclipse.viatra.query.rcptt.tests.html -junitReport /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/surefire-reports/TEST-org.eclipse.viatra.query.rcptt.tests.xml -import /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/projects/org.eclipse.viatra.query.rcptt.tests -testOptions 'execTimeout=14400;testExecTimeout=1200' -timeout 14400 -shutdownListenerPort 8830 -skipTags testToSkip -suites 'VIATRA All GUI Tests'
[INFO] The execution timeout is set to 14400 seconds
[INFO] Started at Fri Apr 12 18:01:15 UTC 2024
[INFO] RCPTT Runner version: 2.4.3
[INFO] Initializing target platform...
[INFO] Begin task: Create AUT configuration
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.antlr.runtime
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Downloading org.aspectj.runtime
[INFO] progress: Downloading org.aspectj.weaver
[INFO] progress: Downloading org.eclipse.equinox.weaving.hook
[INFO] progress: Downloading org.eclipse.equinox.weaving.aspectj
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] progress: Downloading org.eclipse.emf.ecore.change
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf
[INFO] progress: Downloading org.eclipse.emf.ecore.change.edit
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.importer.ecore
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Downloading org.eclipse.emf.ecore.xmi
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.importer
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.databinding
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore2xml
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.ecore
[INFO] progress: Downloading org.eclipse.emf.mapping
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.exporter
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.converter
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.databinding.edit
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.ecore.edit
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.importer.rose
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.edit.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.ant
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.importer.java
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.codegen.ecore.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.common.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.ecore.editor
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.mapping.ecore.editor
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.common
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.edit
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.codegen
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.eclipse.emf.codegen.ui
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Adding repository platform:///plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Fetching artifacts.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Downloading org.apache.poi.ooxml
[INFO] progress: Downloading org.apache.xmlbeans
[INFO] progress: Downloading org.dom4j
[INFO] progress: Downloading org.apache.poi.ooxml.schemas
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Downloading org.apache.poi
[INFO] progress: The user operation is waiting for background work to complete.
[INFO] progress: Resolving Target Contents...
[INFO] progress: Reading plug-ins
[INFO] progress: Fetching p2.index from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.aspectj.e44x/dependencies/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.kepler/dependencies/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.nebula.updates/runtime/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.module.testrail.updates/runtime/
[INFO] progress: Fetching content.jar from platform:/plugin/org.eclipse.rcptt.updates.extra/dependencies/
[INFO] progress: Installing org.eclipse.rcptt.reporting
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf
[INFO] progress: Installing org.eclipse.emf.ecore.change
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.jobs
[INFO] progress: Installing org.eclipse.rcptt.ctx.group.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef
[INFO] progress: Installing org.eclipse.rcptt.ctx.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.doc
[INFO] progress: Installing org.eclipse.rcptt.ecl.parser
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.xmi
[INFO] progress: Installing org.eclipse.emf.mapping.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.nebula
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters.impl
[INFO] progress: Installing org.dom4j
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem
[INFO] progress: Installing file:/home/jenkins/workspace/release/modules/testrail/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.emf.importer
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.draw2d
[INFO] progress: Installing org.eclipse.rcptt.ctx.filesystem.impl
[INFO] progress: Installing org.eclipse.emf.ecore.edit
[INFO] progress: Installing org.eclipse.rcptt.tesla.canvas
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.context
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.e4x
[INFO] progress: Installing org.eclipse.emf.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.impl
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.jar
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree.impl
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.watson.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.aspect
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core.ecl
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.aspects.e4x
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench.impl
[INFO] progress: Installing org.eclipse.rcptt.logging
[INFO] progress: Installing org.eclipse.emf.ecore.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.core
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt
[INFO] progress: Installing org.eclipse.emf.edit.ui
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.fragment
[INFO] progress: Installing org.eclipse.emf.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.jar
[INFO] progress: Installing org.eclipse.equinox.weaving.aspectj
[INFO] progress: Installing org.eclipse.emf.edit
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources
[INFO] progress: Installing config.a.jre.javase
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources.impl
[INFO] progress: Installing org.eclipse.rcptt.ctx.parameters
[INFO] progress: Installing 201909171441.Default
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.dispatch
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.group
[INFO] progress: Installing org.eclipse.emf.converter.feature.group
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.group
[INFO] progress: Installing org.eclipse.emf.codegen.ecore
[INFO] progress: Installing org.eclipse.rcptt.tesla.variables
[INFO] progress: Installing org.eclipse.rcptt.tesla.gef.aspects
[INFO] progress: Installing org.eclipse.emf.common.ui.feature.group
[INFO] progress: Installing org.apache.poi.ooxml.schemas
[INFO] progress: Installing org.eclipse.emf.ecore.change.edit
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface.text
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore.editor
[INFO] progress: Installing org.antlr.runtime
[INFO] progress: Installing org.eclipse.rcptt.forms.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.core
[INFO] progress: Installing org.eclipse.rcptt.util
[INFO] progress: Installing org.eclipse.emf.databinding.edit
[INFO] progress: Installing org.eclipse.rcptt.ecl.debug.runtime
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.verifications.resources.impl
[INFO] progress: Installing org.eclipse.rcptt.verifications.tree
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.runtime.ui
[INFO] progress: Installing org.eclipse.emf
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding
[INFO] progress: Installing org.eclipse.rcptt.verifications.text.impl
[INFO] progress: Installing org.eclipse.rcptt.watson.jface
[INFO] progress: Installing org.eclipse.rcptt.tesla.jobs.aspects
[INFO] progress: Installing org.eclipse.rcptt.core.scenario
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.core
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.group
[INFO] progress: Installing org.apache.xmlbeans
[INFO] progress: Installing org.eclipse.rcptt.watson.core
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.module.nebula.runtime.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.util.resources
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.impl
[INFO] progress: Installing org.eclipse.rcptt.expandbar.runtime
[INFO] progress: Installing org.eclipse.emf.mapping.feature.group
[INFO] progress: Installing org.eclipse.equinox.weaving.hook
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text
[INFO] progress: Installing org.eclipse.rcptt.ecl.core.feature.jar
[INFO] progress: Installing org.eclipse.emf.edit.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi.impl
[INFO] progress: Installing org.eclipse.emf.mapping.ui
[INFO] progress: Installing org.eclipse.rcptt.ctx.workbench
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.fragment
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.properties.view
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences.aspects
[INFO] progress: Installing org.eclipse.rcptt.ctx.script.impl
[INFO] progress: Installing org.eclipse.rcptt.ecl.interop
[INFO] progress: Installing org.eclipse.rcptt.core.swt.win64
[INFO] progress: Installing org.eclipse.rcptt.resources.impl
[INFO] progress: Installing org.eclipse.emf.importer.java
[INFO] progress: Installing org.eclipse.rcptt.verifications.text
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gef
[INFO] progress: Installing org.eclipse.emf.codegen.feature.jar
[INFO] progress: Installing org.eclipse.emf.common
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.ui
[INFO] progress: Installing org.eclipse.emf.mapping.ecore
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.emf.common.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.gmf
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.aspects
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2ecore
[INFO] progress: Installing org.eclipse.rcptt.ecl.platform.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ecl.data.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.observable.aspects
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl.impl
[INFO] progress: Installing org.eclipse.emf.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.canvas
[INFO] progress: Installing org.eclipse.emf.importer.ecore
[INFO] progress: Installing org.eclipse.rcptt.tesla.jdt
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.draw2d
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.group
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.feature.group
[INFO] progress: Installing org.eclipse.rcptt.util.swt
[INFO] progress: Installing org.eclipse.rcptt.verifications.time.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gmf
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.gef
[INFO] progress: Installing org.eclipse.emf.feature.group
[INFO] progress: Installing org.eclipse.emf.mapping.ecore2xml
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.swt
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.feature.group
[INFO] progress: Installing org.eclipse.emf.mapping
[INFO] progress: Installing org.eclipse.rcptt.tesla.swt.aspects
[INFO] progress: Installing org.eclipse.rcptt.ecl.server.feature.group
[INFO] progress: Installing org.eclipse.rcptt.verifications.time
[INFO] progress: Installing org.eclipse.emf.exporter
[INFO] progress: Installing org.eclipse.emf.converter.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.text.reconciler.aspects
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.debug
[INFO] progress: Installing org.eclipse.rcptt.ecl.perf
[INFO] progress: Installing org.eclipse.emf.databinding.edit.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench
[INFO] progress: Installing org.eclipse.emf.ant
[INFO] progress: Installing org.aspectj.runtime
[INFO] progress: Installing org.eclipse.emf.codegen.ecore.ui
[INFO] progress: Installing org.eclipse.rcptt.runtime.feature.group
[INFO] progress: Installing org.apache.poi
[INFO] progress: Installing org.eclipse.rcptt.ctx.preferences
[INFO] progress: Installing org.eclipse.emf.codegen
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.swt
[INFO] progress: Installing org.eclipse.rcptt.testrail.ecl
[INFO] progress: Installing org.eclipse.emf.codegen.ui
[INFO] progress: Installing org.eclipse.rcptt.watson.jobs
[INFO] progress: Installing org.eclipse.rcptt.core.swt
[INFO] progress: Installing org.eclipse.emf.converter
[INFO] progress: Installing org.eclipse.emf.ecore.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.jface.databinding.aspects
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.jface
[INFO] progress: Installing org.eclipse.emf.mapping.ecore.feature.group
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.workbench.texteditor.aspects
[INFO] progress: Installing org.eclipse.emf.codegen.feature.group
[INFO] progress: Installing a.jre.javase
[INFO] progress: Installing org.eclipse.rcptt.tesla.gmf.aspects
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.group
[INFO] progress: Installing org.eclipse.rcptt.core
[INFO] progress: Installing org.eclipse.emf.mapping.ui.feature.jar
[INFO] progress: Installing org.apache.poi.ooxml
[INFO] progress: Installing org.eclipse.emf.ecore
[INFO] progress: Installing org.eclipse.rcptt.verifications.log.impl
[INFO] progress: Installing org.eclipse.emf.common.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.client.tcp
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl.runtime.feature.group
[INFO] progress: Installing org.eclipse.rcptt.watson.aspects.swt
[INFO] progress: Installing org.eclipse.rcptt.tesla.ecl
[INFO] progress: Installing org.eclipse.emf.databinding
[INFO] progress: Installing org.eclipse.emf.databinding.feature.group
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug
[INFO] progress: Installing org.eclipse.emf.databinding.feature.jar
[INFO] progress: Installing org.eclipse.emf.ecore.editor.feature.jar
[INFO] progress: Installing org.eclipse.rcptt.ctx.resources
[INFO] progress: Installing org.eclipse.rcptt.tesla.core.am
[INFO] progress: Installing org.eclipse.emf.ecore.feature.jar
[INFO] progress: Installing org.aspectj.weaver
[INFO] progress: Installing org.eclipse.rcptt.expandbar
[INFO] progress: Installing org.eclipse.rcptt.core.ecl.core
[INFO] progress: Installing org.eclipse.rcptt.ecl.operations
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.jar
[INFO] progress: Installing org.eclipse.emf.codegen.ui.feature.group
[INFO] progress: Installing org.eclipse.rcptt.ecl.data
[INFO] progress: Installing org.eclipse.rcptt.verifications.log
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.workbench.texteditor
[INFO] progress: Installing org.eclipse.rcptt.resources
[INFO] progress: Installing org.eclipse.rcptt.ctx.debug.impl
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.jface.text
[INFO] progress: Installing org.eclipse.rcptt.tesla.recording.aspects.forms
[INFO] progress: Installing file:/home/jenkins/workspace/release/modules/nebula/runtime-site/target/site/site.xml.rcptt
[INFO] progress: Installing org.eclipse.rcptt.core.launching
[INFO] progress: Installing org.eclipse.rcptt.ctx.script
[INFO] progress: Installing org.eclipse.rcptt.ecl.filesystem
[INFO] progress: Installing org.eclipse.emf.importer.rose
[INFO] progress: Installing org.eclipse.rcptt.tesla.ui.ide.aspects
[INFO] progress: Installing org.eclipse.emf.common.ui
[INFO] progress: Installing org.eclipse.rcptt.watson.feature.group
[INFO] progress: Installing org.eclipse.emf.ecore.editor
[INFO] progress: Installing org.eclipse.rcptt.tesla.nebula.ecl
[INFO] progress: Installing org.eclipse.rcptt.module.testrail.runtime.feature.group
[INFO] progress: Preparing to commit the provisioning operation.
[INFO] progress: Committing the provisioning operation.
[INFO] progress: Reading plug-ins
[INFO] Target platform is valid.
[INFO] Looking for tests...
[INFO] Existing projects in workspace:
[INFO]     <none>
[INFO] Importing projects to workspace:
[INFO] Refreshing projects:
[INFO]     /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/projects/org.eclipse.viatra.query.rcptt.tests... OK
[INFO] Refreshing projects:
[INFO]     org.eclipse.viatra.query.rcptt.tests... OK
[INFO] Searching for tests in projects:
[INFO]     org.eclipse.viatra.query.rcptt.tests... 
[INFO] Complete OK
[INFO] Testcase Artifacts:37
[INFO] AUT-0:Launching
[INFO] AUT-0:Product: org.eclipse.platform.ide
[INFO] AUT-0:Application: org.eclipse.ui.ide.workbench
[INFO] AUT-0:Architecture: x86_64
[INFO] 64bit arch is selected because AUT uses launcher library
[INFO] 	"plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016" specified in config file: eclipse.ini
[INFO] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/aut-ws-0: AUT arguments: -os ${target.os} -arch ${target.arch} -consoleLog
[INFO] /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/aut-ws-0: AUT VM arguments: -Xms512M -Xmx3G -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/../../jacoco/jacoco.exec,append=true -XX:MaxPermSize=128m
[INFO] Pass 1 (37) processed. 0 failed. spent: 0:32, 6:13 mins remaining. Create Pattern with Template. time: 31542ms 
[INFO] Pass 2 (37) processed. 0 failed. spent: 0:54, 7:39 mins remaining. Create Pattern. time: 22078ms 
[INFO] Pass 3 (37) processed. 0 failed. spent: 1:08, 7:28 mins remaining. Create Query Generator Model. time: 13506ms 
[INFO] Pass 4 (37) processed. 0 failed. spent: 1:14, 6:34 mins remaining. Create Query Project - Custom Output Directory. time: 5803ms 
[INFO] Pass 5 (37) processed. 0 failed. spent: 1:25, 6:16 mins remaining. Create Query Project. time: 10517ms 
[INFO] Pass 6 (37) processed. 0 failed. spent: 1:51, 6:56 mins remaining. Pattern Autocomplete. time: 25408ms 
[INFO] Pass 7 (37) processed. 0 failed. spent: 1:54, 6:07 mins remaining. Preferences - Query Explorer. time: 2743ms 
[INFO] Pass 8 (37) processed. 0 failed. spent: 1:57, 5:27 mins remaining. Preferences - VIATRA exists in preferences. time: 2740ms 
[INFO] Pass 9 (37) processed. 0 failed. spent: 2:00, 4:54 mins remaining. Preferences - VQL Compiler. time: 3038ms 
[INFO] Pass 10 (37) processed. 0 failed. spent: 2:03, 4:26 mins remaining. Preferences - VQL Refactoring. time: 2741ms 
[INFO] Pass 11 (37) processed. 0 failed. spent: 2:07, 4:04 mins remaining. Preferences - VQL Syntax Coloring. time: 2499ms 
[INFO] Pass 12 (37) processed. 0 failed. spent: 2:10, 3:42 mins remaining. Preferences - VQL Templates. time: 3166ms 
[INFO] Pass 13 (37) processed. 0 failed. spent: 2:32, 3:53 mins remaining. Testing Framework - Snapshot - Create new snapshot. time: 21529ms 
[INFO] Pass 14 (37) processed. 0 failed. spent: 2:50, 3:53 mins remaining. Testing Framework - Snapshot - Save into an existing snapshot. time: 17725ms 
[INFO] Pass 15 (37) processed. 0 failed. spent: 3:04, 3:47 mins remaining. Testing Framework - Snapshot - Snapshot Editor - Add new child. time: 13478ms 
[INFO] Pass 16 (37) processed. 0 failed. spent: 3:15, 3:36 mins remaining. Validation framework - Generate validation project. time: 11046ms 
[INFO] Pass 17 (37) processed. 0 failed. spent: 3:21, 3:21 mins remaining. Validation framework - Validate CPS model. time: 5760ms 
[INFO] Pass 18 (37) processed. 0 failed. spent: 3:37, 3:15 mins remaining. Viewers - Sandbox - Create new component. time: 15798ms 
[INFO] Pass 19 (37) processed. 0 failed. spent: 3:52, 3:07 mins remaining. Viewers - Sandbox - Initialize. time: 14839ms 
[INFO] Pass 20 (37) processed. 0 failed. spent: 4:07, 2:59 mins remaining. Viewers - Sandbox - View synchronization. time: 14912ms 
[INFO] Pass 21 (37) processed. 0 failed. spent: 4:15, 2:46 mins remaining. Query Results - Load ResourceSet. time: 7085ms 
[INFO] Pass 22 (37) processed. 0 failed. spent: 4:26, 2:35 mins remaining. Query Results - Show results. time: 10833ms 
[INFO] Pass 23 (37) processed. 0 failed. spent: 4:38, 2:24 mins remaining. Query Results - Show location (to .vql file). time: 12444ms 
[INFO] Pass 24 (37) processed. 0 failed. spent: 4:51, 2:14 mins remaining. Query Results - Show location (to instance model). time: 11998ms 
[INFO] Pass 25 (37) processed. 0 failed. spent: 5:02, 2:03 mins remaining. Query Results - Unload model. time: 10735ms 
[INFO] Pass 26 (37) processed. 0 failed. spent: 5:14, 1:52 mins remaining. Query Results - Filtering. time: 11617ms 
[INFO] Pass 27 (37) processed. 0 failed. spent: 5:25, 1:40 mins remaining. Query Results - Local Search - Show results. time: 11124ms 
[INFO] Pass 28 (37) processed. 0 failed. spent: 5:36, 1:29 mins remaining. Query Registry - Load CPS Queries (Menu). time: 10050ms 
[INFO] Pass 29 (37) processed. 0 failed. spent: 5:43, 1:17 mins remaining. Query Registry - Load Registered Query (Double click). time: 7140ms 
[INFO] Pass 30 (37) processed. 0 failed. spent: 5:51, 1:05 mins remaining. Query Registry - Load Single Query (Double click). time: 7721ms 
[INFO] Pass 31 (37) processed. 0 failed. spent: 5:59, 0:54 mins remaining. Query Registry - Load Single Query (Menu). time: 7405ms 
[INFO] Pass 32 (37) processed. 0 failed. spent: 6:10, 0:56 mins remaining. Query Registry - New query. time: 11281ms 
[INFO] Pass 33 (37) processed. 0 failed. spent: 6:20, 0:32 mins remaining. Query Registry - Show location (Indexed OK). time: 9411ms 
[INFO] Pass 34 (37) processed. 0 failed. spent: 6:28, 0:21 mins remaining. Query Registry - Show location (OK). time: 7674ms 
[INFO] Pass 35 (37) processed. 0 failed. spent: 6:34, 0:10 mins remaining. Query Registry - Show location (Unindexed fail). time: 6028ms 
[INFO] Fail 36 (37) processed. 1 failed. spent: 6:42, 0:00 mins remaining. Migrate plug-in project. time: 7267ms  Cause: The Editor "project.to.convert" could not be found.
[INFO] Pass 37 (37) processed. 1 failed. spent: 6:56, 0:00 mins remaining. Migrate plug-in project via editor. time: 14418ms 
[INFO] Failed Tests:
[INFO] Migrate plug-in project
[INFO] Process terminated. Shut down AUTs
[INFO] Runner exit code is: 56
[ERROR] There are test failures
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] 
[INFO] --- rcptt-maven-plugin:2.4.3:package (default-package) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] Building zip: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/projects/org.eclipse.viatra.query.rcptt.tests-2.9.0-SNAPSHOT.zip
[INFO] Building zip: /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/org.eclipse.viatra-org.eclipse.viatra.query.rcptt.tests-2.9.0-SNAPSHOT-result.zip
[INFO] aut1/out.txt already added, skipping
[INFO] 
[INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.viatra.query.rcptt.tests ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.tests-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/projects/org.eclipse.viatra.query.rcptt.tests-2.9.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.tests-2.9.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/query/tests/org.eclipse.viatra.query.rcptt/org.eclipse.viatra.query.rcptt.tests/target/org.eclipse.viatra-org.eclipse.viatra.query.rcptt.tests-2.9.0-SNAPSHOT-result.zip to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.query.rcptt.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.query.rcptt.tests-2.9.0-SNAPSHOT-results.zip
[INFO] 
[INFO] ---< org.eclipse.viatra:org.eclipse.viatra.transformation.evm.tests >---
[INFO] Building org.eclipse.viatra.transformation.evm.tests 2.9.0-SNAPSHOT [109/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712945339491
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/../../jacoco/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/surefire.properties]
Running org.eclipse.viatra.transformation.evm.test.LifecycleTest
log4j:WARN No appenders could be found for logger (org.eclipse.viatra.query.runtime.api.ViatraQueryEngine.759725556).
log4j:WARN Please initialize the log4j system properly.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 s - in org.eclipse.viatra.transformation.evm.test.LifecycleTest
initAndShutdownOutOfOrder(org.eclipse.viatra.transformation.evm.test.LifecycleTest)  Time elapsed: 0.572 s
initAndShutdown(org.eclipse.viatra.transformation.evm.test.LifecycleTest)  Time elapsed: 0.013 s
Running org.eclipse.viatra.transformation.evm.test.ViatraQueryEventHandlerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in org.eclipse.viatra.transformation.evm.test.ViatraQueryEventHandlerTest
ruleInitializationTestWithUpdate(org.eclipse.viatra.transformation.evm.test.ViatraQueryEventHandlerTest)  Time elapsed: 0.348 s
ruleInitializationTestWithoutUpdate(org.eclipse.viatra.transformation.evm.test.ViatraQueryEventHandlerTest)  Time elapsed: 0.036 s
ruleInitializationTestWithUpdateWithoutContent(org.eclipse.viatra.transformation.evm.test.ViatraQueryEventHandlerTest)  Time elapsed: 0.004 s

Results:

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.evm.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.evm.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.evm.tests-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.evm.tests ---
[INFO] 
[INFO] --< org.eclipse.viatra:org.eclipse.viatra.transformation.runtime.emf.tests >--
[INFO] Building org.eclipse.viatra.transformation.runtime.emf.tests 2.9.0-SNAPSHOT [110/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712945349061
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Using toolchain JDK[/opt/tools/java/oracle/jdk-8/latest]
[WARNING] 
WARNING: 	BatchTransformationWithFilter.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/test/org/eclipse/viatra/transformation/evm/test/BatchTransformationWithFilter.xtend
31: The method precondition(IQuerySpecification<Matcher>) from the type BatchTransformationRuleFactory.BatchTransformationRuleBuilder is deprecated
[WARNING] 
WARNING: 	BatchTransformationWithFilter.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/test/org/eclipse/viatra/transformation/evm/test/BatchTransformationWithFilter.xtend
30: The method createRule() from the type BatchTransformationRuleFactory is deprecated
[WARNING] 
WARNING: 	BatchTransformationWithConflictingRuleInstances.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/test/org/eclipse/viatra/transformation/evm/test/BatchTransformationWithConflictingRuleInstances.xtend
27: The method precondition(IQuerySpecification<Matcher>) from the type BatchTransformationRuleFactory.BatchTransformationRuleBuilder is deprecated
[WARNING] 
WARNING: 	BatchTransformationWithConflictingRuleInstances.xtend - /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/test/org/eclipse/viatra/transformation/evm/test/BatchTransformationWithConflictingRuleInstances.xtend
26: The method createRule() from the type BatchTransformationRuleFactory is deprecated
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/../../jacoco/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/surefire.properties]
Running org.eclipse.viatra.transformation.evm.test.TransformationTest
log4j:WARN No appenders could be found for logger (org.eclipse.viatra.query.runtime.api.ViatraQueryEngine.222232523).
log4j:WARN Please initialize the log4j system properly.
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 s - in org.eclipse.viatra.transformation.evm.test.TransformationTest
invertedDisappearancePriorityConflictResolverTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.583 s
setBasedFilterTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.317 s
javaBasedTransformationTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.016 s
matchParameterDefaultFilterTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.045 s
inOrderTransformationDisposalTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.015 s
outOfOrderTransformationDisposalTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.007 s
matchParameterDefaultFilterExtensionTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.011 s
conflictingActivations(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.118 s
transformationFiringStatusTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.02 s
matchParameterFilterTest(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.027 s
conflictingActivationsOneByOne(org.eclipse.viatra.transformation.evm.test.TransformationTest)  Time elapsed: 0.019 s

Results:

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/tests/org.eclipse.viatra.transformation.runtime.emf.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.transformation.runtime.emf.tests/2.9.0-SNAPSHOT/org.eclipse.viatra.transformation.runtime.emf.tests-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.transformation.runtime.emf.tests ---
[INFO] 
[INFO] -----< org.eclipse.viatra:org.eclipse.viatra.integration.uml.test >-----
[INFO] Building org.eclipse.viatra.integration.uml.test 2.9.0-SNAPSHOT [111/113]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.integration.uml.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.integration.uml.test ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.integration.uml.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.integration.uml.test ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712945356501
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.integration.uml.test ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.integration.uml.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.integration.uml.test ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/../../jacoco/jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/work/data, -install, /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/work, -configuration, /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/surefire.properties]
Running org.eclipse.viatra.integration.uml.test.PackageBasedQueryGroupTest
log4j:WARN No appenders could be found for logger (org.eclipse.viatra.query.runtime.registry.IQuerySpecificationRegistry).
log4j:WARN Please initialize the log4j system properly.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s - in org.eclipse.viatra.integration.uml.test.PackageBasedQueryGroupTest
simpleTest(org.eclipse.viatra.integration.uml.test.PackageBasedQueryGroupTest)  Time elapsed: 0.319 s
updateTest(org.eclipse.viatra.integration.uml.test.PackageBasedQueryGroupTest)  Time elapsed: 0.148 s
subPackageTest(org.eclipse.viatra.integration.uml.test.PackageBasedQueryGroupTest)  Time elapsed: 0 s
Running org.eclipse.viatra.integration.uml.test.UMLSurrogateQueryPerformanceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.viatra.integration.uml.test.UMLSurrogateQueryPerformanceTest
org.eclipse.viatra.integration.uml.test.UMLSurrogateQueryPerformanceTest skipped
Running org.eclipse.viatra.integration.uml.test.TestUmlDerivedFeatures
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.679 s - in org.eclipse.viatra.integration.uml.test.TestUmlDerivedFeatures
namedElementNamespace(org.eclipse.viatra.integration.uml.test.TestUmlDerivedFeatures)  Time elapsed: 0.67 s
associationEndType(org.eclipse.viatra.integration.uml.test.TestUmlDerivedFeatures)  Time elapsed: 0.074 s
stateIsOrthogonal(org.eclipse.viatra.integration.uml.test.TestUmlDerivedFeatures)  Time elapsed: 0.044 s
namedElementQualifiedName(org.eclipse.viatra.integration.uml.test.TestUmlDerivedFeatures)  Time elapsed: 0.49 s
addAffectsContainment(org.eclipse.viatra.integration.uml.test.TestUmlDerivedFeatures)  Time elapsed: 0.4 s
Running org.eclipse.viatra.integration.uml.test.SurrogateQueryTest
Tests run: 55, Failures: 0, Errors: 0, Skipped: 55, Time elapsed: 0.039 s - in org.eclipse.viatra.integration.uml.test.SurrogateQueryTest
checkSurrogateOnUMLMetamodel[0: org.eclipse.viatra.integration.uml.derivedfeatures.actionContext](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[1: org.eclipse.viatra.integration.uml.derivedfeatures.actionInput](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[2: org.eclipse.viatra.integration.uml.derivedfeatures.actionOutput](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[3: org.eclipse.viatra.integration.uml.derivedfeatures.activityEdgeInGroup](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[4: org.eclipse.viatra.integration.uml.derivedfeatures.activityGroup](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[5: org.eclipse.viatra.integration.uml.derivedfeatures.activityGroupContainedEdge](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[6: org.eclipse.viatra.integration.uml.derivedfeatures.activityGroupContainedNode](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[7: org.eclipse.viatra.integration.uml.derivedfeatures.activityGroupInActivity](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[8: org.eclipse.viatra.integration.uml.derivedfeatures.activityGroupSubgroup](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[9: org.eclipse.viatra.integration.uml.derivedfeatures.activityGroupSuperGroup](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[10: org.eclipse.viatra.integration.uml.derivedfeatures.activityNode](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[11: org.eclipse.viatra.integration.uml.derivedfeatures.activityNodeActivity](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[12: org.eclipse.viatra.integration.uml.derivedfeatures.activityNodeInGroup](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[13: org.eclipse.viatra.integration.uml.derivedfeatures.associationEndType](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[14: org.eclipse.viatra.integration.uml.derivedfeatures.behaviorContext](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[15: org.eclipse.viatra.integration.uml.derivedfeatures.classExtension](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[16: org.eclipse.viatra.integration.uml.derivedfeatures.classSuperClass](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[17: org.eclipse.viatra.integration.uml.derivedfeatures.classifierAttribute](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[18: org.eclipse.viatra.integration.uml.derivedfeatures.classifierFeature](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[19: org.eclipse.viatra.integration.uml.derivedfeatures.classifierGeneral](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[20: org.eclipse.viatra.integration.uml.derivedfeatures.connectableElementEnd](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[21: org.eclipse.viatra.integration.uml.derivedfeatures.connectorKind](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[22: org.eclipse.viatra.integration.uml.derivedfeatures.deploymentTargetDeployedElement](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[23: org.eclipse.viatra.integration.uml.derivedfeatures.directedRelationshipSource](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[24: org.eclipse.viatra.integration.uml.derivedfeatures.directedRelationshipTarget](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[25: org.eclipse.viatra.integration.uml.derivedfeatures.elementOwnedElement](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[26: org.eclipse.viatra.integration.uml.derivedfeatures.elementOwner](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[27: org.eclipse.viatra.integration.uml.derivedfeatures.encapsulatedClassifierOwnedPort](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[28: org.eclipse.viatra.integration.uml.derivedfeatures.extensionMetaclass](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[29: org.eclipse.viatra.integration.uml.derivedfeatures.featureFeaturingClassifier](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[30: org.eclipse.viatra.integration.uml.derivedfeatures.messageMessageKind](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[31: org.eclipse.viatra.integration.uml.derivedfeatures.namedElementClientDependency](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[32: org.eclipse.viatra.integration.uml.derivedfeatures.namedElementNamespace](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[33: org.eclipse.viatra.integration.uml.derivedfeatures.namedElementQualifiedName](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[34: org.eclipse.viatra.integration.uml.derivedfeatures.namespaceImportedMember](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[35: org.eclipse.viatra.integration.uml.derivedfeatures.namespaceMember](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[36: org.eclipse.viatra.integration.uml.derivedfeatures.namespaceOwnedMember](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[37: org.eclipse.viatra.integration.uml.derivedfeatures.opaqueExpressionResult](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[38: org.eclipse.viatra.integration.uml.derivedfeatures.packageNestedPackage](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[39: org.eclipse.viatra.integration.uml.derivedfeatures.packageNestingPackage](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[40: org.eclipse.viatra.integration.uml.derivedfeatures.packageOwnedStereotype](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[41: org.eclipse.viatra.integration.uml.derivedfeatures.packageOwnedType](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[42: org.eclipse.viatra.integration.uml.derivedfeatures.propertyIsComposite](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[43: org.eclipse.viatra.integration.uml.derivedfeatures.protocolTransitionReferred](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[44: org.eclipse.viatra.integration.uml.derivedfeatures.redefinableElementRedefinedElement](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[45: org.eclipse.viatra.integration.uml.derivedfeatures.redefinableElementRedefinitionContext](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[46: org.eclipse.viatra.integration.uml.derivedfeatures.redefinableTemplateSignatureInheritedParameter](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[47: org.eclipse.viatra.integration.uml.derivedfeatures.relationshipRelatedElement](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[48: org.eclipse.viatra.integration.uml.derivedfeatures.stateIsComposite](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[49: org.eclipse.viatra.integration.uml.derivedfeatures.stateIsOrthogonal](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[50: org.eclipse.viatra.integration.uml.derivedfeatures.structuredClassifierPart](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[51: org.eclipse.viatra.integration.uml.derivedfeatures.structuredClassifierRole](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[52: org.eclipse.viatra.integration.uml.derivedfeatures.typePackage](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[53: org.eclipse.viatra.integration.uml.derivedfeatures.vertexIncoming](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped
checkSurrogateOnUMLMetamodel[54: org.eclipse.viatra.integration.uml.derivedfeatures.vertexOutgoing](org.eclipse.viatra.integration.uml.test.SurrogateQueryTest) skipped

Results:

Tests run: 64, Failures: 0, Errors: 0, Skipped: 56

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.integration.uml.test ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.test/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.test/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.test/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.test/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/integration/tests/org.eclipse.viatra.integration.uml.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.integration.uml.test/2.9.0-SNAPSHOT/org.eclipse.viatra.integration.uml.test-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.integration.uml.test ---
[INFO] 
[INFO] ----< org.eclipse.viatra:org.eclipse.viatra.documentation.example >-----
[INFO] Building org.eclipse.viatra.documentation.example 2.9.0-SNAPSHOT [112/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.documentation.example ---
[INFO] Deleting /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/src-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.documentation.example ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.documentation.example ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.documentation.example ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.documentation.example ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712945363410
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.documentation.example ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.documentation.example ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.documentation.example ---
[INFO] Adding project dependencies to classpath
[INFO] Can't find VIATRA Generator properties under /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/.settings/org.eclipse.viatra.query.patternlanguage.emf.EMFPatternLanguage.prefs, maven defaults are used.
[INFO] Encoding: UTF-8
[INFO] Compiler source level: 1.8
[INFO] Compiler target level: 1.8
[INFO] Using common types.
[INFO] Collecting source models.
[INFO] Installing type provider.
[INFO] Generating stubs into /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'CPSQueries.vql'
[WARNING] WARNING:Impure method call com.google.common.net.InetAddresses.isInetAddress (file:/home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/src/org/eclipse/viatra/documentation/example/queries/CPSQueries.vql line : 49 column : 46)
[INFO] Starting validation for input: 'ValidationExplanationQueries.vql'
[WARNING] WARNING:Aggregating feature chains might provide unexpected results. (file:/home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/src/org/eclipse/viatra/documentation/example/queries/ValidationExplanationQueries.vql line : 15 column : 11)
[INFO] Starting generator for input: 'CPSQueries.vql'
[INFO] Starting generator for input: 'ValidationExplanationQueries.vql'
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.documentation.example ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.documentation.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.documentation.example ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.documentation.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.documentation.example ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.documentation.example ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.documentation.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.documentation.example ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.documentation.example ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.example/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.example/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.example/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.example/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/documentation/org.eclipse.viatra.documentation.example/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.documentation.example/2.9.0-SNAPSHOT/org.eclipse.viatra.documentation.example-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.documentation.example ---
[INFO] 
[INFO] -------------< org.eclipse.viatra:org.eclipse.viatra.docs >-------------
[INFO] Building org.eclipse.viatra.docs 2.9.0-SNAPSHOT                [113/113]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.docs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.docs ---
[INFO] The project's OSGi version is 2.9.0.202404121749
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.docs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.viatra.docs ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ org.eclipse.viatra.docs ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs
[INFO] Storing buildNumber: bb90518913a7b98811cac6fcac722d78c9a26a8d at timestamp: 1712945380860
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.viatra.docs ---
[INFO] Required toolchain: jdk [ id='JavaSE-1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.docs ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/../../jacoco/jacoco.exec,append=true
[INFO] 
[INFO] --- license-maven-plugin:3.0:check (default) @ org.eclipse.viatra.docs ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- tycho-document-bundle-plugin:1.6.0:javadoc (eclipse-javadoc) @ org.eclipse.viatra.docs ---
[INFO] Scopes: [compile, provided]
[INFO] Output directory: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/target/reference/api
[INFO] BaseDir: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs
[INFO] Cleaning up first
[INFO] 21 source folders
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/xtend-gen
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/emf-gen
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/src-gen
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/src
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/src-gen
[INFO] Source folder: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src
[INFO] 145 classpath deps
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.eclipse.jdt.debug-3.13.0.v20190521-1707.jar/jdimodel.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.bindings/0.12.500.v20190510-1100/org.eclipse.e4.ui.bindings-0.12.500.v20190510-1100.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.core.services/2.1.400.v20181215-2145/org.eclipse.e4.core.services-2.1.400.v20181215-2145.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.core.di.extensions/0.15.300.v20190213-1308/org.eclipse.e4.core.di.extensions-0.15.300.v20190213-1308.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.ui.ide/3.15.200.v20190519-2104/org.eclipse.ui.ide-3.15.200.v20190519-2104.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.lang/2.6.0.v201404270220/org.apache.commons.lang-2.6.0.v201404270220.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.eclipse.jdt.debug-3.13.0.v20190521-1707.jar/jdi.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.core.di/1.7.200.v20190506-1457/org.eclipse.e4.core.di-1.7.200.v20190506-1457.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.batik.css/1.11.0.v20190515-0436/org.apache.batik.css-1.11.0.v20190515-0436.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.core.di.annotations/1.6.400.v20190518-1217/org.eclipse.e4.core.di.annotations-1.6.400.v20190518-1217.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.13.300.v20190514-0832/org.eclipse.debug.core-3.13.300.v20190514-0832.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-antlr.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.generator/2.20.0.v20191202-0933/org.eclipse.xtext.generator-2.20.0.v20191202-0933.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.core.commands/0.12.600.v20190510-1100/org.eclipse.e4.core.commands-0.12.600.v20190510-1100.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.validation/1.8.0.201812070911/org.eclipse.emf.validation-1.8.0.201812070911.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.swt.gtk.linux.x86_64/3.111.0.v20190605-1801/org.eclipse.swt.gtk.linux.x86_64-3.111.0.v20190605-1801.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.7.400.v20190516-1504/org.eclipse.equinox.preferences-3.7.400.v20190516-1504.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.edit/2.12.0.v20190226-1307/org.eclipse.emf.ecore.edit-2.12.0.v20190226-1307.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.launch-2.11.2.v20200224-0816.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-apache-xalan2.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common.ui/2.18.0.v20190507-0402/org.eclipse.emf.common.ui-2.18.0.v20190507-0402.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.batik.util/1.11.0.v20190515-0436/org.apache.batik.util-1.11.0.v20190515-0436.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.18.0.v20190528-0725/org.eclipse.emf.codegen.ecore-2.18.0.v20190528-0725.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.services/1.3.500.v20190513-2118/org.eclipse.e4.ui.services-1.3.500.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.swt/3.111.0.v20190605-1801/org.eclipse.swt-3.111.0.v20190605-1801.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190528-0845/org.eclipse.emf.common-2.16.0.v20190528-0845.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-jmf.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.edit.ui/2.16.0.v20181104-0733/org.eclipse.emf.edit.ui-2.16.0.v20181104-0733.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.app/1.4.200.v20190516-1504/org.eclipse.equinox.app-1.4.200.v20190516-1504.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-javamail.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.databinding.observable/1.7.0.v20190515-0910/org.eclipse.core.databinding.observable-1.7.0.v20190515-0910.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi.services/3.8.0.v20190206-2147/org.eclipse.osgi.services-3.8.0.v20190206-2147.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.runtime-2.11.2.v20200224-0816.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.databinding/1.5.0.v20180706-1146/org.eclipse.emf.databinding-1.5.0.v20180706-1146.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.jface.text/3.15.200.v20190519-2344/org.eclipse.jface.text-3.15.200.v20190519-2344.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-netrexx.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.inject.multibindings/3.0.0.v201605172100/com.google.inject.multibindings-3.0.0.v201605172100.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.13.400.v20190505-1655/org.eclipse.core.resources-3.13.400.v20190505-1655.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.ui/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-junit4.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.2.v20200224-0816/org.eclipse.emf.mwe.utils-1.5.2.v20200224-0816.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.14.0.v20190508-0531/org.eclipse.jdt.launching-3.14.0.v20190508-0531.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.jxpath/1.3.0.v200911051830/org.apache.commons.jxpath-1.3.0.v200911051830.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.change/2.14.0.v20190528-0725/org.eclipse.emf.ecore.change-2.14.0.v20190528-0725.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete.recipes/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.500.v20190510-0549/org.eclipse.core.variables-3.4.500.v20190510-0549.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-swing.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.8.400.v20190516-1504/org.eclipse.equinox.registry-3.8.400.v20190516-1504.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.osgi/3.14.0.v20190517-1309/org.eclipse.osgi-3.14.0.v20190517-1309.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.log4j/1.2.15.v201012070815/org.apache.log4j-1.2.15.v201012070815.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.databinding.property/1.7.0.v20190510-1100/org.eclipse.core.databinding.property-1.7.0.v20190510-1100.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.300.v20190215-2048/org.eclipse.core.contenttype-3.7.300.v20190215-2048.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.400.v20190518-1151/org.eclipse.core.filesystem-1.7.400.v20190518-1151.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.400.v20190506-1457/org.eclipse.core.jobs-3.10.400.v20190506-1457.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.115.0.v20190521-1602/org.eclipse.ui.workbench-3.115.0.v20190521-1602.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.help/3.8.400.v20190423-0921/org.eclipse.help-3.8.400.v20190423-0921.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.engine/2.6.300.v20190318-1320/org.eclipse.equinox.p2.engine-2.6.300.v20190318-1320.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.renderers.swt/0.14.700.v20190517-1525/org.eclipse.e4.ui.workbench.renderers.swt-0.14.700.v20190517-1525.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.18.0.v20190528-0845/org.eclipse.emf.ecore-2.18.0.v20190528-0845.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench/1.10.0.v20190529-1505/org.eclipse.e4.ui.workbench-1.10.0.v20190529-1505.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt.theme/0.12.300.v20190510-1100/org.eclipse.e4.ui.css.swt.theme-0.12.300.v20190510-1100.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.collections/10.2.0.v20200211-1558/org.eclipse.collections-10.2.0.v20200211-1558.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.antlr.runtime/3.2.0.v201101311130/org.antlr.runtime-3.2.0.v201101311130.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-apache-regexp.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-apache-bsf.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.editor/2.17.0.v20190528-0725/org.eclipse.emf.ecore.editor-2.17.0.v20190528-0725.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm.transactions/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base.itc/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.emf.xpath/0.2.300.v20190513-2118/org.eclipse.e4.emf.xpath-0.2.300.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.ui/3.113.0.v20190513-2118/org.eclipse.ui-3.113.0.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.batik.constants/1.11.0.v20190515-0436/org.apache.batik.constants-1.11.0.v20190515-0436.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-commons-net.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-jai.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-junit.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.widgets/1.2.400.v20190510-1100/org.eclipse.e4.ui.widgets-1.2.400.v20190510-1100.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.metadata/2.4.400.v20190409-0548/org.eclipse.equinox.p2.metadata-2.4.400.v20190409-0548.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.p2.core/2.6.0.v20190215-2242/org.eclipse.equinox.p2.core-2.6.0.v20190215-2242.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.di/1.2.600.v20190510-1100/org.eclipse.e4.ui.di-1.2.600.v20190510-1100.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-apache-log4j.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.runtime/3.15.300.v20190508-0543/org.eclipse.core.runtime-3.15.300.v20190508-0543.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.w3c.css.sac/1.3.1.v200903091627/org.w3c.css.sac-1.3.1.v200903091627.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.querybasedfeatures.runtime/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.400.v20190516-1358/org.eclipse.core.commands-3.9.400.v20190516-1358.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.swt/0.13.500.v20190513-2118/org.eclipse.e4.ui.css.swt-0.13.500.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.ui.views/3.9.400.v20190517-1612/org.eclipse.ui.views-3.9.400.v20190517-1612.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.400.v20190518-1240/org.eclipse.core.expressions-3.6.400.v20190518-1240.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.swt/0.14.600.v20190513-2118/org.eclipse.e4.ui.workbench.swt-0.14.600.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench3/0.15.100.v20190513-2118/org.eclipse.e4.ui.workbench3-0.15.100.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-testutil.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend/2.2.0.v201605260315/org.eclipse.xtend-2.2.0.v201605260315.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.400.v20190516-1504/org.eclipse.equinox.common-3.10.400.v20190516-1504.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.2.v20200224-0816/org.eclipse.emf.mwe.core-1.5.2.v20200224-0816.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.edit/2.15.0.v20190528-0725/org.eclipse.emf.edit-2.15.0.v20190528-0725.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-jdepend.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.base/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.core.contexts/1.8.100.v20190518-1217/org.eclipse.e4.core.contexts-1.8.100.v20190518-1217.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.jface.databinding/1.9.0.v20190519-0933/org.eclipse.jface.databinding-1.9.0.v20190519-0933.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.16.0.v20190418-0907/org.eclipse.emf.codegen-2.16.0.v20190418-0907.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.core.databinding/1.7.400.v20190513-2118/org.eclipse.core.databinding-1.7.400.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.8.0.v20190519-2104/org.eclipse.ui.navigator-3.8.0.v20190519-2104.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/io.github.classgraph/4.8.35.v20190528-1517/io.github.classgraph-4.8.35.v20190528-1517.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-apache-bcel.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-apache-oro.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.equinox.bidi/1.2.0.v20190514-1046/org.eclipse.equinox.bidi-1.2.0.v20190514-1046.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.databinding.runtime/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.patternlanguage.emf/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.jface/3.16.0.v20190528-0922/org.eclipse.jface-3.16.0.v20190528-0922.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.text/3.8.200.v20190519-2344/org.eclipse.text-3.8.200.v20190519-2344.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-xz.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-launcher.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.18.0.v20190522-0428/org.eclipse.jdt.core-3.18.0.v20190522-0428.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-apache-resolver.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.xtend.typesystem.emf/2.2.0.v201605260315/org.eclipse.xtend.typesystem.emf-2.2.0.v201605260315.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.workbench.addons.swt/1.3.500.v20190513-2118/org.eclipse.e4.ui.workbench.addons.swt-1.3.500.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.localsearch/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-jsch.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.1.400.v20190513-2118/org.eclipse.e4.ui.model.workbench-2.1.400.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.runtime.ui/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.emf.transaction/1.9.1.201805140824/org.eclipse.emf.transaction-1.9.1.201805140824.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-commons-logging.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/p2/osgi/bundle/org.eclipse.e4.ui.css.core/0.12.700.v20190513-2118/org.eclipse.e4.ui.css.core-0.12.700.v20190513-2118.jar
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.runtime.emf/target/classes
[INFO] CP: /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/.cache/tycho/org.apache.ant-1.10.5.v20190526-1402.jar/lib/ant-junitlauncher.jar
[INFO] Calling: /bin/sh -c cd '/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/target/reference/api' && '/opt/tools/java/oracle/jdk-8/latest/bin/javadoc' '@/home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/target/javadoc.options.txt'
Loading source files for package org.eclipse.viatra.query.runtime.rete.aggregation...
Loading source files for package org.eclipse.viatra.query.runtime.rete.boundary...
Loading source files for package org.eclipse.viatra.query.runtime.rete.construction...
Loading source files for package org.eclipse.viatra.query.runtime.rete.construction.basiclinear...
Loading source files for package org.eclipse.viatra.query.runtime.rete.construction.plancompiler...
Loading source files for package org.eclipse.viatra.query.runtime.rete.eval...
Loading source files for package org.eclipse.viatra.query.runtime.rete.index...
Loading source files for package org.eclipse.viatra.query.runtime.rete.matcher...
Loading source files for package org.eclipse.viatra.query.runtime.rete.misc...
Loading source files for package org.eclipse.viatra.query.runtime.rete.network...
Loading source files for package org.eclipse.viatra.query.runtime.rete.network.communication...
Loading source files for package org.eclipse.viatra.query.runtime.rete.network.indexer...
Loading source files for package org.eclipse.viatra.query.runtime.rete.network.mailbox...
Loading source files for package org.eclipse.viatra.query.runtime.rete.remote...
Loading source files for package org.eclipse.viatra.query.runtime.rete.single...
Loading source files for package org.eclipse.viatra.query.runtime.rete.traceability...
Loading source files for package org.eclipse.viatra.query.runtime.rete.util...
Loading source files for package org.eclipse.viatra.query.runtime.matchers...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.aggregators...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.algorithms...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.backend...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.context...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.context.common...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.context.surrogate...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.memories...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.planning...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.planning.helpers...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.planning.operations...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.psystem...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.psystem.aggregations...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.psystem.analysis...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.psystem.annotations...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.psystem.basicdeferred...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.psystem.basicenumerables...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.psystem.queries...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.psystem.rewriters...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.scopes...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.scopes.tables...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.tuple...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.util...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.util.resumable...
Loading source files for package org.eclipse.viatra.query.runtime.matchers.util.timeline...
Loading source files for package org.eclipse.viatra.addon.validation.runtime.ui...
Loading source files for package org.eclipse.viatra.addon.validation.core...
Loading source files for package org.eclipse.viatra.addon.validation.core.api...
Loading source files for package org.eclipse.viatra.addon.validation.core.listeners...
Loading source files for package org.eclipse.viatra.addon.validation.core.violationkey...
Loading source files for package org.eclipse.viatra.transformation.evm.api...
Loading source files for package org.eclipse.viatra.transformation.evm.api.adapter...
Loading source files for package org.eclipse.viatra.transformation.evm.api.event...
Loading source files for package org.eclipse.viatra.transformation.evm.api.event.adapter...
Loading source files for package org.eclipse.viatra.transformation.evm.api.resolver...
Loading source files for package org.eclipse.viatra.transformation.evm.notification...
Loading source files for package org.eclipse.viatra.transformation.evm.specific...
Loading source files for package org.eclipse.viatra.transformation.evm.specific.crud...
Loading source files for package org.eclipse.viatra.transformation.evm.specific.event...
Loading source files for package org.eclipse.viatra.transformation.evm.specific.job...
Loading source files for package org.eclipse.viatra.transformation.evm.specific.lifecycle...
Loading source files for package org.eclipse.viatra.transformation.evm.specific.resolver...
Loading source files for package org.eclipse.viatra.transformation.evm.specific.scheduler...
Loading source files for package org.eclipse.viatra.transformation.evm.update...
Loading source files for package org.eclipse.viatra.query.runtime...
Loading source files for package org.eclipse.viatra.query.runtime.api...
Loading source files for package org.eclipse.viatra.query.runtime.api.impl...
Loading source files for package org.eclipse.viatra.query.runtime.api.scope...
Loading source files for package org.eclipse.viatra.query.runtime.emf...
Loading source files for package org.eclipse.viatra.query.runtime.emf.helper...
Loading source files for package org.eclipse.viatra.query.runtime.emf.types...
Loading source files for package org.eclipse.viatra.query.runtime.exception...
Loading source files for package org.eclipse.viatra.query.runtime.extensibility...
Loading source files for package org.eclipse.viatra.query.runtime.registry...
Loading source files for package org.eclipse.viatra.query.runtime.registry.connector...
Loading source files for package org.eclipse.viatra.query.runtime.registry.view...
Loading source files for package org.eclipse.viatra.query.runtime.tabular...
Loading source files for package org.eclipse.viatra.query.runtime.util...
Loading source files for package org.eclipse.viatra.addon.validation.runtime...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.changemonitor...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.filters...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.modelmanipulation...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.modelmanipulation.tabular...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.rules...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.rules.batch...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.rules.eventdriven...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.transformation...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.transformation.batch...
Loading source files for package org.eclipse.viatra.transformation.runtime.emf.transformation.eventdriven...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.exceptions...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.matcher...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.matcher.integration...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.operations...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.operations.check...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.operations.extend...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.operations.util...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.plan...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.planner...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.planner.compiler...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.planner.cost...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.planner.cost.impl...
Loading source files for package org.eclipse.viatra.query.runtime.localsearch.profiler...
Loading source files for package org.eclipse.viatra.query.runtime.ui...
Loading source files for package org.eclipse.viatra.query.runtime.ui.modelconnector...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.alg.counting...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.alg.dred...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.alg.fw...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.alg.incscc...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.alg.misc...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.alg.misc.dfs...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.alg.misc.scc...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.alg.misc.topsort...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.graphimpl...
Loading source files for package org.eclipse.viatra.query.runtime.base.itc.igraph...
Loading source files for package org.eclipse.viatra.addon.querybasedfeatures.runtime...
Loading source files for package org.eclipse.viatra.addon.querybasedfeatures.runtime.handler...
Loading source files for package org.eclipse.viatra.query.runtime.rete.recipes...
Loading source files for package org.eclipse.viatra.query.runtime.rete.recipes.helper...
Loading source files for package org.eclipse.viatra.query.runtime.rete.recipes.impl...
Loading source files for package org.eclipse.viatra.query.runtime.rete.recipes.util...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.annotations...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.annotations.impl...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.formatting...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.helper...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.jvmmodel...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.parser.antlr...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.parser.antlr.internal...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.scoping...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.serializer...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.services...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.specification...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.types...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.util...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.validation...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.validation.whitelist...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.vql...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.vql.impl...
Loading source files for package org.eclipse.viatra.query.patternlanguage.emf.vql.util...
Loading source files for package org.eclipse.viatra.transformation.evm.transactions.specific...
Loading source files for package org.eclipse.viatra.transformation.evm.transactions.specific.job...
Loading source files for package org.eclipse.viatra.transformation.evm.transactions.update...
Loading source files for package org.eclipse.viatra.query.runtime.base.api...
Loading source files for package org.eclipse.viatra.query.runtime.base.api.filters...
Loading source files for package org.eclipse.viatra.query.runtime.base.api.profiler...
Loading source files for package org.eclipse.viatra.query.runtime.base.comprehension...
Loading source files for package org.eclipse.viatra.query.runtime.base.exception...
Loading source files for package org.eclipse.viatra.addon.databinding.runtime.adapter...
Loading source files for package org.eclipse.viatra.addon.databinding.runtime.api...
Loading source files for package org.eclipse.viatra.addon.databinding.runtime.collection...
Loading source files for package org.eclipse.viatra.addon.databinding.runtime.observables...
Loading source files for package org.eclipse.viatra.addon.databinding.runtime.util...
Constructing Javadoc information...
javadoc: warning - Error reading file: -public/package-list
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:178: warning: no @param for group
    public void propagateAggregateResultUpdate(final Tuple group, final AggregateResult oldValue,
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:178: warning: no @param for oldValue
    public void propagateAggregateResultUpdate(final Tuple group, final AggregateResult oldValue,
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:178: warning: no @param for newValue
    public void propagateAggregateResultUpdate(final Tuple group, final AggregateResult oldValue,
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:178: warning: no @param for timestamp
    public void propagateAggregateResultUpdate(final Tuple group, final AggregateResult oldValue,
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:190: warning: no @param for direction
    public void propagate(final Direction direction, final Tuple group, final AggregateResult value,
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:190: warning: no @param for group
    public void propagate(final Direction direction, final Tuple group, final AggregateResult value,
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:190: warning: no @param for value
    public void propagate(final Direction direction, final Tuple group, final AggregateResult value,
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:190: warning: no @param for timestamp
    public void propagate(final Direction direction, final Tuple group, final AggregateResult value,
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:211: warning: no @param for key
    public abstract Map<Tuple, Timeline<Timestamp>> getAggregateTupleTimeline(final Tuple key);
                                                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:211: warning: no @return
    public abstract Map<Tuple, Timeline<Timestamp>> getAggregateTupleTimeline(final Tuple key);
                                                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:218: warning: no @param for key
    public abstract Map<AggregateResult, Timeline<Timestamp>> getAggregateResultTimeline(final Tuple key);
                                                              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:218: warning: no @return
    public abstract Map<AggregateResult, Timeline<Timestamp>> getAggregateResultTimeline(final Tuple key);
                                                              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/single/SingleInputNode.java:95: warning: no @param for collector
    public void propagatePullInto(final Collection<Tuple> collector, final boolean flush) {
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/single/SingleInputNode.java:95: warning: no @param for flush
    public void propagatePullInto(final Collection<Tuple> collector, final boolean flush) {
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/single/SingleInputNode.java:104: warning: no @param for collector
    public void propagatePullIntoWithTimestamp(final Map<Tuple, Timeline<Timestamp>> collector, final boolean flush) {
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/single/SingleInputNode.java:104: warning: no @param for flush
    public void propagatePullIntoWithTimestamp(final Map<Tuple, Timeline<Timestamp>> collector, final boolean flush) {
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:37: warning: no @param for collector
    public void pullInto(Collection<Tuple> collector, boolean flush);
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:42: warning: no @param for collector
    public void pullIntoWithTimeline(final Map<Tuple, Timeline<Timestamp>> collector, final boolean flush);
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:42: warning: no @param for flush
    public void pullIntoWithTimeline(final Map<Tuple, Timeline<Timestamp>> collector, final boolean flush);
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:51: error: reference not found
     *  During runtime, flushing may be preferred; see {@link ReteContainer#pullContents(Supplier)}
                                                              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:54: warning: no @param for flush
    public Set<Tuple> getPulledContents(boolean flush);
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:54: warning: no @return
    public Set<Tuple> getPulledContents(boolean flush);
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:63: warning: no @param for receiver
    void appendChild(Receiver receiver);
         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:68: warning: no @param for receiver
    void removeChild(Receiver receiver);
         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:75: warning: no @param for mask
    ProjectionIndexer constructIndex(TupleMask mask, TraceInfo... traces);
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:75: warning: no @param for traces
    ProjectionIndexer constructIndex(TupleMask mask, TraceInfo... traces);
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:75: warning: no @return
    ProjectionIndexer constructIndex(TupleMask mask, TraceInfo... traces);
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Supplier.java:80: warning: no @return
    Collection<Receiver> getReceivers();
                         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Node.java:37: warning: no @param for tag
    void setTag(Object tag);
         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Node.java:52: warning: no @param for traceInfo
    void assignTraceInfo(TraceInfo traceInfo);
         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Node.java:56: warning: no @param for traceInfo
    void acceptPropagatedTraceInfo(TraceInfo traceInfo);
         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Receiver.java:34: warning: no @param for direction
    public void update(final Direction direction, final Tuple updateElement, final Timestamp timestamp);
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Receiver.java:34: warning: no @param for updateElement
    public void update(final Direction direction, final Tuple updateElement, final Timestamp timestamp);
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Receiver.java:34: warning: no @param for timestamp
    public void update(final Direction direction, final Tuple updateElement, final Timestamp timestamp);
                ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Receiver.java:44: warning: no @param for updates
    public default void batchUpdate(final Collection<Map.Entry<Tuple, Integer>> updates, final Timestamp timestamp) {
                        ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Receiver.java:44: warning: no @param for timestamp
    public default void batchUpdate(final Collection<Map.Entry<Tuple, Integer>> updates, final Timestamp timestamp) {
                        ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Receiver.java:73: warning: no @param for supplier
    void appendParent(final Supplier supplier);
         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Receiver.java:78: warning: no @param for supplier
    void removeParent(final Supplier supplier);
         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Receiver.java:83: warning: no @return
    Collection<Supplier> getParents();
                         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/StandardNode.java:47: warning: no @param for direction
    protected void propagateUpdate(final Direction direction, final Tuple updateElement, final Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/StandardNode.java:47: warning: no @param for updateElement
    protected void propagateUpdate(final Direction direction, final Tuple updateElement, final Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/StandardNode.java:47: warning: no @param for timestamp
    protected void propagateUpdate(final Direction direction, final Tuple updateElement, final Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/StandardNode.java:89: warning: no @return
    public Collection<Mailbox> getChildMailboxes() {
                               ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/StandardNode.java:113: warning: no @param for message
    protected void issueError(final String message, final Exception ex) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/StandardNode.java:113: warning: no @param for ex
    protected void issueError(final String message, final Exception ex) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/BaseNode.java:54: warning: no @return
    protected String toStringCore() {
                     ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/BaseNode.java:97: warning: no @return
    protected String getTraceInfoPatternsEnumerated() {
                     ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:87: error: @param name not found
     * @param deleteRederiveEvaluation
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:93: error: @param name not found
     * @param posetComparator
              ^
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.AggregatorOuterIdentityIndexer.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:386: warning: no @param for direction
        public void propagate(final Direction direction, final Tuple tuple, final Tuple group,
                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:386: warning: no @param for tuple
        public void propagate(final Direction direction, final Tuple tuple, final Tuple group,
                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:386: warning: no @param for group
        public void propagate(final Direction direction, final Tuple tuple, final Tuple group,
                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:386: warning: no @param for timestamp
        public void propagate(final Direction direction, final Tuple tuple, final Tuple group,
                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:411: warning: no @return
        protected NetworkStructureChangeSensitiveLogic createLogic() {
                                                       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/index/StandardIndexer.java:50: warning: no @param for direction
    protected void propagate(Direction direction, Tuple updateElement, Tuple signature, boolean change, Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/index/StandardIndexer.java:50: warning: no @param for updateElement
    protected void propagate(Direction direction, Tuple updateElement, Tuple signature, boolean change, Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/index/StandardIndexer.java:50: warning: no @param for signature
    protected void propagate(Direction direction, Tuple updateElement, Tuple signature, boolean change, Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/index/StandardIndexer.java:50: warning: no @param for change
    protected void propagate(Direction direction, Tuple updateElement, Tuple signature, boolean change, Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/index/StandardIndexer.java:50: warning: no @param for timestamp
    protected void propagate(Direction direction, Tuple updateElement, Tuple signature, boolean change, Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/index/Indexer.java:46: warning: no @param for signature
    public Collection<Tuple> get(Tuple signature);
                             ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/index/Indexer.java:51: warning: no @param for signature
    default public Map<Tuple, Timeline<Timestamp>> getTimeline(Tuple signature) {
                                                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/index/Indexer.java:51: warning: no @return
    default public Map<Tuple, Timeline<Timestamp>> getTimeline(Tuple signature) {
                                                   ^
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.AggregatorOuterIndexer.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:268: warning: no @param for direction
        public void propagate(final Direction direction, final Tuple tuple, final Tuple group,
                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:268: warning: no @param for tuple
        public void propagate(final Direction direction, final Tuple tuple, final Tuple group,
                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:268: warning: no @param for group
        public void propagate(final Direction direction, final Tuple tuple, final Tuple group,
                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:268: warning: no @param for timestamp
        public void propagate(final Direction direction, final Tuple tuple, final Tuple group,
                    ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.java:283: warning: no @return
        protected NetworkStructureChangeSensitiveLogic createLogic() {
                                                       ^
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/AbstractColumnAggregatorNode.NetworkStructureChangeSensitiveLogic.html...
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:181: warning: no @param for direction
    protected void updateDefault(final Direction direction, final Tuple update, final Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:181: warning: no @param for update
    protected void updateDefault(final Direction direction, final Tuple update, final Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:181: warning: no @param for timestamp
    protected void updateDefault(final Direction direction, final Tuple update, final Timestamp timestamp) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:201: warning: no @param for direction
    protected void updateWithDeleteAndRederive(final Direction direction, final Tuple update, final boolean monotone) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:201: warning: no @param for update
    protected void updateWithDeleteAndRederive(final Direction direction, final Tuple update, final boolean monotone) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:201: warning: no @param for monotone
    protected void updateWithDeleteAndRederive(final Direction direction, final Tuple update, final boolean monotone) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:299: warning: no @param for key
    protected boolean storeIfNotNeutral(final Tuple key, final Accumulator accumulator,
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:299: warning: no @param for accumulator
    protected boolean storeIfNotNeutral(final Tuple key, final Accumulator accumulator,
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:299: warning: no @param for memory
    protected boolean storeIfNotNeutral(final Tuple key, final Accumulator accumulator,
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:299: warning: no @return
    protected boolean storeIfNotNeutral(final Tuple key, final Accumulator accumulator,
                      ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:336: warning: no @param for key
    protected Accumulator getMainAccumulator(final Tuple key) {
                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:336: warning: no @return
    protected Accumulator getMainAccumulator(final Tuple key) {
                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:343: warning: no @param for key
    protected Accumulator getRederivableAccumulator(final Tuple key) {
                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:343: warning: no @return
    protected Accumulator getRederivableAccumulator(final Tuple key) {
                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:350: warning: no @param for key
    protected Accumulator getAccumulator(final Tuple key, final Map<Tuple, Accumulator> memory) {
                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:350: warning: no @param for memory
    protected Accumulator getAccumulator(final Tuple key, final Map<Tuple, Accumulator> memory) {
                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/ColumnAggregatorNode.java:350: warning: no @return
    protected Accumulator getAccumulator(final Tuple key, final Map<Tuple, Accumulator> memory) {
                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/IGroupable.java:29: warning: no @param for group
    void setCurrentGroup(CommunicationGroup group);
         ^
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/CountNode.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:91: warning: no @param for signature
    public abstract Object aggregateGroup(Tuple signature, Collection<Tuple> group);
                           ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:91: warning: no @param for group
    public abstract Object aggregateGroup(Tuple signature, Collection<Tuple> group);
                           ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:91: warning: no @return
    public abstract Object aggregateGroup(Tuple signature, Collection<Tuple> group);
                           ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:99: warning: no @param for signature
    public Object aggregateGroupAfterUpdate(Tuple signature, Collection<Tuple> currentGroup, Object oldAggregate,
                  ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:99: warning: no @param for currentGroup
    public Object aggregateGroupAfterUpdate(Tuple signature, Collection<Tuple> currentGroup, Object oldAggregate,
                  ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:99: warning: no @param for oldAggregate
    public Object aggregateGroupAfterUpdate(Tuple signature, Collection<Tuple> currentGroup, Object oldAggregate,
                  ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:99: warning: no @param for direction
    public Object aggregateGroupAfterUpdate(Tuple signature, Collection<Tuple> currentGroup, Object oldAggregate,
                  ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:99: warning: no @param for updateElement
    public Object aggregateGroupAfterUpdate(Tuple signature, Collection<Tuple> currentGroup, Object oldAggregate,
                  ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:99: warning: no @param for change
    public Object aggregateGroupAfterUpdate(Tuple signature, Collection<Tuple> currentGroup, Object oldAggregate,
                  ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:99: warning: no @return
    public Object aggregateGroupAfterUpdate(Tuple signature, Collection<Tuple> currentGroup, Object oldAggregate,
                  ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:153: warning: no @param for direction
    protected void aggregateUpdate(Direction direction, Tuple updateElement, Tuple signature, boolean change) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:153: warning: no @param for updateElement
    protected void aggregateUpdate(Direction direction, Tuple updateElement, Tuple signature, boolean change) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:153: warning: no @param for signature
    protected void aggregateUpdate(Direction direction, Tuple updateElement, Tuple signature, boolean change) {
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:153: warning: no @param for change
    protected void aggregateUpdate(Direction direction, Tuple updateElement, Tuple signature, boolean change) {
                   ^
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/GroupedMap.html...
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/GroupedSet.html...
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/IAggregatorNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/aggregation/IndexerBasedAggregatorNode.java:55: warning: no @param for reteContainer
    public IndexerBasedAggregatorNode(ReteContainer reteContainer) {
           ^
Generating ./org/eclipse/viatra/query/runtime/rete/boundary/Disconnectable.html...
Generating ./org/eclipse/viatra/query/runtime/rete/boundary/ExternalInputEnumeratorNode.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ExternalInputEnumeratorNode.java:120: warning: no @return
    protected Iterable<Tuple> getTuplesInternal() {
                              ^
Generating ./org/eclipse/viatra/query/runtime/rete/boundary/ExternalInputStatelessFilterNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/boundary/InputConnector.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/InputConnector.java:75: warning: no @param for recipe
    public void connectInputFilter(InputFilterRecipe recipe, Node freshNode) {
                ^
Generating ./org/eclipse/viatra/query/runtime/rete/boundary/ReteBoundary.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/boundary/ReteBoundary.java:58: error: bad use of '>'
     * SubPlans of parent nodes that have the key node as their child. For RETE --> SubPlan traceability, mainly at production
                                                                                  ^
Generating ./org/eclipse/viatra/query/runtime/rete/construction/RetePatternBuildException.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/basiclinear/BasicLinearLayout.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/basiclinear/OrderingHeuristics.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/plancompiler/CompilerHelper.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/plancompiler/CompilerHelper.JoinHelper.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/construction/plancompiler/CompilerHelper.java:311: error: unknown tag: pre
         * @pre enforceVariableCoincidences() has been called on both sides.
           ^
Generating ./org/eclipse/viatra/query/runtime/rete/construction/plancompiler/CompilerHelper.PosetTriplet.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/plancompiler/RecursionCutoffPoint.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/plancompiler/ReteRecipeCompiler.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/AbstractEvaluatorNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/EvaluatorCore.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/EvaluatorCore.FunctionEvaluatorCore.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/EvaluatorCore.PredicateEvaluatorCore.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/IEvaluatorNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/MemorylessEvaluatorNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/OutputCachingEvaluatorNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/OutputCachingEvaluatorNode.NetworkStructureChangeSensitiveLogic.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/RelationEvaluatorNode.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/eval/RelationEvaluatorNode.java:35: error: reference not found
 * A node that operates in batch-style (see {@link Receiver#doesProcessUpdatesInBatch()} and evaluates arbitrary Java
                                                   ^
Generating ./org/eclipse/viatra/query/runtime/rete/eval/RelationEvaluatorNode.BatchingReceiver.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/misc/SimpleReceiver.java:94: error: unknown tag: pre
     * @pre: child nodes, if any, must already be disconnected.
       ^
Generating ./org/eclipse/viatra/query/runtime/rete/index/DefaultIndexerListener.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/DualInputNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/DualInputNode.NetworkStructureChangeSensitiveLogic.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/DualInputNode.Side.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/ExistenceNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/GenericProjectionIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/IdentityIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/Indexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/IndexerListener.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/IndexerWithMemory.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/IndexerWithMemory.NetworkStructureChangeSensitiveLogic.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/IterableIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/JoinNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/MemoryIdentityIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/MemoryNullIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/NullIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/OnetimeIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/ProjectionIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/SpecializedProjectionIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/SpecializedProjectionIndexer.ListenerSubscription.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/StandardIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/TransitiveClosureNodeIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/DRedReteBackendFactory.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/IncrementalMatcherCapability.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/ReteBackendFactory.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/ReteBackendFactoryProvider.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/ReteEngine.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/ReteEngine.java:206: error: unknown tag: pre
     * @pre: builder is set.
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/ReteEngine.java:245: error: unknown tag: pre
     * @pre: builder is set.
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/backend/IQueryBackend.java:38: error: @param name not found
     * @param optional hints that may override engine and query defaults (as provided by {@link IQueryBackendHintProvider}). Can be null.
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/ReteEngine.java:80: error: bad use of '>'
     *            asynchronous thread to operate the RETE net, >1 uses multiple RETE containers.
                                                               ^
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/RetePatternMatcher.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/backend/IQueryResultProvider.java:32: error: unknown tag: pre
     * @pre size of input array must be equal to the number of parameters.
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/backend/IQueryResultProvider.java:43: error: @param name not found
     * @param parameters
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/backend/IQueryResultProvider.java:56: error: unknown tag: pre
     * @pre size of input array must be equal to the number of parameters.
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/backend/IQueryResultProvider.java:67: error: @param name not found
     * @param parameters
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/backend/IQueryResultProvider.java:119: error: unknown tag: pre
     * @pre size of input array must be equal to the number of parameters.
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/backend/IQueryResultProvider.java:146: error: unknown tag: pre
     * @pre size of input array must be equal to the number of parameters.
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/RetePatternMatcher.java:55: error: @param name not found
     * @param productionNode
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/RetePatternMatcher.java:57: error: unknown tag: pre
     * @pre: Production must be local to the head container
       ^
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/TimelyConfiguration.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/TimelyConfiguration.AggregatorArchitecture.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/TimelyConfiguration.TimelineRepresentation.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/matcher/TimelyConfiguration.java:56: error: bad HTML entity
         * Complete timeline (series of appearance & disappearance) is maintained per tuple.  
                                                   ^
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/TimelyReteBackendFactory.html...
Generating ./org/eclipse/viatra/query/runtime/rete/misc/Bag.html...
Generating ./org/eclipse/viatra/query/runtime/rete/misc/ConstantNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/misc/DefaultDeltaMonitor.html...
Generating ./org/eclipse/viatra/query/runtime/rete/misc/DeltaMonitor.html...
Generating ./org/eclipse/viatra/query/runtime/rete/misc/SimpleReceiver.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/BaseNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/IGroupable.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/Network.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Network.java:205: error: unknown tag: pre
     * @pre: structuralChangeLock MUST be grabbed by the sequence (but not necessarily this thread, as the sequence may
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Network.java:208: error: invalid use of @return
     * @return the value of the target container's clock at the time when the message was accepted into its message
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Network.java:226: error: unknown tag: pre
     * @pre: structuralChangeLock MUST be grabbed by the sequence (but not necessarily this thread, as the sequence may
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/Network.java:86: error: bad use of '>'
     *            asynchronous thread to operate the RETE net, >1 uses multiple RETE containers.
                                                               ^
Generating ./org/eclipse/viatra/query/runtime/rete/network/NetworkStructureChangeSensitiveNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/Node.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/NodeProvisioner.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/PosetAwareReceiver.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/ProductionNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/Receiver.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/RederivableNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/ReteContainer.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/ReteContainer.java:608: error: unknown tag: pre
     * @pre node belongs to this container.
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/ReteContainer.java:624: error: unknown tag: pre
     * @pre: address.container == this, e.g. address MUST be local
       ^
Generating ./org/eclipse/viatra/query/runtime/rete/network/StandardNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/Supplier.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/Tunnel.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/CommunicationGroup.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/communication/CommunicationGroup.java:35: error: reference not found
     * May be changed during bumping in {@link CommunicationTracker.registerDependency}
                                               ^
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/CommunicationTracker.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/network/communication/CommunicationTracker.java:83: error: bad use of '>'
     * Precomputed node -> communication group map
                         ^
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/MessageSelector.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/NodeComparator.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/PhasedSelector.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/Timestamp.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/Timestamp.AllZeroMap.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/indexer/DefaultMessageIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/indexer/GroupBasedMessageIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/indexer/MessageIndexer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/mailbox/AdaptableMailbox.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/mailbox/FallThroughCapableMailbox.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/mailbox/Mailbox.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/mailbox/MessageIndexerFactory.html...
Generating ./org/eclipse/viatra/query/runtime/rete/remote/Address.html...
Generating ./org/eclipse/viatra/query/runtime/rete/remote/RemoteReceiver.html...
Generating ./org/eclipse/viatra/query/runtime/rete/remote/RemoteSupplier.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/AbstractUniquenessEnforcerNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/CallbackNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/DefaultProductionNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/DiscriminatorBucketNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/DiscriminatorDispatcherNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/EqualityFilterNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/FilterNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/InequalityFilterNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/SingleInputNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/TimelyProductionNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/TimelyUniquenessEnforcerNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/TransformerNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/TransitiveClosureNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/TransparentNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/TrimmerNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/UniquenessEnforcerNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/ValueBinderFilterNode.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/ActiveNodeConflictTrace.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/CompiledQuery.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/CompiledSubPlan.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/ParameterProjectionTrace.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/PatternTraceInfo.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/PlanningTrace.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/RecipeTraceInfo.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/TraceInfo.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/UserRequestTrace.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/LexicographicComparator.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/Options.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/Options.BuilderMethod.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/Options.FunctionalDependencyOption.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/Options.InjectivityStrategy.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/Options.NodeSharingOption.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/Options.PlanTrimOption.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/OrderingCompareAgent.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.rete/src/org/eclipse/viatra/query/runtime/rete/util/OrderingCompareAgent.java:52: error: unknown tag: pre
     * @pre result == 0
       ^
Generating ./org/eclipse/viatra/query/runtime/rete/util/ReteHintOptions.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/ViatraQueryRuntimeException.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/avg.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/count.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/DoubleAverageOperator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/DoubleSumOperator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/ExtremumOperator.Extreme.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/IntegerAverageOperator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/IntegerSumOperator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/LongAverageOperator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/LongSumOperator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/max.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/min.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/sum.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/algorithms/OrderedIterableMerge.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/algorithms/UnionFind.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/algorithms/UnionFindNodeProperty.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/CommonQueryHintOptions.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/ICallDelegationStrategy.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/IMatcherCapability.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/IQueryBackend.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/IQueryBackendFactory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/IQueryBackendFactoryProvider.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/IQueryBackendHintProvider.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/IQueryResultProvider.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/IUpdateable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/QueryEvaluationHint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/QueryEvaluationHint.BackendRequirement.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/QueryHintOption.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/ResultProviderRequestor.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/AbstractQueryMetaContext.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/AbstractQueryRuntimeContext.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.java:67: error: reference not found
     * <p><b>Postcondition:</b> After invoking this method, {@link #getIndexed(IInputKey, IndexingService)} for the same key
                                                                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.java:157: error: reference not found
     * Simpler form of {@link #enumerateTuples(IInputKey, TupleMask, Tuple)} in the case where all values of the tuples
                              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.java:185: error: reference not found
     * Simpler form of {@link #enumerateTuples(IInputKey, TupleMask, Tuple)} in the case where all values of the tuples
                              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.java:240: error: bad use of '>'
     * <p> model element -> internal object.
                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.java:247: error: bad use of '>'
     * <p> internal object -> model element
                            ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.java:254: error: bad use of '>'
     * <p> model elements -> internal objects
                           ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.java:261: error: bad use of '>'
     * <p> internal objects -> model elements
                             ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.java:276: error: @param name not found
     * @param traversalCallback
              ^
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IInputKey.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IndexingService.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IndexingService.java:22: error: reference not found
     * unseeded calls of {@link IQueryRuntimeContext#countTuples(IInputKey, org.eclipse.viatra.query.runtime.matchers.tuple.Tuple)}
                                ^
Generating ./org/eclipse/viatra/query/runtime/matchers/context/InputKeyImplication.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IPosetComparator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IQueryBackendContext.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IQueryCacheContext.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryCacheContext.java:34: error: reference not found
     * <p> <b>Postcondition:</b> {@link IQueryBackend#isCaching()} returns true for the {@link #getQueryBackend()} of the returned provider
                                                                                               ^
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IQueryMetaContext.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IQueryResultProviderAccess.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/IQueryResultProviderAccess.java:27: error: reference not found
     * @throws ViatraQueryRuntimeException 
       ^
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContext.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/IQueryRuntimeContextListener.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/common/BaseInputKeyWrapper.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/common/JavaTransitiveInstancesKey.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/surrogate/SurrogateQueryRegistry.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/context/surrogate/SurrogateQueryRegistry.java:60: error: @param name not found
     * @param surrogateQuery
              ^
Generating ./org/eclipse/viatra/query/runtime/matchers/memories/DefaultMaskedTupleMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/memories/IdentityMaskedTupleMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/memories/MaskedTupleMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/memories/NullaryMaskedTupleMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/memories/UnaryMaskedTupleMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/IOperationCompiler.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/IQueryPlannerStrategy.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/QueryProcessingException.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/planning/QueryProcessingException.java:43: error: @param name not found
     * @param context
              ^
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/SubPlan.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/SubPlanFactory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/helpers/BuildHelper.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/helpers/FunctionalDependencyHelper.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/planning/helpers/FunctionalDependencyHelper.java:68: error: reference not found
     * Returns the dependency set over attributes in {@link targetAttributes} that are implied by a given source dependency set.
                                                            ^
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/helpers/StatisticsHelper.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/helpers/TypeHelper.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/planning/helpers/TypeHelper.java:65: error: reference not found
     * {@link TypeHelper.inferUnaryTypes} method. The purpose of this method is that the type map can be reused across
              ^
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/PApply.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/PEnumerate.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/PJoin.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/POperation.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/PProject.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/PStart.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/BasePConstraint.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/PConstraint.java:44: error: bad use of '>'
     * @return non-trivial functional dependencies in the form of {variables} --> {variables}, where dependencies with the same lhs are unified.   
                                                                                ^
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/DeferredPConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/EnumerablePConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/IExpressionEvaluator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/IMultiQueryReference.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/InitializablePQuery.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/IQueryReference.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/IRelationEvaluator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/ITypeConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/ITypeConstraint.TypeConstraintUtil.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/ITypeInfoProviderConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/IValueProvider.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/KeyedEnumerablePConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/PBody.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/PBody.java:196: error: unexpected end tag: </p>
     * Returns the symbolic parameters of the body. </p>
                                                    ^
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/PConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/PTraceable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/PVariable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/TypeJudgement.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/VariableDeferredPConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/AbstractMemorylessAggregationOperator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/AggregatorType.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/BoundAggregator.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/IAggregatorFactory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/IMultisetAggregationOperator.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/IMultisetAggregationOperator.java:20: error: reference not found
 *  <li>Stateless aggregation of an explicit multiset, provided by {@link #aggregateStatelessly(Collection)}.</li>
                                                                          ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/IMultisetAggregationOperator.java:24: error: unknown tag: Domain
 * <p> In case of incremental computation, the aggregable multiset is conceptual; it is not represented by an explicit Collection<Domain> object, but its update operations are tracked.  
                                                                                                                                 ^
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/analysis/QueryAnalyzer.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/annotations/PAnnotation.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/annotations/ParameterReference.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/AggregatorConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/BaseTypeSafeConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/Equality.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/ExportedParameter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/ExpressionEvaluation.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/Inequality.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/NegativePatternCall.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/PatternCallBasedDeferred.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/PatternMatchCounter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/RelationEvaluation.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/TypeFilterConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/AbstractTransitiveClosure.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/BinaryReflexiveTransitiveClosure.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/BinaryTransitiveClosure.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/ConstantValue.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/PositivePatternCall.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/TypeConstraint.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/BasePQuery.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PDisjunction.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PParameter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PParameterDirection.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PProblem.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PQueries.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PQuery.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PQuery.PQueryStatus.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PQueryHeader.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/PVisibility.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/QueryInitializationException.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/AbstractRewriterTraceSource.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/ConstraintRemovalReason.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/DefaultFlattenCallPredicate.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IConstraintFilter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IConstraintFilter.AllowAllFilter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IConstraintFilter.ExportedParameterFilter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IdentityPDisjunctionRewriter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IDerivativeModificationReason.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IFlattenCallPredicate.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IFlattenCallPredicate.And.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IPTraceableTraceProvider.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IRewriterTraceCollector.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IVariableRenamer.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IVariableRenamer.HierarchicalName.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/IVariableRenamer.SameName.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/MappingTraceCollector.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/NeverFlattenCallPredicate.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/NopTraceCollector.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PBodyCopier.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PBodyCopier.java:280: error: @param name not found
     * @param positivePatternCall
              ^
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PBodyNormalizer.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PDisjunctionRewriter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PDisjunctionRewriterCacher.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/PQueryFlattener.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/RewriterException.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/SurrogateQueryRewriter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/IStorageBackend.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/SimpleLocalStorageBackend.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/SimpleRuntimeContext.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/TabularRuntimeContext.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/AbstractIndexTable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/AbstractIndexTable.ColumnBoundListeners.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/AbstractIndexTable.GenericBoundListeners.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/AbstractIndexTable.IListenersWithSameMask.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/AbstractIndexTable.UniversalListeners.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/DefaultIndexTable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/DisjointUnionTable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/IIndexTable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableContext.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterBinary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterBinary.Nop.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterBinary.Table.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterGeneric.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterGeneric.Nop.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterGeneric.Table.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterUnary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterUnary.Nop.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/ITableWriterUnary.Table.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/SimpleBinaryTable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/SimpleUnaryTable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/AbstractTuple.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/ITuple.java:25: error: unknown tag: pre
     * @pre: 0 <= index < getSize()
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/ITuple.java:25: error: malformed HTML
     * @pre: 0 <= index < getSize()
               ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/ITuple.java:25: error: malformed HTML
     * @pre: 0 <= index < getSize()
                        ^
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/BaseFlatTuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/BaseLeftInheritanceTuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/FlatTuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/FlatTuple0.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/FlatTuple1.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/FlatTuple2.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/FlatTuple3.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/FlatTuple4.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/IModifiableTuple.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/IModifiableTuple.java:22: error: unknown tag: pre
     * @pre: 0 <= index < getSize()
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/IModifiableTuple.java:22: error: malformed HTML
     * @pre: 0 <= index < getSize()
               ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/IModifiableTuple.java:22: error: malformed HTML
     * @pre: 0 <= index < getSize()
                        ^
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/ITuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple.java:115: error: unknown tag: pre
     * @pre: 0 <= index < getSize()
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple.java:115: error: malformed HTML
     * @pre: 0 <= index < getSize()
               ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple.java:115: error: malformed HTML
     * @pre: 0 <= index < getSize()
                        ^
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple1.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple1.java:46: error: unknown tag: pre
     * @pre: 0 <= index < getSize()
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple1.java:46: error: malformed HTML
     * @pre: 0 <= index < getSize()
               ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple1.java:46: error: malformed HTML
     * @pre: 0 <= index < getSize()
                        ^
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple2.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple3.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/LeftInheritanceTuple4.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/MaskedTuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/Tuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:112: error: reference not found
     * An array containing the first {@link size} nonnegative integers in order
                                            ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:286: error: unknown tag: pre
     * @pre: 0 <= index < getSize() 
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:286: error: malformed HTML
     * @pre: 0 <= index < getSize() 
               ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:286: error: malformed HTML
     * @pre: 0 <= index < getSize() 
                        ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:296: error: unknown tag: pre
     * @pre: 0 <= index < getSize()
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:296: error: malformed HTML
     * @pre: 0 <= index < getSize()
               ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:296: error: malformed HTML
     * @pre: 0 <= index < getSize()
                        ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:350: error: unknown tag: pre
     * @pre: all indices of the mask must be different, i.e {@link #isNonrepeating()} must return true
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask.java:367: error: unknown tag: pre
     * @pre: all indices of the mask must be different, i.e {@link #isNonrepeating()} must return true
       ^
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/TupleMask0.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/TupleMaskIdentity.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/Tuples.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/Tuples.java:62: error: reference not found
     * (via {@link #staticArityLeftInheritanceTupleOf(Object, Object)} etc.
                   ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/tuple/Tuples.java:63: error: reference not found
     * or {@link #wideLeftInheritanceTupleOf(Object...)}),
                 ^
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/TupleValueProvider.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/VolatileMaskedTuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/VolatileModifiableMaskedTuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/VolatileTuple.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/Accuracy.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/Clearable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/CollectionsFactory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/CollectionsFactory.ICollectionsFramework.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/CollectionsFactory.MemoryType.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/Direction.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EclipseCollectionsBagMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EclipseCollectionsDeltaBag.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EclipseCollectionsFactory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EclipseCollectionsLongMultiset.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EclipseCollectionsLongSetMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EclipseCollectionsLongSetMemory.SetWrapper.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EclipseCollectionsMultiset.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EclipseCollectionsSetMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/EmptyMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/ICache.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IDeltaBag.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IMemoryView.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IMultiLookup.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookup.java:177: error: bad use of '>'
     * <p> PRE: count > 0
                      ^
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IMultiLookup.ChangeGranularity.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:27: error: bad use of '>'
 * <p> Implemented as a Key->Object map with invariant: <ul>
                            ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:39: error: malformed HTML
 *  <p> Implementor should inherit from a Map<Key, Object>-like class (primitive map possible) 
                                             ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:39: error: bad use of '>'
 *  <p> Implementor should inherit from a Map<Key, Object>-like class (primitive map possible) 
                                                         ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:430: error: malformed HTML
     *  <p> Implementor should inherit from a Map<Key, Object>-like class (primitive map possible) 
                                                 ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:430: error: bad use of '>'
     *  <p> Implementor should inherit from a Map<Key, Object>-like class (primitive map possible) 
                                                             ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:371: error: malformed HTML
     *  <p> Implementor should inherit from a Map<Key, Object>-like class (primitive map possible) 
                                                 ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.java:371: error: bad use of '>'
     *  <p> Implementor should inherit from a Map<Key, Object>-like class (primitive map possible) 
                                                             ^
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.ToMultisetsAbstract.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IMultiLookupAbstract.ToSetsAbstract.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IMultiset.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IProvider.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/IProvider.ProvidedValueFunction.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/ISetMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/MapBackedMemoryView.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/MapBackedMemoryView.java:18: error: malformed HTML
 * Wraps a Map<T, Integer> (mapping elements to non-zero multiplicities) into an {@link IMemoryView}.
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/query/plugins/org.eclipse.viatra.query.runtime.matchers/src/org/eclipse/viatra/query/runtime/matchers/util/MapBackedMemoryView.java:18: error: bad use of '>'
 * Wraps a Map<T, Integer> (mapping elements to non-zero multiplicities) into an {@link IMemoryView}.
                         ^
Generating ./org/eclipse/viatra/query/runtime/matchers/util/MarkedMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/MarkedMemory.MarkedDeltaBag.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/MarkedMemory.MarkedMultiset.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/MarkedMemory.MarkedSet.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/MemoryViewBackedMapView.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/Preconditions.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/PurgableCache.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/Sets.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/Signed.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/SingletonInstanceProvider.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/SingletonMemoryView.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/TimelyMemory.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/TimelyMemory.CumulativeCounter.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/TimelyMemory.FoldingState.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/TimelyMemory.SignChange.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/resumable/MaskedResumable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/resumable/Resumable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/resumable/UnmaskedResumable.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/timeline/CompactTimeline.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/timeline/Diff.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/timeline/SingletonTimeline.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/timeline/Timeline.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/timeline/Timelines.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ui/EditorReferenceTester.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ui/ValidationInitUtil.html...
Generating ./org/eclipse/viatra/addon/validation/core/Constraint.html...
Generating ./org/eclipse/viatra/addon/validation/core/Entry.html...
Generating ./org/eclipse/viatra/addon/validation/core/MatchAppearanceJob.html...
Generating ./org/eclipse/viatra/addon/validation/core/MatchDisappearanceJob.html...
Generating ./org/eclipse/viatra/addon/validation/core/MatchUpdateJob.html...
Generating ./org/eclipse/viatra/addon/validation/core/ValidationEngine.html...
Generating ./org/eclipse/viatra/addon/validation/core/ValidationEngineBuilder.html...
Generating ./org/eclipse/viatra/addon/validation/core/Violation.html...
Generating ./org/eclipse/viatra/addon/validation/core/ViolationCreationProcessor.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/ConstraintSpecification.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/ConstraintSpecification.ConstraintSpecificationBuilder.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/IConstraint.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/IConstraintSpecification.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/IEntry.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/IValidationEngine.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/IViolation.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/IViolationFilter.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/Severity.html...
Generating ./org/eclipse/viatra/addon/validation/core/listeners/ConstraintListener.html...
Generating ./org/eclipse/viatra/addon/validation/core/listeners/ValidationEngineListener.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/src/org/eclipse/viatra/addon/validation/core/listeners/ValidationEngineListener.java:25: error: @param name not found
     * @param violation
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/addon/plugins/org.eclipse.viatra.addon.validation.core/src/org/eclipse/viatra/addon/validation/core/listeners/ValidationEngineListener.java:33: error: @param name not found
     * @param violation
              ^
Generating ./org/eclipse/viatra/addon/validation/core/listeners/ViolationListener.html...
Generating ./org/eclipse/viatra/addon/validation/core/violationkey/CompositeSymmetricViolationKey.html...
Generating ./org/eclipse/viatra/addon/validation/core/violationkey/CompositeViolationKey.html...
Generating ./org/eclipse/viatra/addon/validation/core/violationkey/SimpleViolationKey.html...
Generating ./org/eclipse/viatra/addon/validation/core/violationkey/ViolationKey.html...
Generating ./org/eclipse/viatra/transformation/evm/api/Activation.html...
Generating ./org/eclipse/viatra/transformation/evm/api/ActivationLifeCycle.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/ActivationLifeCycle.java:143: error: @param name not found
     * @param from the source state of the transition
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/ActivationLifeCycle.java:144: error: @param name not found
     * @param event the event causing the transition
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/ActivationLifeCycle.java:145: error: @param name not found
     * @param to the target state of the transition
              ^
Generating ./org/eclipse/viatra/transformation/evm/api/ActivationLifeCycle.Transition.html...
Generating ./org/eclipse/viatra/transformation/evm/api/Agenda.html...
Generating ./org/eclipse/viatra/transformation/evm/api/CompositeJob.html...
Generating ./org/eclipse/viatra/transformation/evm/api/ConflictSetIterator.html...
Generating ./org/eclipse/viatra/transformation/evm/api/Context.html...
Generating ./org/eclipse/viatra/transformation/evm/api/DefaultActivationNotificationListener.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/notification/IActivationNotificationListener.java:31: error: self-closing element not allowed
     * <p/>
       ^
Generating ./org/eclipse/viatra/transformation/evm/api/EventDrivenVM.html...
Generating ./org/eclipse/viatra/transformation/evm/api/ExecutionSchema.html...
Generating ./org/eclipse/viatra/transformation/evm/api/Executor.html...
Generating ./org/eclipse/viatra/transformation/evm/api/IExecutor.html...
Generating ./org/eclipse/viatra/transformation/evm/api/Job.html...
Generating ./org/eclipse/viatra/transformation/evm/api/RuleBase.html...
Generating ./org/eclipse/viatra/transformation/evm/api/RuleEngine.html...
Generating ./org/eclipse/viatra/transformation/evm/api/RuleInstance.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/RuleInstance.java:78: error: @param name not found
     * @param engine
              ^
Generating ./org/eclipse/viatra/transformation/evm/api/RuleSpecification.html...
Generating ./org/eclipse/viatra/transformation/evm/api/ScheduledExecution.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/ScheduledExecution.java:48: error: @param name not found
     * @param executor
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/ScheduledExecution.java:49: error: @param name not found
     * @param agenda
              ^
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/ScheduledExecution.java:60: error: @param name not found
     * @param eventRealm
              ^
Generating ./org/eclipse/viatra/transformation/evm/api/Scheduler.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/Scheduler.java:43: error: @param name not found
     * @param executor
              ^
Generating ./org/eclipse/viatra/transformation/evm/api/Scheduler.ISchedulerFactory.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/AbstractEVMAdapter.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/AbstractEVMListener.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/AdaptableActivationNotificationListener.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/AdaptableConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/AdaptableEVM.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/AdaptableEVMFactory.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/AdaptableExecutor.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/AdaptableRuleBase.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/IAdaptableEVMFactoryListener.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/IAdapterConfiguration.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/IEVMAdapter.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/IEVMListener.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/AbstractRuleInstanceBuilder.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/ActivationState.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/ActivationState.DynamicActivationState.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/Event.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/EventFilter.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/EventHandler.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/EventRealm.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/EventSource.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/EventSourceSpecification.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/event/EventSourceSpecification.java:21: error: unexpected end tag: </p>
     * </p>
       ^
Generating ./org/eclipse/viatra/transformation/evm/api/event/EventType.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/EventType.DynamicEventType.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/EventType.RuleEngineEventType.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/adapter/EventHandlerAdapter.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/adapter/EventProcessorAdapter.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/event/adapter/EventProcessorAdapter.java:70: error: @param name not found
     * @param atom
              ^
Generating ./org/eclipse/viatra/transformation/evm/api/event/adapter/EventSourceAdapter.html...
Generating ./org/eclipse/viatra/transformation/evm/api/resolver/ChangeableConflictSet.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/resolver/ChangeableConflictSet.java:26: error: self-closing element not allowed
     * <p/>NOTE: The ChangeableConflictSet is responsible for handling that <code>add</code> may be called
       ^
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/api/resolver/ChangeableConflictSet.java:37: error: self-closing element not allowed
     * <p/>NOTE: The ChangeableConflictSet is responsible for handling that <code>remove</code> may be called
       ^
Generating ./org/eclipse/viatra/transformation/evm/api/resolver/ConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/api/resolver/ConflictSet.html...
Generating ./org/eclipse/viatra/transformation/evm/api/resolver/ConflictSetUpdater.html...
Generating ./org/eclipse/viatra/transformation/evm/api/resolver/ScopedConflictSet.html...
Generating ./org/eclipse/viatra/transformation/evm/notification/ActivationNotificationProvider.html...
Generating ./org/eclipse/viatra/transformation/evm/notification/AttributeMonitor.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/notification/AttributeMonitor.java:74: error: @param name not found
     * @param match
              ^
Generating ./org/eclipse/viatra/transformation/evm/notification/IActivationNotificationListener.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/notification/IActivationNotificationListener.java:19: error: self-closing element not allowed
 * <p/>
   ^
Generating ./org/eclipse/viatra/transformation/evm/notification/IActivationNotificationProvider.html...
Generating ./org/eclipse/viatra/transformation/evm/notification/IAttributeMonitorListener.html...
/home/jenkins/agent/workspace/VIATRA_PR-160/transformation/plugins/org.eclipse.viatra.transformation.evm/src/org/eclipse/viatra/transformation/evm/notification/IAttributeMonitorListener.java:27: error: @param name not found
     * @param match
              ^
Generating ./org/eclipse/viatra/transformation/evm/specific/ConflictResolvers.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/ExecutionSchemas.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/Jobs.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/Lifecycles.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/RuleEngines.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/Rules.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/Schedulers.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/crud/CRUDActivationStateEnum.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/crud/CRUDEventTypeEnum.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/LightweightAttributeMonitor.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryEvent.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryEventHandler.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryEventRealm.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryEventSource.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryEventSourceSpecification.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryFilterSemantics.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryMatchEventFilter.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryMultiMatchEventFilter.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/ViatraQueryRuleInstanceBuilder.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/job/EnableJob.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/job/ErrorLoggingJob.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/job/SequentialProcessorsJob.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/job/StatelessJob.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/lifecycle/DefaultActivationLifeCycle.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/lifecycle/UnmodifiableActivationLifeCycle.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/ArbitraryOrderConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/ArbitraryOrderConflictResolver.ArbitraryConflictSet.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/CallbackConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/CallbackConflictResolver.ActivationChoiceStrategy.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/ComparingConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/ComparingConflictResolver.ComparingConflictSet.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/FairRandomConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/FixedPriorityConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/FixedPriorityConflictSet.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/InvertedDisappearancePriorityConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/InvertedDisappearancePriorityConflictResolver.InvertedDisappearancePriorityConflictSet.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/LifoConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/LifoConflictResolver.LifoConflictSet.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/ReconfigurableConflictResolver.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/scheduler/TimedScheduler.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/scheduler/TimedScheduler.TimedSchedulerFactory.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/scheduler/UpdateCompleteBasedScheduler.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/scheduler/UpdateCompleteBasedScheduler.UpdateCompleteBasedSchedulerFactory.html...
Generating ./org/eclipse/viatra/transformation/evm/update/IQBaseCallbackUpdateCompleteProvider.html...
Generating ./org/eclipse/viatra/transformation/evm/update/IUpdateCompleteListener.html...
Generating ./org/eclipse/viatra/transformation/evm/update/IUpdateCompleteProvider.html...
Generating ./org/eclipse/viatra/transformation/evm/update/QueryEngineUpdateCompleteProvider.html...
Generating ./org/eclipse/viatra/transformation/evm/update/UpdateCompleteProvider.html...
Generating ./org/eclipse/viatra/query/runtime/IExtensions.html...
Generating ./org/eclipse/viatra/query/runtime/ViatraQueryRuntimePlugin.html...
Generating ./org/eclipse/viatra/query/runtime/api/AdvancedViatraQueryEngine.html...
Generating ./org/eclipse/viatra/query/runtime/api/GenericPatternMatch.html...
Generating ./org/eclipse/viatra/query/runtime/api/GenericPatternMatcher.html...
Generating ./org/eclipse/viatra/query/runtime/api/GenericQueryGroup.html...
Generating ./org/eclipse/viatra/query/runtime/api/GenericQuerySpecification.html...
Generating ./org/eclipse/viatra/query/runtime/api/IMatchUpdateListener.html...
Generating ./org/eclipse/viatra/query/runtime/api/IModelConnectorTypeEnum.html...
Generating ./org/eclipse/viatra/query/runtime/api/IPatternMatch.html...
Generating ./org/eclipse/viatra/query/runtime/api/IQueryGroup.html...
Generating ./org/eclipse/viatra/query/runtime/api/IQuerySpecification.html...
Generating ./org/eclipse/viatra/query/runtime/api/IRunOnceQueryEngine.html...
Generating ./org/eclipse/viatra/query/runtime/api/LazyLoadingQueryGroup.html...
Generating ./org/eclipse/viatra/query/runtime/api/MatchUpdateAdapter.html...
Generating ./org/eclipse/viatra/query/runtime/api/PackageBasedQueryGroup.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryEngine.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryEngineInitializationListener.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryEngineLifecycleListener.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryEngineManager.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryEngineOptions.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryEngineOptions.Builder.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryMatcher.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryModelUpdateListener.html...
Generating ./org/eclipse/viatra/query/runtime/api/ViatraQueryModelUpdateListener.ChangeLevel.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/BaseGeneratedEMFPQuery.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/BaseGeneratedEMFQuerySpecification.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/BaseGeneratedEMFQuerySpecificationWithGenericMatcher.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/BaseGeneratedPatternGroup.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/BaseMatcher.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/BasePatternMatch.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/BaseQueryGroup.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/BaseQuerySpecification.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/RunOnceQueryEngine.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/IBaseIndex.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/IEngineContext.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/IIndexingErrorListener.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/IInstanceObserver.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/QueryScope.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/ViatraBaseIndexChangeListener.html...
Generating ./org/eclipse/viatra/query/runtime/emf/DynamicEMFQueryRuntimeContext.html...
Generating ./org/eclipse/viatra/query/runtime/emf/EMFBaseIndexWrapper.html...
Generating ./org/eclipse/viatra/query/runtime/emf/EMFQueryMetaContext.html...
Generating ./org/eclipse/viatra/query/runtime/emf/EMFQueryRuntimeContext.html...
Generating ./org/eclipse/viatra/query/runtime/emf/EMFScope.html...
Generating ./org/eclipse/viatra/query/runtime/emf/helper/ViatraQueryRuntimeHelper.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/BaseEMFTypeKey.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/EClassExactInstancesKey.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/EClassTransitiveInstancesKey.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/EClassUnscopedTransitiveInstancesKey.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/EDataTypeInSlotsKey.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/EStructuralFeatureInstancesKey.html...
Generating ./org/eclipse/viatra/query/runtime/exception/ViatraQueryException.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/IQueryGroupProvider.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/IQuerySpecificationProvider.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/PQueryExtensionFactory.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/SingletonExtensionFactory.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/SingletonQueryGroupProvider.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/SingletonQuerySpecificationProvider.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/ViatraQueryRuntimeConstants.html...
Generating ./org/eclipse/viatra/query/runtime/registry/ExtensionBasedQuerySpecificationLoader.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IConnectorListener.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IDefaultRegistryView.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IQuerySpecificationRegistry.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IQuerySpecificationRegistryChangeListener.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IQuerySpecificationRegistryEntry.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IRegistrySourceConnector.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IRegistryView.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IRegistryViewFactory.html...
Generating ./org/eclipse/viatra/query/runtime/registry/IRegistryViewFilter.html...
Generating ./org/eclipse/viatra/query/runtime/registry/QuerySpecificationRegistry.html...
Generating ./org/eclipse/viatra/query/runtime/registry/connector/AbstractRegistrySourceConnector.html...
Generating ./org/eclipse/viatra/query/runtime/registry/connector/QueryGroupProviderSourceConnector.html...
Generating ./org/eclipse/viatra/query/runtime/registry/connector/SpecificationMapSourceConnector.html...
Generating ./org/eclipse/viatra/query/runtime/registry/view/AbstractRegistryView.html...
Generating ./org/eclipse/viatra/query/runtime/tabular/EcoreIndexHost.html...
Generating ./org/eclipse/viatra/query/runtime/tabular/TabularIndexHost.html...
Generating ./org/eclipse/viatra/query/runtime/tabular/TabularIndexHost.TabularIndexScope.html...
Generating ./org/eclipse/viatra/query/runtime/util/ViatraQueryLoggingUtil.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ConstraintAdapter.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ConstraintExtensionRegistry.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/MarkerManagerViolationListener.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ValidationInitializerUtil.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ValidationPartListener.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ValidationUtil.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/changemonitor/ChangeDelta.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/changemonitor/ChangeMonitor.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/changemonitor/IChangeMonitor.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/changemonitor/QueryResultChangeDelta.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/filters/MatchParameterFilter.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/filters/MatchParameterPredicateFilter.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/AbstractEcoreManipulations.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/AbstractModelManipulations.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/IEcoreManipulations.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/IEcoreReadOperations.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/IModelManipulations.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/IModelReadOperations.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationException.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/ModelManipulationWithEditingDomain.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/SimpleModelManipulations.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.FeatureKind.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/IndexHostManipulations.Initializer.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/BatchTransformationRuleGroup.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/EventDrivenTransformationRuleGroup.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/ITransformationRule.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/TransformationRuleGroup.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/batch/BatchTransformationRule.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/batch/BatchTransformationRuleFactory.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/batch/BatchTransformationRuleFactory.BatchTransformationRuleBuilder.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/eventdriven/EventDrivenTransformationRule.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/eventdriven/EventDrivenTransformationRuleFactory.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/eventdriven/EventDrivenTransformationRuleFactory.EventDrivenTransformationRuleBuilder.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/TransformationExtensions.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/batch/BatchTransformation.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/batch/BatchTransformation.BatchTransformationBuilder.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/batch/BatchTransformationStatements.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/eventdriven/EventDrivenTransformation.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/eventdriven/EventDrivenTransformation.EventDrivenTransformationBuilder.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/eventdriven/InconsistentEventSemanticsException.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/eventdriven/RuleOrderBasedFixedPriorityResolver.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/ExecutionLoggerAdapter.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/MatchingFrame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/exceptions/LocalSearchException.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/CallWithAdornment.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/ILocalSearchAdaptable.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/ILocalSearchAdapter.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/ISearchContext.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/ISearchContext.SearchContext.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/LocalSearchMatcher.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/MatcherReference.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/AbstractLocalSearchResultProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/AllValidAdornments.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/DontFlattenDisjunctive.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/DontFlattenIncrementalPredicate.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/GenericLocalSearchResultProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/IAdornmentProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LazyPlanningAdornments.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LocalSearchBackend.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LocalSearchBackendFactoryProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LocalSearchEMFBackendFactory.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LocalSearchGenericBackendFactory.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LocalSearchGenericBackendFactoryProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LocalSearchHintOptions.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LocalSearchHints.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/LocalSearchResultProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/CheckOperationExecutor.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/ExtendOperationExecutor.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/IIteratingSearchOperation.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/IPatternMatcherOperation.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/ISearchOperation.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/ISearchOperation.ISearchOperationExecutor.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/MatchingFrameValueProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/AggregatorCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/BinaryTransitiveClosureCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/CheckConstant.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/CheckPositivePatternCall.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/ContainmentCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/CountCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/ExpressionCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/ExpressionEvalCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/InequalityCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/InstanceOfClassCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/InstanceOfDataTypeCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/InstanceOfJavaClassCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/NACOperation.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/StructuralFeatureCheck.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/AggregatorExtend.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/CountOperation.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/ExpressionEval.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/ExtendBinaryTransitiveClosure.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/ExtendBinaryTransitiveClosure.Backward.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/ExtendBinaryTransitiveClosure.Forward.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/ExtendConstant.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/ExtendPositivePatternCall.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/ExtendToEStructuralFeatureSource.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/ExtendToEStructuralFeatureTarget.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/IterateOverChildren.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/IterateOverContainers.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/IterateOverEClassInstances.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/IterateOverEDatatypeInstances.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/IterateOverEStructuralFeatureInstances.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/SingleValueExtendOperationExecutor.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/util/CallInformation.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/IPlanDescriptor.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/IPlanProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/PlanDescriptor.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/SearchPlan.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/SearchPlanExecutor.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/SearchPlanForBody.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/SimplePlanProvider.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/ILocalSearchPlanner.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/ISearchPlanCodeGenerator.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/LocalSearchPlanner.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/LocalSearchRuntimeBasedStrategy.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/PConstraintCategory.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/PConstraintInfo.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/PlanState.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/compiler/AbstractOperationCompiler.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/compiler/EMFOperationCompiler.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/compiler/GenericOperationCompiler.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/compiler/IOperationCompiler.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/IConstraintEvaluationContext.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/ICostFunction.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/impl/HybridMatcherConstraintCostFunction.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/impl/IndexerBasedConstraintCostFunction.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/impl/StatisticsBasedConstraintCostFunction.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/impl/VariableBindingBasedCostFunction.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/profiler/LocalSearchProfilerAdapter.html...
Generating ./org/eclipse/viatra/query/runtime/ui/ViatraQueryRuntimeUIPlugin.html...
Generating ./org/eclipse/viatra/query/runtime/ui/modelconnector/AdapterUtil.html...
Generating ./org/eclipse/viatra/query/runtime/ui/modelconnector/EMFModelConnector.html...
Generating ./org/eclipse/viatra/query/runtime/ui/modelconnector/IModelConnector.html...
Generating ./org/eclipse/viatra/query/runtime/ui/modelconnector/IModelConnectorListener.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/counting/CountingAlg.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/counting/CountingTcRelation.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/dred/DRedAlg.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/dred/DRedTcRelation.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/fw/FloydWarshallAlg.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/incscc/CountingListener.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/incscc/IncSCCAlg.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/DFSPathFinder.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/Edge.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/GraphHelper.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/IGraphPathFinder.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/ITcRelation.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/Tuple.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/dfs/DFSAlg.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/scc/PKAlg.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/scc/SCC.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/scc/SCCProperty.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/scc/SCCResult.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/topsort/TopologicalSorting.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/graphimpl/DotGenerator.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/graphimpl/Graph.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/IBiDirectionalGraphDataSource.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/IBiDirectionalWrapper.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/IGraphDataSource.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/IGraphObserver.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/ITcDataSource.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/ITcObserver.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/DerivedFeatureAdapter.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/DerivedFeatureAdapter.DerivedFeatureEMFVisitor.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/InvertableQueryBasedEList.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/IQueryBasedFeatureHandler.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeature.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureHandler.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureHelper.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureInverter.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureKind.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureSettingDelegate.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureSettingDelegateFactory.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/QueryBasedFeatureSetup.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/handler/IterationQueryBasedFeature.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/handler/MultiValueQueryBasedFeature.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/handler/QueryBasedFeatures.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/handler/SingleValueQueryBasedFeature.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/handler/SumQueryBasedFeature.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/AggregatorIndexerRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/AlphaRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/AntiJoinRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/BetaRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/CheckRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/ConstantRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/CountAggregatorRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorBucketRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/DiscriminatorDispatcherRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/EqualityFilterRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/EvalRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/ExistenceJoinRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/ExpressionDefinition.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/ExpressionEnforcerRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/FilterRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/IndexerBasedAggregatorRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/IndexerRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/InequalityFilterRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/InputFilterRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/InputRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/JoinRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/Mask.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/MonotonicityInfo.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/MultiParentNodeRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/ProductionRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/ProjectionIndexerRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/RecipesFactory.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/RecipesPackage.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/RecipesPackage.Literals.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/RederivableNodeRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/RelationEvaluationRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/ReteNodeRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/ReteRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/SemiJoinRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/SingleColumnAggregatorRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/SingleParentNodeRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/TransitiveClosureRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/TransparentRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/TrimmerRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/UniquenessEnforcerRecipe.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/helper/RecipeRecognizer.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/helper/RecipesHelper.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/AggregatorIndexerRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/AlphaRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/AntiJoinRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/BetaRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/CheckRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/ConstantRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/CountAggregatorRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorBucketRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/DiscriminatorDispatcherRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/EqualityFilterRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/EvalRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/ExistenceJoinRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionDefinitionImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/ExpressionEnforcerRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/FilterRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerBasedAggregatorRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/IndexerRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/InequalityFilterRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/InputFilterRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/InputRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/JoinRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/MaskImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/MonotonicityInfoImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/MultiParentNodeRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/ProductionRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/ProjectionIndexerRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesFactoryImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/RecipesPackageImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/RederivableNodeRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/RelationEvaluationRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteNodeRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/ReteRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/SemiJoinRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleColumnAggregatorRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/SingleParentNodeRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/StringIndexMapEntryImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/TransitiveClosureRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/TransparentRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/TrimmerRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/UniquenessEnforcerRecipeImpl.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesAdapterFactory.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/util/RecipesSwitch.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/AbstractEMFPatternLanguageRuntimeModule.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EcoreGenmodelRegistry.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageConfigurationConstants.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguagePlugin.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageQualifiedNameProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageRuntimeModule.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageServiceProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageStandaloneCompilerModule.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageStandaloneCompilerSetup.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageStandaloneSetup.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageStandaloneSetup.StandaloneParserModule.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageStandaloneSetup.StandaloneParserWithSeparateModules.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/EMFPatternLanguageStandaloneSetupGenerated.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/GenmodelExtensionLoader.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/IGenmodelMappingLoader.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/AnnotationExpressionValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/ExtensionBasedAnnotationValidatorLoader.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/IAnnotationValidatorLoader.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/IPatternAnnotationAdditionalValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/IPatternAnnotationValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/PatternAnnotationParameter.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/PatternAnnotationProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/PatternAnnotationValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/ServiceLoaderBasedAnnotationValidatorLoader.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/impl/FunctionalDependencyAnnotationValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/impl/LabelAnnotationValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/impl/QueryExplorerAnnotationValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/impl/SafeElementInExpressionAnnotationValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/impl/SafeNegativeRecursionAnnotationValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/formatting/EMFPatternLanguageFormatter.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/helper/GeneratorModelHelper.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/helper/JavaTypesHelper.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/helper/PatternLanguageHelper.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/BodyCodeGenerator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternJvmModelAssociator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternLanguageJvmModelInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/EMFPatternLanguageJvmModelInferrerUtil.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/JavadocInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/PatternGroupClassInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/PatternMatchClassInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/PatternMatcherClassInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/PatternMatchProcessorClassInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/PatternQuerySpecificationClassInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/EMFPatternLanguageAntlrTokenFileProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/EMFPatternLanguageParser.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/internal/InternalEMFPatternLanguageLexer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/internal/InternalEMFPatternLanguageParser.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/BaseMetamodelProviderService.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/CompoundMetamodelProviderService.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageDeclarativeScopeProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageImportNamespaceProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageLinkingService.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/EMFPatternLanguageScopeProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/IMetamodelProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/IMetamodelProviderInstance.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/MetamodelProviderService.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/PatternLanguageResourceDescriptionStrategy.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/ResourceSetMetamodelProviderService.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/serializer/AbstractEMFPatternLanguageSemanticSequencer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/serializer/AbstractEMFPatternLanguageSyntacticSequencer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageCrossRefSerializer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageSemanticSequencer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/serializer/EMFPatternLanguageSyntacticSequencer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.AggregatedValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.AnnotationElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.AnnotationParameterElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.AnnotationValueReferenceElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.BoolValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.CheckConstraintElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ClosureTypeElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.CompareConstraintElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.CompareFeatureElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ComputationValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ConstraintElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.EClassifierConstraintElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.EnumValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ExecutionTypeModifierElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.FunctionEvaluationValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.JavaConstantValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.JavaTypeElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ListValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.LiteralValueReferenceElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ModifiersElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.NumberValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.PackageImportElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ParameterDirectionModifierElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ParameterElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.PathExpressionConstraintElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.PatternBodyElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.PatternCallElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.PatternCompositionConstraintElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.PatternElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.PatternImportElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.PatternModelElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.RefTypeElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.StringValueElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.TypeCheckConstraintElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.TypeElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.ValueReferenceElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.VariableReferenceElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.VQLImportSectionElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.XBooleanLiteralElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.XImportDeclarationElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/EMFPatternLanguageGrammarAccess.XNumberLiteralElements.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/GenericEMFPatternPQuery.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/GenericQuerySpecification.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/GenericSingleConstraintPQuery.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/JvmConstantEvaluator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/SpecificationBuilder.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/XBaseEvaluator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/AbstractTypeInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/AbstractTypeSystem.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/BottomTypeKey.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/EMFPatternLanguageTypeRules.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/EMFTypeInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/EMFTypeSystem.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/ITypeInferrer.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/ITypeSystem.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/PatternLanguageTypeRules.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/TypeInformation.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/AdvancedPatternParser.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/AdvancedPatternParser.AdvancedPatternParserSnapshot.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/AdvancedPatternParser.AdvancedPatternParserSnapshot.Builder.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/AdvancedPatternParsingResults.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/AdvancedPatternParsingResults.AdvancedPatternParsingResultsBuilder.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/AggregatorUtil.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/ASTStringProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/BasePatternParser.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/EagerBatchLinkableResource.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/EMFJvmTypesBuilder.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/EMFPatternLanguageGeneratorConfig.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/EMFPatternLanguageGeneratorConfig.MatcherGenerationStrategy.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/EMFPatternLanguageGeneratorConfigProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/IClassLoaderProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/IErrorFeedback.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/IExpectedPackageNameProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/IExpectedPackageNameProvider.NoExpectedPackageNameProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/IProjectHelper.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/IProjectHelper.DefaultProjectHelper.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/PatternParser.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/PatternParser.Builder.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/PatternParserBuilder.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/PatternParsingResults.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/PatternParsingUtil.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/ResourceDiagnosticFeedback.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/SimpleClassLoaderProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/AbstractEMFPatternLanguageValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/ClasspathValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/EMFPatternLanguageSyntaxErrorMessageProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/EMFPatternLanguageValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/IIssueCallback.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/IssueCodes.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/PatternLanguageValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/PatternSetValidationDiagnostics.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/PatternSetValidator.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/PatternValidationStatus.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/ValidationHelper.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/VariableUsageCounter.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/EclipseExtensionBasedWhitelistProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/IPureElementProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/IPureWhitelistExtensionProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/PureWhitelist.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/PureWhitelist.PureElement.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/PureWhitelist.PureElement.Type.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/ServiceLoaderBasedWhitelistExtensionProvider.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/AggregatedValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/Annotation.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/AnnotationParameter.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/BoolValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/CallableRelation.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/CheckConstraint.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ClassType.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ClosureType.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/CompareConstraint.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/CompareFeature.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ComputationValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/Constraint.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/EClassifierConstraint.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/EntityType.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/EnumValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ExecutionType.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/Expression.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/FunctionEvaluationValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/JavaConstantValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/JavaType.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ListValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/LiteralValueReference.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/LocalVariable.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/Modifiers.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/NumberValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PackageImport.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/Parameter.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ParameterDirection.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ParameterRef.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PathExpressionConstraint.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/Pattern.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PatternBody.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PatternCall.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PatternCompositionConstraint.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PatternImport.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PatternLanguageFactory.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PatternLanguagePackage.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PatternLanguagePackage.Literals.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/PatternModel.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ReferenceType.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/RelationType.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/StringValue.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/Type.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/TypeCheckConstraint.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/UnaryTypeConstraint.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/ValueReference.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/Variable.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/VariableReference.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/VQLImportSection.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/AggregatedValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/AnnotationImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/AnnotationParameterImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/BoolValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/CallableRelationImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/CheckConstraintImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ClassTypeImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/CompareConstraintImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ComputationValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ConstraintImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/EClassifierConstraintImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/EntityTypeImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/EnumValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ExpressionImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/FunctionEvaluationValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/JavaConstantValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/JavaTypeImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ListValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/LiteralValueReferenceImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/LocalVariableImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ModifiersImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/NumberValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PackageImportImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ParameterImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ParameterRefImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PathExpressionConstraintImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PatternBodyImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PatternCallImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PatternCompositionConstraintImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PatternImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PatternImportImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PatternLanguageFactoryImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PatternLanguagePackageImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/PatternModelImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ReferenceTypeImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/RelationTypeImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/StringValueImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/TypeCheckConstraintImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/TypeImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/UnaryTypeConstraintImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/ValueReferenceImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VariableImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VariableReferenceImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/VQLImportSectionImpl.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/util/PatternLanguageAdapterFactory.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/util/PatternLanguageSwitch.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/TransactionalJobs.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/TransactionalSchedulers.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/job/CommandExecutingJob.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/job/CommandExecutingJob.JobExecutionHelper.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/job/EventAtomEditingDomainProvider.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/job/RecordingJob.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/job/RecordingJob.ICommandRecorder.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/update/TransactionUpdateCompleteProvider.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/BaseIndexOptions.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/DataTypeListener.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/EMFBaseIndexChangeListener.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/FeatureListener.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/IEClassifierProcessor.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/IEClassifierProcessor.IEClassProcessor.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/IEClassifierProcessor.IEDataTypeProcessor.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/IEMFIndexingErrorListener.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/IndexingLevel.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/InstanceListener.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/IQueryResultSetter.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/IQueryResultUpdateListener.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/IStructuralFeatureInstanceProcessor.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/LightweightEObjectObserver.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/LightweightEObjectObserverAdapter.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/NavigationHelper.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/QueryResultAssociativeStore.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/QueryResultMap.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/TransitiveClosureHelper.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/ViatraBaseFactory.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/filters/IBaseIndexFeatureFilter.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/filters/IBaseIndexObjectFilter.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/filters/IBaseIndexResourceFilter.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/filters/SimpleBaseIndexFilter.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/profiler/BaseIndexProfiler.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/profiler/ProfilerMode.html...
Generating ./org/eclipse/viatra/query/runtime/base/comprehension/EMFModelComprehension.html...
Generating ./org/eclipse/viatra/query/runtime/base/comprehension/EMFVisitor.html...
Generating ./org/eclipse/viatra/query/runtime/base/comprehension/WellbehavingDerivedFeatureRegistry.html...
Generating ./org/eclipse/viatra/query/runtime/base/exception/ViatraBaseException.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.MatcherLabelProperty.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/adapter/MatcherProperties.MatcherProperty.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/adapter/ObservableDefinition.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/adapter/ObservableDefinition.ObservableType.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/api/ViatraHeadlessRealm.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/api/ViatraObservables.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/IObservablePatternMatchCollectionUpdate.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/ObservableCollectionHelper.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/ObservableCollectionProcessor.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchCollection.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchCollectionBuilder.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchList.ListCollectionUpdate.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/ObservablePatternMatchSet.SetCollectionUpdate.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/observables/ObservableLabelFeature.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/util/DefaultAttributeMonitor.html...
Generating ./overview-frame.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/adapter/package-frame.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/adapter/package-summary.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/adapter/package-tree.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/api/package-frame.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/api/package-summary.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/api/package-tree.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/package-frame.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/package-summary.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/collection/package-tree.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/observables/package-frame.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/observables/package-summary.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/observables/package-tree.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/util/package-frame.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/util/package-summary.html...
Generating ./org/eclipse/viatra/addon/databinding/runtime/util/package-tree.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/package-frame.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/package-summary.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/package-tree.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/handler/package-frame.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/handler/package-summary.html...
Generating ./org/eclipse/viatra/addon/querybasedfeatures/runtime/handler/package-tree.html...
Generating ./org/eclipse/viatra/addon/validation/core/package-frame.html...
Generating ./org/eclipse/viatra/addon/validation/core/package-summary.html...
Generating ./org/eclipse/viatra/addon/validation/core/package-tree.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/package-frame.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/package-summary.html...
Generating ./org/eclipse/viatra/addon/validation/core/api/package-tree.html...
Generating ./org/eclipse/viatra/addon/validation/core/listeners/package-frame.html...
Generating ./org/eclipse/viatra/addon/validation/core/listeners/package-summary.html...
Generating ./org/eclipse/viatra/addon/validation/core/listeners/package-tree.html...
Generating ./org/eclipse/viatra/addon/validation/core/violationkey/package-frame.html...
Generating ./org/eclipse/viatra/addon/validation/core/violationkey/package-summary.html...
Generating ./org/eclipse/viatra/addon/validation/core/violationkey/package-tree.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/package-frame.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/package-summary.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/package-tree.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ui/package-frame.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ui/package-summary.html...
Generating ./org/eclipse/viatra/addon/validation/runtime/ui/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/impl/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/impl/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/annotations/impl/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/formatting/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/formatting/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/formatting/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/helper/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/helper/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/helper/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/jvmmodel/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/internal/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/internal/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/parser/antlr/internal/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/scoping/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/serializer/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/serializer/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/serializer/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/services/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/specification/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/types/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/util/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/validation/whitelist/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/impl/package-tree.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/util/package-frame.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/util/package-summary.html...
Generating ./org/eclipse/viatra/query/patternlanguage/emf/vql/util/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/api/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/api/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/api/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/api/impl/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/api/scope/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/filters/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/filters/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/filters/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/profiler/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/profiler/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/api/profiler/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/comprehension/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/comprehension/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/comprehension/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/exception/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/exception/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/exception/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/counting/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/counting/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/counting/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/dred/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/dred/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/dred/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/fw/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/fw/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/fw/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/incscc/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/incscc/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/incscc/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/dfs/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/dfs/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/dfs/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/scc/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/scc/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/scc/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/topsort/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/topsort/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/alg/misc/topsort/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/graphimpl/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/graphimpl/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/graphimpl/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/base/itc/igraph/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/emf/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/emf/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/emf/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/emf/helper/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/emf/helper/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/emf/helper/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/emf/types/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/exception/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/exception/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/exception/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/extensibility/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/exceptions/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/exceptions/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/exceptions/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/matcher/integration/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/check/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/extend/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/util/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/util/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/operations/util/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/plan/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/compiler/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/compiler/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/compiler/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/impl/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/impl/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/planner/cost/impl/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/profiler/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/profiler/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/localsearch/profiler/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/aggregators/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/algorithms/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/algorithms/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/algorithms/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/backend/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/common/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/common/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/common/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/surrogate/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/surrogate/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/context/surrogate/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/memories/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/memories/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/memories/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/helpers/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/helpers/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/helpers/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/planning/operations/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/aggregations/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/analysis/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/analysis/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/analysis/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/annotations/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/annotations/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/annotations/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicdeferred/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/basicenumerables/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/queries/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/psystem/rewriters/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/scopes/tables/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/tuple/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/resumable/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/resumable/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/resumable/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/timeline/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/timeline/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/matchers/util/timeline/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/registry/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/registry/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/registry/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/registry/connector/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/registry/connector/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/registry/connector/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/registry/view/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/registry/view/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/registry/view/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/aggregation/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/boundary/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/boundary/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/boundary/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/basiclinear/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/basiclinear/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/basiclinear/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/plancompiler/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/plancompiler/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/construction/plancompiler/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/eval/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/index/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/matcher/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/misc/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/misc/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/misc/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/communication/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/indexer/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/indexer/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/indexer/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/mailbox/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/mailbox/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/network/mailbox/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/helper/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/helper/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/helper/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/impl/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/util/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/util/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/recipes/util/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/remote/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/remote/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/remote/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/single/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/traceability/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/rete/util/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/tabular/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/tabular/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/tabular/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/ui/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/ui/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/ui/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/ui/modelconnector/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/ui/modelconnector/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/ui/modelconnector/package-tree.html...
Generating ./org/eclipse/viatra/query/runtime/util/package-frame.html...
Generating ./org/eclipse/viatra/query/runtime/util/package-summary.html...
Generating ./org/eclipse/viatra/query/runtime/util/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/api/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/api/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/api/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/api/adapter/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/adapter/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/adapter/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/api/event/adapter/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/api/resolver/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/api/resolver/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/api/resolver/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/notification/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/notification/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/notification/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/crud/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/crud/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/crud/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/event/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/job/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/job/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/job/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/lifecycle/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/lifecycle/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/lifecycle/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/resolver/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/scheduler/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/scheduler/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/specific/scheduler/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/job/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/job/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/specific/job/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/update/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/update/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/transactions/update/package-tree.html...
Generating ./org/eclipse/viatra/transformation/evm/update/package-frame.html...
Generating ./org/eclipse/viatra/transformation/evm/update/package-summary.html...
Generating ./org/eclipse/viatra/transformation/evm/update/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/changemonitor/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/changemonitor/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/changemonitor/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/filters/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/filters/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/filters/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/modelmanipulation/tabular/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/batch/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/batch/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/batch/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/eventdriven/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/eventdriven/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/rules/eventdriven/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/batch/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/batch/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/batch/package-tree.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/eventdriven/package-frame.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/eventdriven/package-summary.html...
Generating ./org/eclipse/viatra/transformation/runtime/emf/transformation/eventdriven/package-tree.html...
Generating ./constant-values.html...
Generating ./serialized-form.html...
Building index for all the packages and classes...
Generating ./overview-tree.html...
Generating ./deprecated-list.html...
Building index for all classes...
Generating ./allclasses-frame.html...
Generating ./allclasses-noframe.html...
Generating ./index.html...
Generating ./overview-summary.html...
Generating ./help-doc.html...
Note: Custom tags that could override future standard tags:  @ordered, @noreference, @noinstantiate, @noimplement, @noextend, @generated, @model, @nooverride, @category. To avoid potential overrides, use at least one period character (.) in custom tag names.
Note: Custom tags that were not seen:  @nooverride, @category
100 errors
100 warnings
[INFO] execution failed with rc = 1
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.docs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.viatra.docs ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.docs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.viatra.docs ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.docs ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.docs ---
[INFO] Building jar: /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/target/org.eclipse.viatra.docs-2.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.docs ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.viatra.docs ---
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/target/org.eclipse.viatra.docs-2.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.docs/2.9.0-SNAPSHOT/org.eclipse.viatra.docs-2.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/pom.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.docs/2.9.0-SNAPSHOT/org.eclipse.viatra.docs-2.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/target/p2content.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.docs/2.9.0-SNAPSHOT/org.eclipse.viatra.docs-2.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/VIATRA_PR-160/releng/org.eclipse.viatra.docs/target/p2artifacts.xml to /home/jenkins/agent/workspace/VIATRA_PR-160/.repository/org/eclipse/viatra/org.eclipse.viatra.docs/2.9.0-SNAPSHOT/org.eclipse.viatra.docs-2.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:update-local-index (default-update-local-index) @ org.eclipse.viatra.docs ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] VIATRA Parent job 2.9.0-SNAPSHOT ................... SUCCESS [  0.470 s]
[INFO] The VIATRA Model Query and Transformation Framework 2.9.0-SNAPSHOT SUCCESS [  0.048 s]
[INFO] VIATRA Core Plug-ins 2.9.0-SNAPSHOT ................ SUCCESS [  0.018 s]
[INFO] org.eclipse.viatra.query.runtime.matchers 2.9.0-SNAPSHOT SUCCESS [  3.091 s]
[INFO] org.eclipse.viatra.query.runtime.base.itc 2.9.0-SNAPSHOT SUCCESS [  0.446 s]
[INFO] org.eclipse.viatra.query.runtime.base 2.9.0-SNAPSHOT SUCCESS [  0.493 s]
[INFO] org.eclipse.viatra.query.runtime 2.9.0-SNAPSHOT .... SUCCESS [  0.554 s]
[INFO] org.eclipse.viatra.transformation.evm 2.9.0-SNAPSHOT SUCCESS [  0.445 s]
[INFO] org.eclipse.viatra.addon.databinding.runtime 2.9.0-SNAPSHOT SUCCESS [  0.251 s]
[INFO] org.eclipse.viatra.query.runtime.rete.recipes 2.9.0-SNAPSHOT SUCCESS [  5.895 s]
[INFO] org.eclipse.viatra.query.runtime.rete 2.9.0-SNAPSHOT SUCCESS [  0.759 s]
[INFO] org.eclipse.viatra.query.runtime.localsearch 2.9.0-SNAPSHOT SUCCESS [  0.554 s]
[INFO] org.eclipse.viatra.query.runtime.feature 2.9.0-SNAPSHOT SUCCESS [  0.253 s]
[INFO] org.eclipse.viatra.transformation.runtime.emf 2.9.0-SNAPSHOT SUCCESS [  0.244 s]
[INFO] org.eclipse.viatra.transformation.runtime.emf.feature 2.9.0-SNAPSHOT SUCCESS [  0.201 s]
[INFO] org.eclipse.viatra.addon.databinding.runtime.feature 2.9.0-SNAPSHOT SUCCESS [  0.082 s]
[INFO] org.eclipse.viatra.query.patternlanguage.emf 2.9.0-SNAPSHOT SUCCESS [ 30.629 s]
[INFO] org.eclipse.viatra.addon.databinding.runtime.validation 2.9.0-SNAPSHOT SUCCESS [  0.246 s]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime 2.9.0-SNAPSHOT SUCCESS [  0.303 s]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime.feature 2.9.0-SNAPSHOT SUCCESS [  0.114 s]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.runtime.validation 2.9.0-SNAPSHOT SUCCESS [  0.229 s]
[INFO] org.eclipse.viatra.query.tooling.generator.model 2.9.0-SNAPSHOT SUCCESS [ 14.796 s]
[INFO] org.eclipse.viatra.query.tooling.core 2.9.0-SNAPSHOT SUCCESS [  1.476 s]
[INFO] org.eclipse.viatra.addon.querybasedfeatures.tooling 2.9.0-SNAPSHOT SUCCESS [  1.499 s]
[INFO] org.eclipse.viatra.addon.validation.core 2.9.0-SNAPSHOT SUCCESS [  0.181 s]
[INFO] org.eclipse.viatra.addon.validation.runtime 2.9.0-SNAPSHOT SUCCESS [  0.165 s]
[INFO] org.eclipse.viatra.query.runtime.ui 2.9.0-SNAPSHOT . SUCCESS [  0.175 s]
[INFO] org.eclipse.viatra.addon.validation.runtime.ui 2.9.0-SNAPSHOT SUCCESS [  0.161 s]
[INFO] org.eclipse.viatra.addon.validation.runtime.feature 2.9.0-SNAPSHOT SUCCESS [  0.143 s]
[INFO] org.eclipse.viatra.addon.validation.runtime.validation 2.9.0-SNAPSHOT SUCCESS [  0.227 s]
[INFO] org.eclipse.viatra.addon.validation.tooling 2.9.0-SNAPSHOT SUCCESS [  0.961 s]
[INFO] VIATRA Query Runtime 2.9.0-SNAPSHOT ................ SUCCESS [  0.262 s]
[INFO] VIATRA Query Language 2.9.0-SNAPSHOT ............... SUCCESS [  0.031 s]
[INFO] VIATRA Maven Plug-in 2.9.0-SNAPSHOT ................ SUCCESS [  4.020 s]
[INFO] org.eclipse.viatra.transformation.views 2.9.0-SNAPSHOT SUCCESS [ 14.608 s]
[INFO] org.eclipse.viatra.addon.viewers.runtime 2.9.0-SNAPSHOT SUCCESS [ 19.077 s]
[INFO] org.eclipse.viatra.addon.viewers.runtime.feature 2.9.0-SNAPSHOT SUCCESS [  0.165 s]
[INFO] org.eclipse.viatra.addon.viewers.runtime.validation 2.9.0-SNAPSHOT SUCCESS [  0.211 s]
[INFO] org.eclipse.viatra.integration.zest 2.9.0-SNAPSHOT . SUCCESS [  0.183 s]
[INFO] org.eclipse.viatra.addon.viewers.runtime.zest 2.9.0-SNAPSHOT SUCCESS [  0.204 s]
[INFO] org.eclipse.viatra.addon.viewers.runtime.zest.feature 2.9.0-SNAPSHOT SUCCESS [  0.156 s]
[INFO] org.eclipse.viatra.documentation.help 2.9.0-SNAPSHOT SUCCESS [ 10.159 s]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.ide 2.9.0-SNAPSHOT SUCCESS [  0.758 s]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.ui 2.9.0-SNAPSHOT SUCCESS [  5.942 s]
[INFO] org.eclipse.viatra.addon.viewers.tooling.ui 2.9.0-SNAPSHOT SUCCESS [  0.338 s]
[INFO] org.eclipse.viatra.addon.viewers.tooling.feature 2.9.0-SNAPSHOT SUCCESS [  0.158 s]
[INFO] org.eclipse.viatra.addon.viewers.tooling.ui.zest 2.9.0-SNAPSHOT SUCCESS [  0.308 s]
[INFO] VIATRA Eclipse Project (Maven Incubation Features) 0.29.0-SNAPSHOT SUCCESS [  0.020 s]
[INFO] VIATRA Design Space Exploration 0.29.0-SNAPSHOT .... SUCCESS [  0.020 s]
[INFO] org.eclipse.viatra.dse 0.29.0-SNAPSHOT ............. SUCCESS [  0.336 s]
[INFO] org.eclipse.viatra.dse.genetic 0.29.0-SNAPSHOT ..... SUCCESS [  0.182 s]
[INFO] org.eclipse.viatra.dse.feature 0.29.0-SNAPSHOT ..... SUCCESS [  0.080 s]
[INFO] org.eclipse.viatra.integration.gmf 2.9.0-SNAPSHOT .. SUCCESS [  0.191 s]
[INFO] org.eclipse.viatra.query.ide.feature 2.9.0-SNAPSHOT  SUCCESS [  0.078 s]
[INFO] org.eclipse.viatra.query.language.feature 2.9.0-SNAPSHOT SUCCESS [  0.451 s]
[INFO] org.eclipse.viatra.transformation.evm.transactions 2.9.0-SNAPSHOT SUCCESS [  0.124 s]
[INFO] org.eclipse.viatra.transformation.evm.transactions.feature 2.9.0-SNAPSHOT SUCCESS [  0.092 s]
[INFO] org.eclipse.viatra.query.testing.snapshot 2.9.0-SNAPSHOT SUCCESS [  3.560 s]
[INFO] org.eclipse.viatra.query.testing.core 2.9.0-SNAPSHOT SUCCESS [  2.482 s]
[INFO] org.eclipse.viatra.query.testing.ui 2.9.0-SNAPSHOT . SUCCESS [  0.402 s]
[INFO] org.eclipse.viatra.query.testing.sdk.feature 2.9.0-SNAPSHOT SUCCESS [  0.141 s]
[INFO] org.eclipse.viatra.query.tooling.generator.model.ui 2.9.0-SNAPSHOT SUCCESS [  0.382 s]
[INFO] org.eclipse.viatra.transformation.ui 2.9.0-SNAPSHOT  SUCCESS [  1.230 s]
[INFO] org.eclipse.viatra.query.tooling.ui 2.9.0-SNAPSHOT . SUCCESS [  0.056 s]
[INFO] org.eclipse.viatra.query.sdk.feature 2.9.0-SNAPSHOT  SUCCESS [  0.392 s]
[INFO] org.eclipse.viatra.integration.gmf.feature 2.9.0-SNAPSHOT SUCCESS [  0.187 s]
[INFO] VIATRA Eclipse Project (Incubation Features) 0.29.0-SNAPSHOT SUCCESS [  0.021 s]
[INFO] org.eclipse.viatra.integration.graphiti 0.29.0-SNAPSHOT SUCCESS [  0.152 s]
[INFO] org.eclipse.viatra.integration.graphiti.feature 0.29.0-SNAPSHOT SUCCESS [  0.156 s]
[INFO] VIATRA Transformation Runtime 2.9.0-SNAPSHOT ....... SUCCESS [  0.044 s]
[INFO] VIATRA Query based Feature Runtime 2.9.0-SNAPSHOT .. SUCCESS [  0.027 s]
[INFO] VIATRA Query Language Extensions 2.9.0-SNAPSHOT .... SUCCESS [  0.031 s]
[INFO] org.eclipse.viatra.integration.uml 2.9.0-SNAPSHOT .. SUCCESS [ 14.358 s]
[INFO] org.eclipse.viatra.integration.uml.feature 2.9.0-SNAPSHOT SUCCESS [  0.113 s]
[INFO] org.eclipse.viatra.query.patternlanguage.metamodel 0.29.0-SNAPSHOT SUCCESS [ 24.024 s]
[INFO] org.eclipse.viatra.query.patternlanguage.metamodel.edit 0.29.0-SNAPSHOT SUCCESS [  0.264 s]
[INFO] org.eclipse.viatra.query.patternlanguage.metamodel.validation 0.29.0-SNAPSHOT SUCCESS [  0.228 s]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.sirius 0.29.0-SNAPSHOT SUCCESS [  0.503 s]
[INFO] org.eclipse.viatra.query.language.vgql.feature 0.29.0-SNAPSHOT SUCCESS [  0.203 s]
[INFO] org.eclipse.viatra.transformation.runtime.transformationtrace 0.29.0-SNAPSHOT SUCCESS [  0.157 s]
[INFO] org.eclipse.viatra.transformation.runtime.debug 0.29.0-SNAPSHOT SUCCESS [  0.467 s]
[INFO] org.eclipse.viatra.transformation.runtime.tracer 0.29.0-SNAPSHOT SUCCESS [  0.375 s]
[INFO] org.eclipse.viatra.transformation.runtime.debug.feature 0.29.0-SNAPSHOT SUCCESS [  0.092 s]
[INFO] org.eclipse.viatra.transformation.tooling.debug 0.29.0-SNAPSHOT SUCCESS [  0.293 s]
[INFO] org.eclipse.viatra.transformation.tooling.debug.ui 0.29.0-SNAPSHOT SUCCESS [  0.428 s]
[INFO] org.eclipse.viatra.transformation.debug.feature 0.29.0-SNAPSHOT SUCCESS [  0.111 s]
[INFO] org.eclipse.viatra.query.tooling.debug 2.9.0-SNAPSHOT SUCCESS [  0.231 s]
[INFO] org.eclipse.viatra.query.tooling.ui.retevis 0.29.0-SNAPSHOT SUCCESS [ 38.153 s]
[INFO] org.eclipse.viatra.query.tooling.localsearch.ui 0.29.0-SNAPSHOT SUCCESS [  0.388 s]
[INFO] org.eclipse.viatra.query.sdk.extensions.feature 0.29.0-SNAPSHOT SUCCESS [  0.216 s]
[INFO] org.eclipse.viatra.update 2.9.0-SNAPSHOT ........... SUCCESS [  4.272 s]
[INFO] org.eclipse.viatra.target.core 2.9.0-SNAPSHOT ...... SUCCESS [  0.022 s]
[INFO] org.eclipse.viatra.target.all 2.9.0-SNAPSHOT ....... SUCCESS [  0.020 s]
[INFO] VIATRA Query Runtime 2.9.0-SNAPSHOT ................ SUCCESS [  0.034 s]
[INFO] VIATRA Transformation Debugger Runtime (Incubation) 0.29.0-SNAPSHOT SUCCESS [  0.025 s]
[INFO] VIATRA Design Space Exploration Runtime (Incubation) 0.29.0-SNAPSHOT SUCCESS [  0.200 s]
[INFO] org.eclipse.viatra.query.patternlanguage.metamodel.vql.generator.test 0.29.0-SNAPSHOT SUCCESS [  4.680 s]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.tests 2.9.0-SNAPSHOT SUCCESS [ 36.263 s]
[INFO] org.eclipse.viatra.query.patternlanguage.emf.ui.tests 2.9.0-SNAPSHOT SUCCESS [ 47.300 s]
[INFO] org.eclipse.viatra.query.runtime.tests 2.9.0-SNAPSHOT SUCCESS [ 13.253 s]
[INFO] org.eclipse.viatra.query.runtime.cps.tests 2.9.0-SNAPSHOT SUCCESS [02:19 min]
[INFO] org.eclipse.viatra.query.runtime.base.itc.tests 2.9.0-SNAPSHOT SUCCESS [  3.933 s]
[INFO] VIATRA CPS Tests 2.9.0-SNAPSHOT .................... SUCCESS [  0.270 s]
[INFO] org.eclipse.viatra.query.rcptt.queries 2.9.0-SNAPSHOT SUCCESS [ 13.545 s]
[INFO] org.eclipse.viatra.query.rcptt.queries.validation 2.9.0-SNAPSHOT SUCCESS [  0.217 s]
[INFO] org.eclipse.viatra.query.rcptt.queries.feature 2.9.0-SNAPSHOT SUCCESS [  0.186 s]
[INFO] org.eclipse.viatra.query.rcptt.product 2.9.0-SNAPSHOT SUCCESS [ 58.944 s]
[INFO] org.eclipse.viatra.query.rcptt.tests 2.9.0-SNAPSHOT  SUCCESS [07:56 min]
[INFO] org.eclipse.viatra.transformation.evm.tests 2.9.0-SNAPSHOT SUCCESS [  9.582 s]
[INFO] org.eclipse.viatra.transformation.runtime.emf.tests 2.9.0-SNAPSHOT SUCCESS [  7.440 s]
[INFO] org.eclipse.viatra.integration.uml.test 2.9.0-SNAPSHOT SUCCESS [  6.917 s]
[INFO] org.eclipse.viatra.documentation.example 2.9.0-SNAPSHOT SUCCESS [ 17.445 s]
[INFO] org.eclipse.viatra.docs 2.9.0-SNAPSHOT ............. SUCCESS [ 13.199 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20:27 min
[INFO] Finished at: 2024-04-12T18:09:54Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (download.eclipse.org)
Stage "download.eclipse.org" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven Deploy)
Stage "Maven Deploy" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] javadoc
Publishing Javadoc
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: UNSTABLE