Skip to content

Console Output

Started by an SCM change
Started by user Zoltan Ujhelyi
Rebuilds build #754
Running as Zoltan Ujhelyi
Agent basic-82135 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-82135"
  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: "basic-82135"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-82135"
    - 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-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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"

Building remotely on basic-82135 (basic) in workspace /home/jenkins/agent/workspace/dse-examples-bpmn
The recommended git tool is: NONE
using credential git.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository ssh://git.eclipse.org:29418/viatra/org.eclipse.viatra.examples
 > git init /home/jenkins/agent/workspace/dse-examples-bpmn # timeout=10
Fetching upstream changes from ssh://git.eclipse.org:29418/viatra/org.eclipse.viatra.examples
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.viatra@git.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/dse-examples-bpmn@tmp/jenkins-gitclient-ssh7158373364493973524.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- ssh://git.eclipse.org:29418/viatra/org.eclipse.viatra.examples +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://git.eclipse.org:29418/viatra/org.eclipse.viatra.examples # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c15f8a98322f993913b22cd8993d52c1665af3a4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c15f8a98322f993913b22cd8993d52c1665af3a4 # timeout=10
Commit message: "Updates BPMN example to version 2.9"
 > git rev-list --no-walk c23458cde6c02c2bca6f3b1fe833222ee1b767fa # timeout=10
[dse-examples-bpmn] $ /opt/tools/apache-maven/3.8.6/bin/mvn -f /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/pom.xml -Dviatra.repository.url=https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/ -Dmaven.repo.local=/home/jenkins/agent/workspace/dse-examples-bpmn/.repository clean verify
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
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.0.18-200.fc36.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.
[INFO] Computing target platform for MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.dse:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.dse/pom.xml
[INFO] Fetching p2.index from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/ (172B)
[INFO] Adding repository https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository
[INFO] Fetching content.xml.xz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/ (18.76kB)
[INFO] Fetching p2.index from http://download.eclipse.org/collections/10.2.0/repository/ (172B)
[INFO] Adding repository http://download.eclipse.org/collections/10.2.0/repository
[INFO] Fetching content.xml.xz from http://download.eclipse.org/collections/10.2.0/repository/ (6.68kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B)
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16/ (128B)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.16
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.16/ (447B)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.16/categories/ (1.46kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/ (116.89kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/2020-06
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ (142B)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-06/202006171000/ (142B)
[INFO] Adding repository https://download.eclipse.org/releases/2020-06/202006171000
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.dse:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.dse/pom.xml
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (2.77MB)
[INFO] Fetching R-4.16-202006040540&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.16/ (63B)
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (459.89kB)
[INFO] Fetching org.eclipse.collections_10.2.0.v20200211-1558.jar.pack.gz from http://download.eclipse.org/collections/10.2.0/repository/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (41.49kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.27kB)
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.07kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (46.11kB)
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.65kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (42.05kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (115.11kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (487.54kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (51kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (84.02kB)
[INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ (63B)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB)
[INFO] Fetching org.eclipse.viatra.dse_0.29.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (59.5kB)
[INFO] Fetching org.eclipse.viatra.query.runtime_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.viatra.transformation.evm_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (48.53kB)
[INFO] Fetching org.eclipse.viatra.transformation.runtime.emf_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (36.41kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (418.96kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (123kB)
[INFO] Fetching org.eclipse.viatra.dse.genetic_0.29.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (27.64kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.18kB)
[INFO] Fetching org.eclipse.xtend.lib_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.31kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.22.0.v20200602-0713.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.31kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.base_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (50.59kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.matchers_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (114.94kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.base.itc_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (31.35kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.18kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.dse:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.dse/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.model:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.model:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.model:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.patterns:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.patterns:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.patterns:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.test:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.test:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/pom.xml
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.5MB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.03kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (95.26kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (258.72kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (14.52kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (155.55kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.86MB)
[INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (306.31kB)
[INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (363.6kB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (316.88kB)
[INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (957.79kB)
[INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (48.59kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (233.97kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.96kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (199.91kB)
[INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.18kB)
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (32.85kB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (82.47kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.98kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (41.15kB)
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (100.5kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (31.74kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (25.88kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.65kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.82kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (361.92kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (66.16kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (65.8kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.47kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (27.84kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.94kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (111.14kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.62kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (49.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (95.01kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (60.86kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.88kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (22.48kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.85kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (74.47kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.88kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.47kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (105.75kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (176.74kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (131.02kB)
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.89kB)
[INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (492.92kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (955.98kB)
[INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (997.92kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (56.86kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (71.64kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.localsearch_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (70.29kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.rete_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (112.68kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.rete.recipes_2.9.0.202401191736.jar.pack.gz from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (44.78kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.71kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.test:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] bpmn                                                               [pom]
[INFO] org.eclipse.viatra.dse.examples.bpmn.model              [eclipse-plugin]
[INFO] org.eclipse.viatra.dse.examples.bpmn.patterns           [eclipse-plugin]
[INFO] org.eclipse.viatra.dse.examples.bpmn.dse                [eclipse-plugin]
[INFO] org.eclipse.viatra.dse.examples.bpmn.test          [eclipse-test-plugin]
[INFO] 
[INFO] -------------< org.eclipse.viatra.examples.dse.bpmn:bpmn >--------------
[INFO] Building bpmn 0.29.0-SNAPSHOT                                      [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bpmn ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ bpmn ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/dse-examples-bpmn/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/../jacoco.exec,append=true
[INFO] 
[INFO] --< org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.model >--
[INFO] Building org.eclipse.viatra.dse.examples.bpmn.model 0.29.0-SNAPSHOT [2/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] The project's OSGi version is 0.29.0.202401261650
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/dse-examples-bpmn/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.model/../jacoco.exec,append=true
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.model/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.model/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.model/target/org.eclipse.viatra.dse.examples.bpmn.model-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] 
[INFO] --< org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.patterns >--
[INFO] Building org.eclipse.viatra.dse.examples.bpmn.patterns 0.29.0-SNAPSHOT [3/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] Deleting /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src-gen (includes = [**/*], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] The project's OSGi version is 0.29.0.202401261650
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/dse-examples-bpmn/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/../jacoco.exec,append=true
[INFO] 
[INFO] --- viatra-maven-plugin:2.9.0-SNAPSHOT:generate (default) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] Adding project dependencies to classpath
[INFO] Can't find VIATRA Generator properties under /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/.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/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/target/xtext-temp/stubs
[INFO] Compiling stubs located in /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/target/xtext-temp/stubs
[INFO] Installing type provider for stubs.
[INFO] Validate and generate.
[INFO] Starting validation for input: 'patterns.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: [T2, outflow, T1][Root]. (file:/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/org/eclipse/viatra/dse/examples/bpmn/patterns/patterns.vql line : 35 column : 67)
[WARNING] WARNING:The pattern body contains isolated constraints ("cartesian products") that can lead to severe performance and memory footprint issues. The independent partitions are: [pg2, pg, T1, T2][Root]. (file:/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/org/eclipse/viatra/dse/examples/bpmn/patterns/patterns.vql line : 51 column : 69)
[WARNING] WARNING:Parameterless patterns can only be used to check for existence of a condition. (file:/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/org/eclipse/viatra/dse/examples/bpmn/patterns/patterns.vql line : 85 column : 9)
[WARNING] WARNING:This negative pattern call is a global constraint: it expresses that there are no matches of the called pattern at all. Make sure this is intentional! (file:/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/org/eclipse/viatra/dse/examples/bpmn/patterns/patterns.vql line : 86 column : 6)
[WARNING] WARNING:Parameterless patterns can only be used to check for existence of a condition. (file:/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/org/eclipse/viatra/dse/examples/bpmn/patterns/patterns.vql line : 89 column : 9)
[WARNING] WARNING:This negative pattern call is a global constraint: it expresses that there are no matches of the called pattern at all. Make sure this is intentional! (file:/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/org/eclipse/viatra/dse/examples/bpmn/patterns/patterns.vql line : 90 column : 6)
[WARNING] WARNING:The pattern body contains constraints which are only loosely connected. This may negatively impact performance. The weakly dependent partitions are: [name1, T1][T2, name2] (file:/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/org/eclipse/viatra/dse/examples/bpmn/patterns/patterns.vql line : 93 column : 37)
[INFO] Starting generator for input: 'patterns.vql'
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] Building jar: /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/target/org.eclipse.viatra.dse.examples.bpmn.patterns-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.dse.examples.bpmn.patterns ---
[INFO] 
[INFO] --< org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.dse >--
[INFO] Building org.eclipse.viatra.dse.examples.bpmn.dse 0.29.0-SNAPSHOT  [4/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] The project's OSGi version is 0.29.0.202401261650
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/dse-examples-bpmn/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.dse/../jacoco.exec,append=true
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.dse/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.dse/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.dse/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] Building jar: /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.dse/target/org.eclipse.viatra.dse.examples.bpmn.dse-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.dse.examples.bpmn.dse ---
[INFO] 
[INFO] --< org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.test >--
[INFO] Building org.eclipse.viatra.dse.examples.bpmn.test 0.29.0-SNAPSHOT [5/5]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] The project's OSGi version is 0.29.0.202401261650
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (default) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/dse-examples-bpmn/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/../jacoco.exec,append=true
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/target/org.eclipse.viatra.dse.examples.bpmn.test-0.29.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.viatra.dse.examples.bpmn.test ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/dse-examples-bpmn/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/../jacoco.exec,append=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/dse-examples-bpmn/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/target/work/data, -install, /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/target/work, -configuration, /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.test/target/surefire.properties]
Running org.eclipse.viatra.dse.examples.bpmn.test.BpmnExamplesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.111 s - in org.eclipse.viatra.dse.examples.bpmn.test.BpmnExamplesTest
BFS(org.eclipse.viatra.dse.examples.bpmn.test.BpmnExamplesTest)  Time elapsed: 3.754 s
DFS(org.eclipse.viatra.dse.examples.bpmn.test.BpmnExamplesTest)  Time elapsed: 0.893 s
hillClimbing(org.eclipse.viatra.dse.examples.bpmn.test.BpmnExamplesTest)  Time elapsed: 20.335 s
DfsWithFixedPriorityConflictResolver(org.eclipse.viatra.dse.examples.bpmn.test.BpmnExamplesTest)  Time elapsed: 0.393 s
fixedPrioritySearch(org.eclipse.viatra.dse.examples.bpmn.test.BpmnExamplesTest)  Time elapsed: 0.694 s

Results:

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

[INFO] All tests passed!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bpmn 0.29.0-SNAPSHOT:
[INFO] 
[INFO] bpmn ............................................... SUCCESS [  4.093 s]
[INFO] org.eclipse.viatra.dse.examples.bpmn.model ......... SUCCESS [  3.124 s]
[INFO] org.eclipse.viatra.dse.examples.bpmn.patterns ...... SUCCESS [ 14.569 s]
[INFO] org.eclipse.viatra.dse.examples.bpmn.dse ........... SUCCESS [  0.241 s]
[INFO] org.eclipse.viatra.dse.examples.bpmn.test .......... SUCCESS [ 29.205 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:34 min
[INFO] Finished at: 2024-01-26T16:52:23Z
[INFO] ------------------------------------------------------------------------
Sending e-mails to: zoltan.ujhelyi@incquerylabs.com
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS