Skip to content

Console Output

Started by an SCM change
Started by user Zoltan Ujhelyi
Rebuilds build #748
Running as Zoltan Ujhelyi
Agent basic-zlp12 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "basic"
  name: "basic-zlp12"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.viatra.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-zlp12"
    - 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-zlp12"
    - 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-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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-zlp12 (basic) in workspace /home/jenkins/agent/workspace/dse-examples-bpmn
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.examples.git
 > git init /home/jenkins/agent/workspace/dse-examples-bpmn # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.examples.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.examples.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/viatra/org.eclipse.viatra.examples.git # 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 987c5526d3d1a8caf25446571985a3fd3f3ca601 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 987c5526d3d1a8caf25446571985a3fd3f3ca601 # timeout=10
Commit message: "Fixes build configuration and updates to more current dependencies"
 > git rev-list --no-walk 987c5526d3d1a8caf25446571985a3fd3f3ca601 # timeout=10
[dse-examples-bpmn] $ /opt/tools/apache-maven/latest/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.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.19-200.fc33.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] The POM for org.eclipse.viatra:viatra-maven-plugin:jar:2.0.0-SNAPSHOT is missing, no dependency information available
[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.20.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.85kB)
[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.12/ (128B)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.12
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.12/ (446B)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.12/categories/ (1.46kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ (116.2kB)
[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/ (492B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B)
[INFO] Fetching content.xml.xz from https://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)
May 16, 2021 9:49:29 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
May 16, 2021 9:49:29 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[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.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.dse:0.20.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.12-201906051800&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.12/
[INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (454.46kB)
[INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (195.3kB of 454.46kB at 191.3kB/s)
[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.300.v20190215-2048.jar.pack.gz from http://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 http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (52.18kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (41.7kB)
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (485.5kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (50.98kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (84.18kB)
[INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/
[INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (96.72kB)
[INFO] Fetching org.eclipse.viatra.dse_0.26.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (155.74kB)
[INFO] Fetching org.eclipse.viatra.query.runtime_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (174.83kB)
[INFO] Fetching org.eclipse.viatra.transformation.evm_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (147.36kB)
[INFO] Fetching org.eclipse.viatra.transformation.runtime.emf_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (83.91kB)
May 16, 2021 9:50:29 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
May 16, 2021 9:50:29 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[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.12.0.v201504281640.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (285.21kB)
[INFO] Fetching org.eclipse.viatra.dse.genetic_0.26.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (65.42kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB)
[INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.base_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (110.93kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.matchers_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (386.68kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.base.itc_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (65.06kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (29.18kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.dse:0.20.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.20.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.20.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.20.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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/dse-examples-bpmn/dse/bpmn/org.eclipse.viatra.dse.examples.bpmn.patterns/pom.xml
[WARNING] The POM for org.eclipse.viatra:viatra-maven-plugin:jar:2.0.0-SNAPSHOT is missing, no dependency information available
[INFO] Resolving class path of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.patterns:0.20.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.20.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.20.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.12/R-4.12-201906051800/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.12/R-4.12-201906051800/plugins/ (13.03kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (95.26kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/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.12/R-4.12-201906051800/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.12/R-4.12-201906051800/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.12/R-4.12-201906051800/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.12/R-4.12-201906051800/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (154.23kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (361.71kB)
[INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (872.98kB)
[INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://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 http://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 http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (229.07kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://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 http://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 http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://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 http://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 http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (42.02kB)
[INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (97.68kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (33.61kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.54kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (25.95kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://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 http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (98kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (29.81kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://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 http://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 http://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 http://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 http://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 http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (492.8kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,006.66kB)
[INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (1,012.08kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (54.69kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (69.46kB)
[INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (21.42kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.localsearch_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (245.37kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.rete_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (367.1kB)
[INFO] Fetching org.eclipse.viatra.query.runtime.rete.recipes_2.6.0.202105021702.jar from https://ci.eclipse.org/viatra/job/VIATRA/job/master/lastBuild/artifact/releng/org.eclipse.viatra.update/target/repository/plugins/ (148.35kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/plugins/ (14.95kB)
[INFO] Resolving class path of MavenProject: org.eclipse.viatra.examples.dse.bpmn:org.eclipse.viatra.dse.examples.bpmn.test:0.20.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.20.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.20.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] The project's OSGi version is 0.20.0.202105160949
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.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.6.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.6.0:target-platform (default-target-platform) @ org.eclipse.viatra.dse.examples.bpmn.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.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.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.20.0-SNAPSHOT [3/5]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] The POM for org.eclipse.viatra:viatra-maven-plugin:jar:2.0.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for bpmn 0.20.0-SNAPSHOT:
[INFO] 
[INFO] bpmn ............................................... SUCCESS [ 11.181 s]
[INFO] org.eclipse.viatra.dse.examples.bpmn.model ......... SUCCESS [  8.562 s]
[INFO] org.eclipse.viatra.dse.examples.bpmn.patterns ...... FAILURE [  0.002 s]
[INFO] org.eclipse.viatra.dse.examples.bpmn.dse ........... SKIPPED
[INFO] org.eclipse.viatra.dse.examples.bpmn.test .......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:56 min
[INFO] Finished at: 2021-05-16T09:51:12Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.eclipse.viatra:viatra-maven-plugin:2.0.0-SNAPSHOT or one of its dependencies could not be resolved: Failure to find org.eclipse.viatra:viatra-maven-plugin:jar:2.0.0-SNAPSHOT in https://repo.eclipse.org/content/groups/viatra2/ was cached in the local repository, resolution will not be reattempted until the update interval of viatra has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: zoltan.ujhelyi@incquerylabs.com
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE