Skip to content
Success

Console Output

Started by user Lorenzo Bettini
Running as Lorenzo Bettini
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://github.com/eclipse-emf-parsley/emf-parsley.git/ into /var/jenkins/workspace/parsley-github@script/e82d4c74934dddbc6e19f657a705dee8c7143ef7fd74e94ccf0c6136b9d91726 to read Jenkinsfile
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/parsley-github@script/e82d4c74934dddbc6e19f657a705dee8c7143ef7fd74e94ccf0c6136b9d91726/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse-emf-parsley/emf-parsley.git/ # timeout=10
Fetching upstream changes from https://github.com/eclipse-emf-parsley/emf-parsley.git/
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-emf-parsley/emf-parsley.git/ +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/2.0
Seen branch in repository origin/bugfix
Seen branch in repository origin/change/65936/2
Seen branch in repository origin/json
Seen branch in repository origin/master
Seen branch in repository origin/menus
Seen branch in repository origin/neon-simrel
Seen branch in repository origin/next-simrel
Seen branch in repository origin/oxygen-simrel
Seen branch in repository origin/photon-simrel
Seen branch in repository origin/preview
Seen branch in repository origin/sonar
Seen branch in repository origin/tycho
Seen branch in repository origin/xtext-2.28-2022-09
Seen 14 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 9b348d52d820ead124d0ed776c937ce837159eff (origin/xtext-2.28-2022-09)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9b348d52d820ead124d0ed776c937ce837159eff # timeout=10
Commit message: "Revert "temporarily moved e4 test before""
 > git rev-list --no-walk a088f97422362047e7b8ec4c36751edb07320e68 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes emf-parsley/parsley-github-42-9g32p-tz3mf-9fr8f
Agent parsley-github-42-9g32p-tz3mf-9fr8f is provisioned from template parsley-github_42-9g32p-tz3mf
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.emf-parsley.svc.cluster.local/emf-parsley/job/parsley-github/42/"
    runUrl: "job/parsley-github/42/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "89550f32e33b2b5f0889de091a28d0d1bdcb5071"
    jenkins/label: "parsley-github_42-9g32p"
  name: "parsley-github-42-9g32p-tz3mf-9fr8f"
  namespace: "emf-parsley"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.emf-parsley.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "parsley-github-42-9g32p-tz3mf-9fr8f"
    - 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: "parsley-github-42-9g32p-tz3mf-9fr8f"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.emf-parsley.svc.cluster.local/emf-parsley/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3"
    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/.m2/repository"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins"
      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-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-4"
      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-emf-parsley"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - emptyDir:
      medium: ""
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on parsley-github-42-9g32p-tz3mf-9fr8f in /home/jenkins/agent/workspace/parsley-github
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-emf-parsley/emf-parsley.git/
 > git init /home/jenkins/agent/workspace/parsley-github # timeout=10
Fetching upstream changes from https://github.com/eclipse-emf-parsley/emf-parsley.git/
 > git --version # timeout=10
 > git --version # 'git version 2.36.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-emf-parsley/emf-parsley.git/ +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git config remote.origin.url https://github.com/eclipse-emf-parsley/emf-parsley.git/ # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/2.0
Seen branch in repository origin/bugfix
Seen branch in repository origin/change/65936/2
Seen branch in repository origin/json
Seen branch in repository origin/master
Seen branch in repository origin/menus
Seen branch in repository origin/neon-simrel
Seen branch in repository origin/next-simrel
Seen branch in repository origin/oxygen-simrel
Seen branch in repository origin/photon-simrel
Seen branch in repository origin/preview
Seen branch in repository origin/sonar
Seen branch in repository origin/tycho
Seen branch in repository origin/xtext-2.28-2022-09
Seen 14 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 9b348d52d820ead124d0ed776c937ce837159eff (origin/xtext-2.28-2022-09)
Commit message: "Revert "temporarily moved e4 test before""
[Pipeline] }
[Pipeline] // stage
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9b348d52d820ead124d0ed776c937ce837159eff # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 5 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] { (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*"
[parsley-github] $ Xvnc -help
Starting xvnc
[parsley-github] $ Xvnc :59 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

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


Thu Nov 24 21:48:23 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5959
 vncext:      created VNC server for screen 0
[Pipeline] {
[Pipeline] sh
+ mvn -f releng/org.eclipse.emf.parsley.parent/pom.xml clean verify
+ metacity --sm-disable --replace
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/3.8.5
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.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.
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/parsley-github/devtools/org.eclipse.emf.parsley.targetplatform/simrel.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@74e1d60b...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime.common/pom.xml
[INFO] Fetching 202209141001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-09/ (63B)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.89MB)
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (802.8kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_67.1.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.5MB)
[INFO] Fetching com.sun.jna_5.8.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.65MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.28MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.27kB)
[INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.47MB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.76kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (198.71kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (57.69kB)
[INFO] Fetching org.apache.felix.scr_2.2.2.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (393.3kB)
[INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.86kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (81.45kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (358.42kB)
[INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (146.41kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (101.83kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.100.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (289.67kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.core.runtime_3.26.0.v20220813-0916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (74.34kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.65kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.8kB)
[INFO] Fetching org.eclipse.core.resources_3.18.0.v20220828-0546.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (893.32kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.200.v20220629-1225.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (27.8kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.29kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (57.49kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.300.v20220613-1047.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (71.46kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.osgi.services_3.11.0.v20220618-0838.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.17kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.600.v20220607-1204.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (149.46kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.200.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (397.11kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.600.v20220715-1400.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.200.v20220808-2019.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (266.92kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.300.v20220809-1237.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (215.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.600.v20220621-1327.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (204.9kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.23kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (48.41kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (251kB)
[INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (87.79kB)
[INFO] Fetching org.eclipse.swt_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.jface_3.27.0.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.300.v20220815-1831.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.52kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.09kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.09kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.3kB)
[INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.28kB)
[INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.88kB)
[INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (29.67kB)
[INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.38kB)
[INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (30.58kB)
[INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.82kB)
[INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.85kB)
[INFO] Fetching org.eclipse.e4.rcp_4.25.0.v20220829-1402.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (23.01kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (89.66kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (232.67kB)
[INFO] Fetching org.eclipse.emf.common_2.26.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (369.7kB)
[INFO] Fetching org.eclipse.emf.common_2.27.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20220817-1401.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.95kB)
[INFO] Fetching org.eclipse.ui.workbench_3.126.0.v20220823-0718.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.200.v20220802-0458.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (224.56kB)
[INFO] Fetching org.eclipse.jdt.core_3.31.0.v20220831-1439.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.71MB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.200.v20220802-0458.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (105.66kB)
[INFO] Fetching org.eclipse.text_3.12.200.v20220817-1340.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (295.31kB)
[INFO] Fetching org.eclipse.ui_3.201.100.v20220826-1037.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (434.35kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.900.v20220718-1722.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (98.23kB)
[INFO] Fetching org.eclipse.rcp_4.25.0.v20220831-1800.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.rcp_4.25.0.v20220831-1800.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.96kB)
[INFO] Fetching org.eclipse.rcp_root_4.25.0.v20220831-1800 from https://download.eclipse.org/releases/2022-09/202209141001/binary/ (19.11kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.19.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.19kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.common/pom.xml
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (165.3kB)
[INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (92.83kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (54.78kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (296.74kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (185.76kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (348.72kB)
[INFO] Fetching org.eclipse.ui.views_3.11.200.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (107.38kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.400.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (331.65kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo.common/pom.xml
[INFO] Fetching org.eclipse.emf.cdo_4.19.0.v20220907-1437.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.emf.cdo.common_4.19.0.v20220907-1437.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (725.57kB)
[INFO] Fetching org.eclipse.net4j.util_3.20.0.v20220907-1437.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (860.77kB)
[INFO] Fetching org.eclipse.emf.cdo.net4j_4.5.3.v20220907-1437.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (217.81kB)
[INFO] Fetching org.eclipse.net4j_4.16.0.v20220907-1437.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (207.21kB)
[INFO] Fetching org.eclipse.net4j.tcp_4.4.0.v20220907-1437.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (85.24kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.202208101410.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (143.13kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.junit4/pom.xml
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.28.0.v20220829-0436.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (162.36kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (65.43kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (421.77kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.models:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.models/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.libraries:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/pom.xml
[INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (379.48kB)
[INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (6.02MB)
[INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (806.64kB)
[INFO] Fetching org.eclipse.jface.text_3.21.0.v20220817-1340.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.ide_3.19.100.v20220820-0412.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (690.83kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (620.52kB)
[INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (49.45kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (115.07kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.5kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (362.07kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (176.33kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (221.38kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (343.24kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (470.76kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.300.v20220817-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (424.9kB)
[INFO] Fetching org.eclipse.team.core_3.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (402.85kB)
[INFO] Fetching org.eclipse.team.ui_3.9.400.v20220817-1539.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.500.v20220623-0641.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (114.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.200.v20220717-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (110.71kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.views/pom.xml
[INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (590.15kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (169.92kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (64.23kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (400.2kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (362.45kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.700.v20220730-1850.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (570.26kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.31.0.v20220730-0849.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (193.98kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.4kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (40.19kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (230.3kB)
[INFO] Fetching org.eclipse.xtext_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.common.types_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (501.04kB)
[INFO] Fetching org.eclipse.xtext.util_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (307.81kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.93kB)
[INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (132.86kB)
[INFO] Fetching org.eclipse.xtend.lib_2.28.0.v20220829-0436.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.91kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (969.15kB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.300.v20220812-1529.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (915.36kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.28.0.v20220829-0436.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (77.87kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (17.8kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors.common/pom.xml
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (124.92kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.generator.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.wizards:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.wizards/pom.xml
[INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.43kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (163.1kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (42.71kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.66kB)
[INFO] Fetching org.eclipse.ui.console_3.11.300.v20220811-1921.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (245.02kB)
[INFO] Fetching org.eclipse.debug.ui_3.17.0.v20220817-1312.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (3MB)
[INFO] Fetching org.eclipse.jdt.ui_3.27.0.v20220824-0714.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (11.18MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.800.v20220813-1738.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.junit_3.15.0.v20220815-1918.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (543.35kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.3.500.v20220717-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (212.62kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.600.v20220831-0712.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (4.54MB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (112.39kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.200.v20220802-0626.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (61.67kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (133.75kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (103.71kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.600.v20220817-1208.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (662.94kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.300.v20220710-1223.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (172.38kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.200.v20220824-0551.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.02MB)
[INFO] Fetching org.eclipse.search_3.14.200.v20220817-1340.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (492.05kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.99kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.400.v20220715-1030.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (178.38kB)
[INFO] Fetching org.eclipse.pde.build_3.11.300.v20220822-0532.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (495.63kB)
[INFO] Fetching org.eclipse.pde.core_3.15.300.v20220822-0845.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.36MB)
[INFO] Fetching org.eclipse.pde.launching_3.10.100.v20220727-1044.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.76kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (346.47kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.400.v20220715-1705.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (387.2kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.300.v20220717-1456.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (174.02kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (152.75kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.ui.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/pom.xml
[INFO] Fetching org.eclipse.xtext.junit4_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (244.65kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (49.34kB)
[INFO] Fetching org.eclipse.xtext.ide_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (491.39kB)
[INFO] Fetching org.eclipse.xtext.ui_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.88MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.examples.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.doc:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/doc/org.eclipse.emf.parsley.doc/pom.xml
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.13.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (34.42kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (2.46MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ide:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/pom.xml
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (594.46kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/pom.xml
[INFO] Fetching org.eclipse.xtext.ui.shared_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (553.73kB)
[INFO] Fetching org.eclipse.xtext.builder_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (393.82kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (258.72kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (134.96kB)
[INFO] Fetching org.eclipse.xtext.smap_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.99kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (250.01kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.18kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (195.41kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (134.64kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.additional.builder:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml
[INFO] Fetching org.eclipse.xtext.testing_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (200.47kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (156.19kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/pom.xml
[INFO] Fetching org.eclipse.xtext.ui.testing_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (128.57kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (31.24kB)
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (180.09kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.junit4.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.dsl.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.cdo.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.sdk:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.edit:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.editor:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.views/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.editors:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.editors/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/pom.xml
[INFO] Fetching org.eclipse.emf.cdo.expressions_4.4.0.v20220505-0518.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (93.67kB)
[INFO] Fetching org.eclipse.emf.cdo.security_4.6.0.v20220505-0518.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (146.65kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.18.1.v20220727-0657.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (554.5kB)
[INFO] Fetching org.eclipse.emf.cdo.server.admin_4.3.7.v20220608-1505.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (94.73kB)
[INFO] Fetching org.eclipse.emf.cdo.server.security_4.9.1.v20220608-1505.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (86.06kB)
[INFO] Fetching org.eclipse.emf.cdo.server.db_4.12.0.v20220907-1437.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (419.81kB)
[INFO] Fetching org.eclipse.net4j.db_4.11.1.v20220505-0518.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (227.64kB)
[INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.5.3.v20220608-1505.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (177.59kB)
[INFO] Fetching org.eclipse.emf.cdo.server.ocl_4.4.2.v20220515-1607.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.78kB)
[INFO] Fetching org.eclipse.emf.cdo.server.product_4.2.6.v20220621-0702.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (17.06kB)
[INFO] Fetching org.eclipse.emf.cdo.server_4.20.0.v20220907-1437.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (30.38kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (383.83kB)
[INFO] Fetching org.eclipse.net4j.db.h2_4.5.2.v20220505-0518.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.5kB)
[INFO] Fetching org.eclipse.net4j.jvm_4.3.0.v20220505-0518.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (29.7kB)
[INFO] Fetching org.eclipse.swtbot.go_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (15.82kB)
[INFO] Fetching org.eclipse.swtbot.forms.finder_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.96kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.82kB)
[INFO] Fetching org.eclipse.jdt_3.18.1300.v20220831-1800.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (44.74kB)
[INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20220505-0518.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.58kB)
[INFO] Fetching org.h2_1.3.168.v201212121212.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.27MB)
[INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.14MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (112.42kB)
[INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (36.28kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.core_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (38.83kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (141.06kB)
[INFO] Fetching org.eclipse.swtbot.swt.finder_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (819.03kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (72.52kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.spy_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (37.59kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.ui_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (79.71kB)
[INFO] Fetching org.eclipse.swtbot.junit4_x_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (37.27kB)
[INFO] Fetching org.eclipse.swtbot_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.6kB)
[INFO] Fetching org.eclipse.swtbot.forms_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.63kB)
[INFO] Fetching org.eclipse.swtbot.generator_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (109.68kB)
[INFO] Fetching org.eclipse.swtbot.generator.client_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (52.33kB)
[INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.47kB)
[INFO] Fetching org.eclipse.swtbot.generator.jdt_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (59.36kB)
[INFO] Fetching org.eclipse.swtbot.generator.ui_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (24.69kB)
[INFO] Fetching org.eclipse.swtbot.generator.feature_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.64kB)
[INFO] Fetching org.eclipse.swtbot.ide_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.67kB)
[INFO] Fetching org.eclipse.xtext.buildship_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (17.66kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.26kB)
[INFO] Fetching org.eclipse.xtext.java_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (47.94kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.39kB)
[INFO] Fetching org.eclipse.xtext.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.xtext.xtext.ide_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (121.66kB)
[INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (96.5kB)
[INFO] Fetching org.eclipse.xtext.util.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (142.23kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (360.91kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (208.21kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.89kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (18.64kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (26.93kB)
[INFO] Fetching org.eclipse.xtext.java.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (25.75kB)
[INFO] Fetching org.eclipse.xtext.runtime_2.28.0.v20220829-0555.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.96kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (21.3kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (138.33kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.52kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (14.5kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (30.26kB)
[INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.91kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.28kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (136.72kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (93.74kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (90.57kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (98.89kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.28.0.v20220829-0438.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (285.11kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (19.11kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.46kB)
[INFO] Fetching org.eclipse.xtext.ui_2.28.0.v20220829-0555.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.83kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (1.8MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.28.0.v20220829-0502.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (280.2kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.28.0.v20220829-0445.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (374.36kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.28.0.v20220829-0555.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.58kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.28.0.v20220829-0436.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (103.57kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.28.0.v20220829-0437.jar from https://download.eclipse.org/releases/2022-09/202209141001/features/ (20.5kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.server:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.server/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.model:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.treeform:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.model:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.accountsview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.mailsview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.messageview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.rcp:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.product.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.repository:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/releng/org.eclipse.emf.parsley.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.parsleypart:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.product.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.e4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/pom.xml
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (12.94MB)
[WARNING] The project org.eclipse.emf.parsley:org.eclipse.emf.parsley.parent:pom:1.13.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] EMF Parsley                                                        [pom]
[INFO] org.eclipse.emf.tests.coverage                                     [pom]
[INFO] org.eclipse.emf.parsley.targetplatform                             [pom]
[INFO] org.eclipse.emf.parsley.runtime.common                  [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.common                          [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.views.common                    [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.cdo.common                      [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.runtime                         [eclipse-plugin]
[INFO] org.eclipse.emf.parsley                                 [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.junit4                          [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.tests.models                    [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.tests.libraries                 [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.library                [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.tests                      [eclipse-test-plugin]
[INFO] org.eclipse.emf.parsley.generator.common                [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.dsl                             [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.views                           [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.tests.views                     [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.cdo                             [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.editors.common                  [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.editors                         [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.cdo.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.emf.parsley.wizards                         [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.ui.examples                     [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.doc                             [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.feature                        [eclipse-feature]
[INFO] org.eclipse.emf.parsley.cdo.feature                    [eclipse-feature]
[INFO] org.eclipse.emf.parsley.dsl.additional.builder          [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.dsl.ide                         [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.dsl.ui                          [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.dsl.feature                    [eclipse-feature]
[INFO] org.eclipse.emf.parsley.examples.feature               [eclipse-feature]
[INFO] org.eclipse.emf.parsley.dsl.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.emf.parsley.dsl.ui.tests               [eclipse-test-plugin]
[INFO] org.eclipse.emf.parsley.junit4.feature                 [eclipse-feature]
[INFO] org.eclipse.emf.parsley.sdk                            [eclipse-feature]
[INFO] org.eclipse.emf.parsley.examples.library.edit           [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.library.editor         [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.views                  [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.editors                [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.tests.swtbot.feature           [eclipse-feature]
[INFO] org.eclipse.emf.parsley.tests.swtbot               [eclipse-test-plugin]
[INFO] org.eclipse.emf.parsley.examples.cdo.server             [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.cdo.model              [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.cdo.treeform           [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.tests.swtbot.cdo.feature       [eclipse-feature]
[INFO] org.eclipse.emf.parsley.tests.swtbot.cdo           [eclipse-test-plugin]
[INFO] org.eclipse.emf.parsley.examples.mail.model             [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.mail.accountsview      [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.mail.mailsview         [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.mail.messageview       [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.mail.rcp               [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.mail.product.feature  [eclipse-feature]
[INFO] org.eclipse.emf.parsley.tests.swtbot.examples      [eclipse-test-plugin]
[INFO] org.eclipse.emf.parsley.repository                  [eclipse-repository]
[INFO] org.eclipse.emf.parsley.examples.eclipse4               [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.eclipse4.parsleypart   [eclipse-plugin]
[INFO] org.eclipse.emf.parsley.examples.eclipse4.product.feature [eclipse-feature]
[INFO] org.eclipse.emf.parsley.tests.swtbot.e4            [eclipse-test-plugin]
[INFO] 
[INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.parent >-------
[INFO] Building EMF Parsley 1.13.0-SNAPSHOT                              [1/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.parent ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.parent ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.parent ---
[INFO] 
[INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.tests.coverage >-------
[INFO] Building org.eclipse.emf.tests.coverage 1.13.0-SNAPSHOT           [2/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.tests.coverage ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.tests.coverage ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.tests.coverage ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.tests.coverage ---
[INFO] 
[INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.targetplatform >---
[INFO] Building org.eclipse.emf.parsley.targetplatform 1.13.0-SNAPSHOT   [3/59]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.targetplatform ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.targetplatform ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.targetplatform ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.targetplatform ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.emf.parsley.targetplatform ---
[INFO] 
[INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime.common >---
[INFO] Building org.eclipse.emf.parsley.runtime.common 1.13.0-SNAPSHOT   [4/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] Resolving class path of org.eclipse.emf.parsley.runtime.common...
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (13.13kB)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime.common/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime.common/target/org.eclipse.emf.parsley.runtime.common-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime.common/target/org.eclipse.emf.parsley.runtime.common-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.runtime.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.runtime.common ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.common >-------
[INFO] Building org.eclipse.emf.parsley.common 1.13.0-SNAPSHOT           [5/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.common ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1744
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.common ---
[INFO] Resolving class path of org.eclipse.emf.parsley.common...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.common ---
[INFO] Compiling 126 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.common/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.common/target/org.eclipse.emf.parsley.common-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.common/target/org.eclipse.emf.parsley.common-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.common ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.common ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.views.common >----
[INFO] Building org.eclipse.emf.parsley.views.common 1.13.0-SNAPSHOT     [6/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.views.common ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.views.common ---
[INFO] Resolving class path of org.eclipse.emf.parsley.views.common...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.views.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.views.common ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views.common/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.views.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.views.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.views.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views.common/target/org.eclipse.emf.parsley.views.common-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.views.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views.common/target/org.eclipse.emf.parsley.views.common-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.views.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.views.common ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.views.common ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.common >-----
[INFO] Building org.eclipse.emf.parsley.cdo.common 1.13.0-SNAPSHOT       [7/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1141
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] Resolving class path of org.eclipse.emf.parsley.cdo.common...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo.common/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo.common/target/org.eclipse.emf.parsley.cdo.common-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo.common/target/org.eclipse.emf.parsley.cdo.common-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.cdo.common ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime >-------
[INFO] Building org.eclipse.emf.parsley.runtime 1.13.0-SNAPSHOT          [8/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.runtime ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.runtime ---
[INFO] Resolving class path of org.eclipse.emf.parsley.runtime...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.runtime ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.runtime/target/org.eclipse.emf.parsley.runtime-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.runtime ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.runtime ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.runtime ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------< org.eclipse.emf.parsley:org.eclipse.emf.parsley >-----------
[INFO] Building org.eclipse.emf.parsley 1.13.0-SNAPSHOT                  [9/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley ---
[INFO] Resolving class path of org.eclipse.emf.parsley...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley/target/org.eclipse.emf.parsley-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4 >-------
[INFO] Building org.eclipse.emf.parsley.junit4 1.13.0-SNAPSHOT          [10/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.junit4 ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1315
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.junit4 ---
[INFO] Resolving class path of org.eclipse.emf.parsley.junit4...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.junit4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.junit4/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.junit4 ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.junit4/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.junit4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.junit4/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.junit4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.junit4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.junit4/target/org.eclipse.emf.parsley.junit4-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.junit4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.junit4/target/org.eclipse.emf.parsley.junit4-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.junit4 ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.junit4 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.junit4 ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.models >----
[INFO] Building org.eclipse.emf.parsley.tests.models 1.13.0-SNAPSHOT    [11/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.models ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.tests.models ---
[INFO] Resolving class path of org.eclipse.emf.parsley.tests.models...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.models/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.tests.models ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.models/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.models ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.models/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.tests.models ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.models ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.models/target/org.eclipse.emf.parsley.tests.models-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.models ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.models/target/org.eclipse.emf.parsley.tests.models-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.models ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.tests.models ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.tests.models ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.libraries >---
[INFO] Building org.eclipse.emf.parsley.tests.libraries 1.13.0-SNAPSHOT [12/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] The project's OSGi version is 1.13.0.202211242148
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] Resolving class path of org.eclipse.emf.parsley.tests.libraries...
[INFO] 
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-test-libs) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] Copying mockito-core-1.10.19.jar to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/mockito-core-1.10.19.jar
[INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/hamcrest-core-1.3.jar
[INFO] Copying hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/hamcrest-core-1.3-sources.jar
[INFO] Copying mockito-core-1.10.19-sources.jar to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/mockito-core-1.10.19-sources.jar
[INFO] Copying objenesis-2.1.jar to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/objenesis-2.1.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.libraries ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.libraries ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.libraries/target/org.eclipse.emf.parsley.tests.libraries-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.tests.libraries ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library >--
[INFO] Building org.eclipse.emf.parsley.examples.library 1.13.0-SNAPSHOT [13/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.library ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.library...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.library ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.library ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library/target/org.eclipse.emf.parsley.examples.library-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library/target/org.eclipse.emf.parsley.examples.library-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.library ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.library ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests >--------
[INFO] Building org.eclipse.emf.parsley.tests 1.13.0-SNAPSHOT           [14/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.tests ---
[INFO] Resolving class path of org.eclipse.emf.parsley.tests...
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (16.24kB)
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.tests ---
[INFO] Compiling 83 source files to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 285 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M7:test (MavenSurefirePluginTest) @ org.eclipse.emf.parsley.tests ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[INFO] Running org.eclipse.emf.parsley.tests.CachedLabelProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s - in org.eclipse.emf.parsley.tests.CachedLabelProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.ResourceSaveStrategyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s - in org.eclipse.emf.parsley.tests.ResourceSaveStrategyTest
[INFO] Running org.eclipse.emf.parsley.tests.TableFeaturesProviderTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.495 s - in org.eclipse.emf.parsley.tests.TableFeaturesProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.DatabindingValidationUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.emf.parsley.tests.DatabindingValidationUtilTest
[INFO] Running org.eclipse.emf.parsley.tests.ConfiguratorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.emf.parsley.tests.ConfiguratorTest
[INFO] Running org.eclipse.emf.parsley.tests.FormFeatureCaptionProviderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 s - in org.eclipse.emf.parsley.tests.FormFeatureCaptionProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.ViewerContentProviderTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.eclipse.emf.parsley.tests.ViewerContentProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.DiagnosticUtilTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.emf.parsley.tests.DiagnosticUtilTest
[INFO] Running org.eclipse.emf.parsley.tests.TableViewerColumnBuilderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s - in org.eclipse.emf.parsley.tests.TableViewerColumnBuilderTest
[INFO] Running org.eclipse.emf.parsley.tests.EmfSelectionHelperTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.emf.parsley.tests.EmfSelectionHelperTest
[INFO] Running org.eclipse.emf.parsley.tests.DelegatingColumnLabelProviderTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s - in org.eclipse.emf.parsley.tests.DelegatingColumnLabelProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.FeatureResolverTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.emf.parsley.tests.FeatureResolverTest
[INFO] Running org.eclipse.emf.parsley.tests.TextUndoRedoTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.477 s - in org.eclipse.emf.parsley.tests.TextUndoRedoTest
[INFO] Running org.eclipse.emf.parsley.tests.AsyncCommandStackListenerTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.emf.parsley.tests.AsyncCommandStackListenerTest
[INFO] Running org.eclipse.emf.parsley.tests.DialogDetailCompositeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.emf.parsley.tests.DialogDetailCompositeTest
[INFO] Running org.eclipse.emf.parsley.tests.EmfEventHelperTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 s - in org.eclipse.emf.parsley.tests.EmfEventHelperTest
[INFO] Running org.eclipse.emf.parsley.tests.FormWidgetFactoryTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.emf.parsley.tests.FormWidgetFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.NotificationBufferTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.emf.parsley.tests.NotificationBufferTest
[INFO] Running org.eclipse.emf.parsley.tests.TreeViewerColumnBuilderTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in org.eclipse.emf.parsley.tests.TreeViewerColumnBuilderTest
[INFO] Running org.eclipse.emf.parsley.tests.EditingDomainStrategyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.emf.parsley.tests.EditingDomainStrategyTest
[INFO] Running org.eclipse.emf.parsley.tests.ShellBasedTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.emf.parsley.tests.ShellBasedTest
[INFO] Running org.eclipse.emf.parsley.tests.ValidationRunnerTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.emf.parsley.tests.ValidationRunnerTest
[INFO] Running org.eclipse.emf.parsley.tests.ProposalCreatorTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.emf.parsley.tests.ProposalCreatorTest
[INFO] Running org.eclipse.emf.parsley.tests.EditingMenuBuilderTest
[INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 s - in org.eclipse.emf.parsley.tests.EditingMenuBuilderTest
[INFO] Running org.eclipse.emf.parsley.tests.ComboViewerLabelProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.emf.parsley.tests.ComboViewerLabelProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.FormDetailCompositeTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.eclipse.emf.parsley.tests.FormDetailCompositeTest
[INFO] Running org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest
Status ERROR: org.eclipse.core.databinding code=0 An error occurred while setting the value. java.lang.ClassCastException: class org.eclipse.emf.parsley.tests.models.testmodels.impl.ClassWithNameImpl cannot be cast to class java.lang.String (org.eclipse.emf.parsley.tests.models.testmodels.impl.ClassWithNameImpl is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
java.lang.ClassCastException: class org.eclipse.emf.parsley.tests.models.testmodels.impl.ClassWithNameImpl cannot be cast to class java.lang.String (org.eclipse.emf.parsley.tests.models.testmodels.impl.ClassWithNameImpl is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
	at org.eclipse.jface.internal.databinding.swt.WidgetStringValueProperty.doSetValue(WidgetStringValueProperty.java:1)
	at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:93)
	at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:104)
	at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:70)
	at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:117)
	at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:481)
	at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:209)
	at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194)
	at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155)
	at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173)
	at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192)
	at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:202)
	at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194)
	at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155)
	at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173)
	at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192)
	at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:166)
	at org.eclipse.core.databinding.ValueBinding.updateModelToTarget(ValueBinding.java:127)
	at org.eclipse.core.databinding.ValueBinding.postInit(ValueBinding.java:92)
	at org.eclipse.core.databinding.Binding.init(Binding.java:80)
	at org.eclipse.core.databinding.DataBindingContext.bindValue(DataBindingContext.java:201)
	at org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest.initializeDatabindingInternal(EmfValidationTargetToModelUpdateValueStrategyTest.java:202)
	at org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest.initializeDatabindingCombo(EmfValidationTargetToModelUpdateValueStrategyTest.java:192)
	at org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest.testUpdateTargetWithReference(EmfValidationTargetToModelUpdateValueStrategyTest.java:166)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.eclipse.emf.parsley.tests.util.EmfParsleyFixturesAndUtilitiesTestRule$1.evaluate(EmfParsleyFixturesAndUtilitiesTestRule.java:104)
	at org.eclipse.emf.parsley.junit4.ui.util.DisplayHelperTestRule$1.evaluate(DisplayHelperTestRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest
[INFO] Running org.eclipse.emf.parsley.tests.ProtectedConstructorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.emf.parsley.tests.ProtectedConstructorTest
[INFO] Running org.eclipse.emf.parsley.tests.FormControlFactoryWithEditingDomainTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s - in org.eclipse.emf.parsley.tests.FormControlFactoryWithEditingDomainTest
[INFO] Running org.eclipse.emf.parsley.tests.ControlBasedTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.emf.parsley.tests.ControlBasedTest
[INFO] Running org.eclipse.emf.parsley.tests.ClassLoaderImageHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.emf.parsley.tests.ClassLoaderImageHelperTest
[INFO] Running org.eclipse.emf.parsley.tests.PolymorphicDispatcherTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.emf.parsley.tests.PolymorphicDispatcherTest
[INFO] Running org.eclipse.emf.parsley.tests.LayoutHelperTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.emf.parsley.tests.LayoutHelperTest
[INFO] Running org.eclipse.emf.parsley.tests.TableColumnLabelProviderTest
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s - in org.eclipse.emf.parsley.tests.TableColumnLabelProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.EcoreUtil2Test
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.emf.parsley.tests.EcoreUtil2Test
[INFO] Running org.eclipse.emf.parsley.tests.FeaturesProviderTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.emf.parsley.tests.FeaturesProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.DialogFeatureCaptionProviderTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.emf.parsley.tests.DialogFeatureCaptionProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.FeatureNamePathTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.emf.parsley.tests.FeatureNamePathTest
[INFO] Running org.eclipse.emf.parsley.tests.AdapterFactoryHelperTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.emf.parsley.tests.AdapterFactoryHelperTest
[INFO] Running org.eclipse.emf.parsley.tests.TableViewerEditingSupportTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.emf.parsley.tests.TableViewerEditingSupportTest
[INFO] Running org.eclipse.emf.parsley.tests.FeatureHelperTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.eclipse.emf.parsley.tests.FeatureHelperTest
[INFO] Running org.eclipse.emf.parsley.tests.DynamicEditingDomainViewerDropAdapterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.emf.parsley.tests.DynamicEditingDomainViewerDropAdapterTest
[INFO] Running org.eclipse.emf.parsley.tests.EditingDomainFinderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.emf.parsley.tests.EditingDomainFinderTest
[INFO] Running org.eclipse.emf.parsley.tests.ViewerFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.emf.parsley.tests.ViewerFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.DatabindingSubstitutionLabelProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.emf.parsley.tests.DatabindingSubstitutionLabelProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.EditingDomainTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.emf.parsley.tests.EditingDomainTest
[INFO] Running org.eclipse.emf.parsley.tests.InjectableAdapterFactoryLabelProviderTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.emf.parsley.tests.InjectableAdapterFactoryLabelProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.TreeFormFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.emf.parsley.tests.TreeFormFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.EmfParsleyUtilTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.emf.parsley.tests.EmfParsleyUtilTest
[INFO] Running org.eclipse.emf.parsley.tests.DialogControlFactoryTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s - in org.eclipse.emf.parsley.tests.DialogControlFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.DialogWidgetFactoryTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.emf.parsley.tests.DialogWidgetFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.FeatureCaptionProviderTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.emf.parsley.tests.FeatureCaptionProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.TableViewerCellEditorFactoryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.emf.parsley.tests.TableViewerCellEditorFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.TableViewerContentProviderFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.emf.parsley.tests.TableViewerContentProviderFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.DefaultControlFactoryTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s - in org.eclipse.emf.parsley.tests.DefaultControlFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.GenericFeatureViewerComparatorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.emf.parsley.tests.GenericFeatureViewerComparatorTest
[INFO] Running org.eclipse.emf.parsley.tests.ResourceLoaderTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.emf.parsley.tests.ResourceLoaderTest
[INFO] Running org.eclipse.emf.parsley.tests.DialogControlFactoryAsWidgetFactoryTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.eclipse.emf.parsley.tests.DialogControlFactoryAsWidgetFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest
Status ERROR: org.eclipse.core.databinding code=0 An error occurred while setting the value. java.lang.ClassCastException: class org.eclipse.emf.ecore.util.EObjectResolvingEList cannot be cast to class java.lang.String (org.eclipse.emf.ecore.util.EObjectResolvingEList is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
java.lang.ClassCastException: class org.eclipse.emf.ecore.util.EObjectResolvingEList cannot be cast to class java.lang.String (org.eclipse.emf.ecore.util.EObjectResolvingEList is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
	at org.eclipse.jface.internal.databinding.swt.WidgetStringValueProperty.doSetValue(WidgetStringValueProperty.java:1)
	at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:93)
	at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:104)
	at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:70)
	at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:117)
	at org.eclipse.core.databinding.observable.value.DecoratingVetoableValue.setValue(DecoratingVetoableValue.java:48)
	at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:481)
	at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:209)
	at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194)
	at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155)
	at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173)
	at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192)
	at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:202)
	at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194)
	at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155)
	at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173)
	at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192)
	at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:166)
	at org.eclipse.core.databinding.ValueBinding.updateModelToTarget(ValueBinding.java:127)
	at org.eclipse.core.databinding.ValueBinding.postInit(ValueBinding.java:92)
	at org.eclipse.core.databinding.Binding.init(Binding.java:80)
	at org.eclipse.core.databinding.DataBindingContext.bindValue(DataBindingContext.java:201)
	at org.eclipse.emf.parsley.internal.databinding.DataBindingHelper.bindValue(DataBindingHelper.java:44)
	at org.eclipse.emf.parsley.composite.AbstractControlFactory.bindValue(AbstractControlFactory.java:354)
	at org.eclipse.emf.parsley.composite.AbstractControlFactory.createAndBindList(AbstractControlFactory.java:288)
	at org.eclipse.emf.parsley.composite.AbstractControlFactory.create(AbstractControlFactory.java:249)
	at org.eclipse.emf.parsley.composite.AbstractControlFactory.create(AbstractControlFactory.java:228)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$2.run(AbstractEmfParsleyControlBasedTest.java:123)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$2.run(AbstractEmfParsleyControlBasedTest.java:1)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$14$1.run(AbstractEmfParsleyControlBasedTest.java:312)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$14.run(AbstractEmfParsleyControlBasedTest.java:306)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5913)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest.syncExecInRealm(AbstractEmfParsleyControlBasedTest.java:303)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest.createControl(AbstractEmfParsleyControlBasedTest.java:120)
	at org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest.testCustomControlWithControlObservablePairForMulti(CustomDialogControlFactoryTest.java:201)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.eclipse.emf.parsley.junit4.util.LogAppenderTestRule$1.evaluate(LogAppenderTestRule.java:77)
	at org.eclipse.emf.parsley.tests.util.EmfParsleyFixturesAndUtilitiesTestRule$1.evaluate(EmfParsleyFixturesAndUtilitiesTestRule.java:104)
	at org.eclipse.emf.parsley.junit4.ui.util.DisplayHelperTestRule$1.evaluate(DisplayHelperTestRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Status ERROR: org.eclipse.core.databinding code=0 An error occurred while setting the value. java.lang.ClassCastException: class org.eclipse.emf.ecore.util.EObjectResolvingEList cannot be cast to class java.lang.String (org.eclipse.emf.ecore.util.EObjectResolvingEList is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
java.lang.ClassCastException: class org.eclipse.emf.ecore.util.EObjectResolvingEList cannot be cast to class java.lang.String (org.eclipse.emf.ecore.util.EObjectResolvingEList is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
	at org.eclipse.jface.internal.databinding.swt.WidgetStringValueProperty.doSetValue(WidgetStringValueProperty.java:1)
	at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:93)
	at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:104)
	at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:70)
	at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:117)
	at org.eclipse.core.databinding.observable.value.DecoratingVetoableValue.setValue(DecoratingVetoableValue.java:48)
	at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:481)
	at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:209)
	at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194)
	at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155)
	at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173)
	at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192)
	at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:202)
	at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194)
	at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
	at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155)
	at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173)
	at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192)
	at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:166)
	at org.eclipse.core.databinding.ValueBinding.updateModelToTarget(ValueBinding.java:127)
	at org.eclipse.emf.parsley.composite.AbstractControlFactory.createAndBindList(AbstractControlFactory.java:289)
	at org.eclipse.emf.parsley.composite.AbstractControlFactory.create(AbstractControlFactory.java:249)
	at org.eclipse.emf.parsley.composite.AbstractControlFactory.create(AbstractControlFactory.java:228)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$2.run(AbstractEmfParsleyControlBasedTest.java:123)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$2.run(AbstractEmfParsleyControlBasedTest.java:1)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$14$1.run(AbstractEmfParsleyControlBasedTest.java:312)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$14.run(AbstractEmfParsleyControlBasedTest.java:306)
	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183)
	at org.eclipse.swt.widgets.Display.syncExec(Display.java:5913)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest.syncExecInRealm(AbstractEmfParsleyControlBasedTest.java:303)
	at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest.createControl(AbstractEmfParsleyControlBasedTest.java:120)
	at org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest.testCustomControlWithControlObservablePairForMulti(CustomDialogControlFactoryTest.java:201)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.eclipse.emf.parsley.junit4.util.LogAppenderTestRule$1.evaluate(LogAppenderTestRule.java:77)
	at org.eclipse.emf.parsley.tests.util.EmfParsleyFixturesAndUtilitiesTestRule$1.evaluate(EmfParsleyFixturesAndUtilitiesTestRule.java:104)
	at org.eclipse.emf.parsley.junit4.ui.util.DisplayHelperTestRule$1.evaluate(DisplayHelperTestRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.FormControlFactoryTest
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s - in org.eclipse.emf.parsley.tests.FormControlFactoryTest
[INFO] Running org.eclipse.emf.parsley.tests.ViewerLabelProviderTest
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in org.eclipse.emf.parsley.tests.ViewerLabelProviderTest
[INFO] Running org.eclipse.emf.parsley.tests.TableViewerContentProviderTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.eclipse.emf.parsley.tests.TableViewerContentProviderTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 638, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/target/org.eclipse.emf.parsley.tests-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests/target/org.eclipse.emf.parsley.tests-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests ---
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.generator.common >--
[INFO] Building org.eclipse.emf.parsley.generator.common 1.13.0-SNAPSHOT [15/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.generator.common ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.generator.common ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.generator.common ---
[INFO] Resolving class path of org.eclipse.emf.parsley.generator.common...
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.generator.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.generator.common ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.generator.common ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.generator.common ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.generator.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.generator.common ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.generator.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.generator.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/target/org.eclipse.emf.parsley.generator.common-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.generator.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.generator.common/target/org.eclipse.emf.parsley.generator.common-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.generator.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.generator.common ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.generator.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl >---------
[INFO] Building org.eclipse.emf.parsley.dsl 1.13.0-SNAPSHOT             [16/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.dsl ---
[INFO] Resolving class path of org.eclipse.emf.parsley.dsl...
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (mwe2Launcher) @ org.eclipse.emf.parsley.dsl ---
0    [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Initializing Xtext generator
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage
INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage'
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/5.0.1/guice-5.0.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/5.0.1.v20210324-2015/com.google.inject-5.0.1.v20210324-2015.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20220405-0441/javax.inject-1.0.0.v20220405-0441.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.18.100.v20220817-1601/org.eclipse.osgi-3.18.100.v20220817-1601.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.4/commons-cli-1.4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.cli/1.4.0.v20200417-1444/org.apache.commons.cli-1.4.0.v20200417-1444.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.apache.log4j at 'archive:file:/home/jenkins/.m2/repository/ch/qos/reload4j/reload4j/1.2.19/reload4j-1.2.19.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.log4j/1.2.19.v20220208-1728/org.apache.log4j-1.2.19.v20220208-1728.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.10.200.v20220512-0851/org.eclipse.core.commands-3.10.200.v20220512-0851.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.13.0/org.eclipse.equinox.common-3.13.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.16.200.v20220817-1601/org.eclipse.equinox.common-3.16.200.v20220817-1601.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.7.800/org.eclipse.core.contenttype-3.7.800.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.8.200.v20220817-1539/org.eclipse.core.contenttype-3.8.200.v20220817-1539.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.10.100.v20220710-1223/org.eclipse.equinox.preferences-3.10.100.v20220710-1223.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.9.0/org.eclipse.equinox.registry-3.9.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.11.200.v20220817-1601/org.eclipse.equinox.registry-3.11.200.v20220817-1601.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.7.0/org.eclipse.core.expressions-3.7.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.8.200.v20220613-1047/org.eclipse.core.expressions-3.8.200.v20220613-1047.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.19.0/org.eclipse.core.runtime-3.19.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.26.0.v20220813-0916/org.eclipse.core.runtime-3.26.0.v20220813-0916.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.9.500.v20220817-1539/org.eclipse.core.filesystem-1.9.500.v20220817-1539.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.13.100.v20220817-1539/org.eclipse.core.jobs-3.13.100.v20220817-1539.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.13.800/org.eclipse.core.resources-3.13.800.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.18.0.v20220828-0546/org.eclipse.core.resources-3.18.0.v20220828-0546.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.5.0/org.eclipse.equinox.app-1.5.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.6.200.v20220720-2012/org.eclipse.equinox.app-1.6.200.v20220720-2012.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.variables/3.4.800/org.eclipse.core.variables-3.4.800.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.5.100.v20210721-1355/org.eclipse.core.variables-3.5.100.v20210721-1355.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.16.0/org.eclipse.debug.core-3.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.20.0.v20220811-0741/org.eclipse.debug.core-3.20.0.v20220811-0741.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.28.0.v20220817-1401/org.eclipse.emf.ecore-2.28.0.v20220817-1401.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.17.0.v20220817-1334/org.eclipse.emf.ecore.xmi-2.17.0.v20220817-1334.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.22.0.v20210420-0623/org.eclipse.emf.codegen-2.22.0.v20210420-0623.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.26.0.v20220817-1401/org.eclipse.emf.common-2.26.0.v20220817-1401.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.23.0/org.eclipse.jdt.core-3.23.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.31.0.v20220831-1439/org.eclipse.jdt.core-3.31.0.v20220831-1439.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.18.0/org.eclipse.jdt.launching-3.18.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.700.v20220730-1850/org.eclipse.jdt.launching-3.19.700.v20220730-1850.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.10.300/org.eclipse.text-3.10.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.12.200.v20220817-1340/org.eclipse.text-3.12.200.v20220817-1340.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.31.0.v20220730-0849/org.eclipse.emf.codegen.ecore-2.31.0.v20220730-0849.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.edit at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.edit/2.17.0/org.eclipse.emf.edit-2.17.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.17.0.v20220201-1551/org.eclipse.emf.edit-2.17.0.v20220201-1551.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.7.0/org.eclipse.emf.mwe.core-1.7.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.7.0.v20220519-1115/org.eclipse.emf.mwe.core-1.7.0.v20220519-1115.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.13.0/org.eclipse.emf.mwe2.runtime-2.13.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.13.0.v20220519-1115/org.eclipse.emf.mwe2.runtime-2.13.0.v20220519-1115.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.7.0/org.eclipse.emf.mwe.utils-1.7.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.7.0.v20220519-1115/org.eclipse.emf.mwe.utils-1.7.0.v20220519-1115.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.13.0/org.eclipse.emf.mwe2.language-2.13.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.13.0.v20220519-1115/org.eclipse.emf.mwe2.language-2.13.0.v20220519-1115.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.28.0/org.eclipse.xtext-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.28.0.v20220829-0438/org.eclipse.xtext-2.28.0.v20220829-0438.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.28.0/org.eclipse.xtext.common.types-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.28.0.v20220829-0445/org.eclipse.xtext.common.types-2.28.0.v20220829-0445.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.28.0/org.eclipse.xtext.util-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.28.0.v20220829-0438/org.eclipse.xtext.util-2.28.0.v20220829-0438.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.28.0/org.eclipse.xtext.xbase.lib-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.28.0.v20220829-0436/org.eclipse.xtext.xbase.lib-2.28.0.v20220829-0436.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.13.0/org.eclipse.emf.mwe2.launch-2.13.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.13.0.v20220519-1115/org.eclipse.emf.mwe2.launch-2.13.0.v20220519-1115.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/30.1.0.v20210127-2300/com.google.guava-30.1.0.v20210127-2300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project checker-qual at 'archive:file:/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project error_prone_annotations at 'archive:file:/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/5.0.1.v20210324-2015/com.google.inject-5.0.1.v20210324-2015.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.28.0/org.eclipse.xtext.xbase-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.28.0.v20220829-0445/org.eclipse.xtext.xbase-2.28.0.v20220829-0445.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/9.3/asm-9.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/9.3.0.v20220409-0157/org.objectweb.asm-9.3.0.v20220409-0157.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.28.0/org.eclipse.xtend.lib-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.28.0.v20220829-0436/org.eclipse.xtend.lib-2.28.0.v20220829-0436.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.28.0/org.eclipse.xtext.xtext.generator-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.28.0.v20220829-0438/org.eclipse.xtext.xtext.generator-2.28.0.v20220829-0438.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping
WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.28.0/org.eclipse.xtend.lib.macro-2.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.28.0.v20220829-0436/org.eclipse.xtend.lib.macro-2.28.0.v20220829-0436.jar!/' instead.
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.emf.parsley.dsl at 'file:/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/'
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.emf.parsley.dsl.tests at 'file:/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/'
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.emf.parsley.dsl.ide at 'file:/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/'
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.emf.parsley.dsl.ui at 'file:/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/'
Nov 24, 2022 9:50:16 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping
INFO: Registering project org.eclipse.emf.parsley.dsl.ui.tests at 'file:/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/'
Nov 24, 2022 9:50:17 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!
Nov 24, 2022 9:50:17 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'
Nov 24, 2022 9:50:17 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'
Nov 24, 2022 9:50:17 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'
Nov 24, 2022 9:50:17 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'
923  [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Generating org.eclipse.emf.parsley.dsl.EmfParsleyDsl
1318 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  nerator.ecore.EMFGeneratorFragment2  - Generating EMF model code
Nov 24, 2022 9:50:18 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel
INFO: Registered GenModel 'http://www.eclipse.org/emf/parsley/dsl/EmfParsleyDsl' from 'platform:/resource/org.eclipse.emf.parsley.dsl/model/generated/EmfParsleyDsl.genmodel'
25623 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  text.xtext.generator.XtextGenerator  - Generating common infrastructure
25634 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO  .emf.mwe2.runtime.workflow.Workflow  - Done.
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.dsl ---
[INFO] Compiling 158 source files to /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 19 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.dsl ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.dsl ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/target/org.eclipse.emf.parsley.dsl-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl/target/org.eclipse.emf.parsley.dsl-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.dsl ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.dsl ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.views >--------
[INFO] Building org.eclipse.emf.parsley.views 1.13.0-SNAPSHOT           [17/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.views ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.views ---
[INFO] Resolving class path of org.eclipse.emf.parsley.views...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.views ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.views ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views/target/org.eclipse.emf.parsley.views-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.views/target/org.eclipse.emf.parsley.views-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.views ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.views ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.views ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.views >-----
[INFO] Building org.eclipse.emf.parsley.tests.views 1.13.0-SNAPSHOT     [18/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.views ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1229
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.tests.views ---
[INFO] Resolving class path of org.eclipse.emf.parsley.tests.views...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.tests.views ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.views/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.views/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.tests.views ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.views/target/org.eclipse.emf.parsley.tests.views-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.views/target/org.eclipse.emf.parsley.tests.views-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.views ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.tests.views ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.tests.views ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo >---------
[INFO] Building org.eclipse.emf.parsley.cdo 1.13.0-SNAPSHOT             [19/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.cdo ---
[INFO] Resolving class path of org.eclipse.emf.parsley.cdo...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.cdo ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.cdo/target/org.eclipse.emf.parsley.cdo-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.cdo ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.cdo ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors.common >---
[INFO] Building org.eclipse.emf.parsley.editors.common 1.13.0-SNAPSHOT  [20/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.editors.common ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.editors.common ---
[INFO] Resolving class path of org.eclipse.emf.parsley.editors.common...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.editors.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.editors.common ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors.common/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.editors.common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors.common/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.editors.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.editors.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors.common/target/org.eclipse.emf.parsley.editors.common-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.editors.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors.common/target/org.eclipse.emf.parsley.editors.common-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.editors.common ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.editors.common ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.editors.common ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors >-------
[INFO] Building org.eclipse.emf.parsley.editors 1.13.0-SNAPSHOT         [21/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.editors ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.editors ---
[INFO] Resolving class path of org.eclipse.emf.parsley.editors...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.editors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.editors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.editors ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.editors/target/org.eclipse.emf.parsley.editors-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.editors ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.editors ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.editors ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.tests >------
[INFO] Building org.eclipse.emf.parsley.cdo.tests 1.13.0-SNAPSHOT       [22/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] Resolving class path of org.eclipse.emf.parsley.cdo.tests...
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/target/org.eclipse.emf.parsley.cdo.tests-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/target/org.eclipse.emf.parsley.cdo.tests-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.parsley.cdo.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/target/work/data, -install, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/target/work, -configuration, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.cdo.tests/target/surefire.properties]
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
Running org.eclipse.emf.parsley.cdo.tests.CDOUriTests
cdo://localhost:2036/demo/res2
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.emf.parsley.cdo.tests.CDOUriTests
testCDOURIDataMissingCDOScheme(org.eclipse.emf.parsley.cdo.tests.CDOUriTests)  Time elapsed: 0.009 s
testUri(org.eclipse.emf.parsley.cdo.tests.CDOUriTests)  Time elapsed: 0.001 s
testCDOURIDataMissingScheme(org.eclipse.emf.parsley.cdo.tests.CDOUriTests)  Time elapsed: 0.001 s
testCDOURIDataOk(org.eclipse.emf.parsley.cdo.tests.CDOUriTests)  Time elapsed: 0 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.wizards >-------
[INFO] Building org.eclipse.emf.parsley.wizards 1.13.0-SNAPSHOT         [23/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.wizards ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1943
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.wizards ---
[INFO] Resolving class path of org.eclipse.emf.parsley.wizards...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.wizards ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.wizards/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.wizards ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.wizards/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.wizards ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.wizards/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.wizards ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.wizards ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.wizards/target/org.eclipse.emf.parsley.wizards-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.wizards ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.wizards/target/org.eclipse.emf.parsley.wizards-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.wizards ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.wizards ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.wizards ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.ui.examples >-----
[INFO] Building org.eclipse.emf.parsley.ui.examples 1.13.0-SNAPSHOT     [24/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] Resolving class path of org.eclipse.emf.parsley.ui.examples...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (default) @ org.eclipse.emf.parsley.ui.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

zip_all_examples:
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.rcp.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.model.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.accountsview.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.mailsview.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.messageview.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.product.feature.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.firstexample.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.eclipse4.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.eclipse4.parsleypart.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.eclipse4.product.feature.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.examples.library.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.examples.library.edit.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.views.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.editors.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.server.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.model.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.rcp.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.treeform.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.product.feature.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.rap.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.rap.targetplatform.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.rap.model.zip
      [zip] Building zip: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.rap.ui.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/target/org.eclipse.emf.parsley.ui.examples-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/plugins/org.eclipse.emf.parsley.ui.examples/target/org.eclipse.emf.parsley.ui.examples-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.ui.examples ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.ui.examples ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.doc >---------
[INFO] Building org.eclipse.emf.parsley.doc 1.13.0-SNAPSHOT             [25/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.doc ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1231
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.doc ---
[INFO] Resolving class path of org.eclipse.emf.parsley.doc...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/doc/org.eclipse.emf.parsley.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/doc/org.eclipse.emf.parsley.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/doc/org.eclipse.emf.parsley.doc/target/org.eclipse.emf.parsley.doc-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/doc/org.eclipse.emf.parsley.doc/target/org.eclipse.emf.parsley.doc-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.doc ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.doc ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.feature >-------
[INFO] Building org.eclipse.emf.parsley.feature 1.13.0-SNAPSHOT         [26/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1943
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.feature/target/org.eclipse.emf.parsley.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.feature/target/org.eclipse.emf.parsley.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.feature ---
[INFO] 
[INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.feature >-----
[INFO] Building org.eclipse.emf.parsley.cdo.feature 1.13.0-SNAPSHOT     [27/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.cdo.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1141
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.cdo.feature/target/org.eclipse.emf.parsley.cdo.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.cdo.feature/target/org.eclipse.emf.parsley.cdo.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo.feature ---
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.additional.builder >--
[INFO] Building org.eclipse.emf.parsley.dsl.additional.builder 1.13.0-SNAPSHOT [28/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] Resolving class path of org.eclipse.emf.parsley.dsl.additional.builder...
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 1 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/org.eclipse.emf.parsley.dsl.additional.builder-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/org.eclipse.emf.parsley.dsl.additional.builder-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.dsl.additional.builder ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ide >-------
[INFO] Building org.eclipse.emf.parsley.dsl.ide 1.13.0-SNAPSHOT         [29/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] Resolving class path of org.eclipse.emf.parsley.dsl.ide...
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/org.eclipse.emf.parsley.dsl.ide-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/org.eclipse.emf.parsley.dsl.ide-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ide ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.dsl.ide ---
[INFO] No tests to run.
[INFO] 
[INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui >-------
[INFO] Building org.eclipse.emf.parsley.dsl.ui 1.13.0-SNAPSHOT          [30/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1419
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] Resolving class path of org.eclipse.emf.parsley.dsl.ui...
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 16 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/org.eclipse.emf.parsley.dsl.ui-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/org.eclipse.emf.parsley.dsl.ui-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ui ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.dsl.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.feature >-----
[INFO] Building org.eclipse.emf.parsley.dsl.feature 1.13.0-SNAPSHOT     [31/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.dsl.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1419
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.dsl.feature/target/org.eclipse.emf.parsley.dsl.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.dsl.feature/target/org.eclipse.emf.parsley.dsl.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.feature ---
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.feature >--
[INFO] Building org.eclipse.emf.parsley.examples.feature 1.13.0-SNAPSHOT [32/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.examples.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1141
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.examples.feature/target/org.eclipse.emf.parsley.examples.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.examples.feature/target/org.eclipse.emf.parsley.examples.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.feature ---
[INFO] 
[INFO] -----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.tests >------
[INFO] Building org.eclipse.emf.parsley.dsl.tests 1.13.0-SNAPSHOT       [33/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] The project's OSGi version is 1.13.0.v20221123-2037
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Resolving class path of org.eclipse.emf.parsley.dsl.tests...
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 32 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/org.eclipse.emf.parsley.dsl.tests-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/org.eclipse.emf.parsley.dsl.tests-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.parsley.dsl.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/work, -configuration, /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/surefire.properties]
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.081 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest
testFeaturesForLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest)  Time elapsed: 3 s
testFeaturesForPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest)  Time elapsed: 0.027 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest
testEmptyContents(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest)  Time elapsed: 0.001 s
testPluginXmlGen(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest)  Time elapsed: 0.238 s
testNoViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest)  Time elapsed: 0.069 s
testViewExtensionPoint(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest)  Time elapsed: 0.036 s
testMultipleViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest)  Time elapsed: 0.075 s
testSingleViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest)  Time elapsed: 0.07 s
testGenerateExtensionPointWithPartSpecificationNotViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest)  Time elapsed: 0.001 s
testNoViewSpecification2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest)  Time elapsed: 0.024 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest
testDslModuleWithoutAdditionalContents(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest)  Time elapsed: 0.001 s
testGenResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest)  Time elapsed: 0 s
testDslModuleWithFQN(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest)  Time elapsed: 0 s
testDslModuleWithView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest)  Time elapsed: 0 s
testViewGen(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest)  Time elapsed: 0 s
testGenConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest)  Time elapsed: 0.001 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest
testInsertExtensionElement(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.063 s
testInsertExtensionInEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.008 s
testGetExtensionByPoint(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testCopyFromPluginFileIntoExtensionWithoutExistingChild(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.003 s
testComputedOnlyTheFirstTime(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testWrite(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.002 s
testLoad(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.004 s
testCopySourceIntoTarget(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testElementByTagAndId(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testGetElementExtension(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.002 s
testCopyFromPluginFileIntoEmptyPluginFile(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testCopySourceIntoEmptyView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0 s
testCopyIntoEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.002 s
testModification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0 s
testCopyFromPluginFileIntoExtensionWithExistingChild(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.002 s
testElementByTagAndIdNotFound(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testCopyFromPluginFileIntoEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testInsertExtensionInEmptyPluginFile(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testInsertExtensionElementInEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0 s
testInsertExtension(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testCopyIntoExistingView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testCopyFromPluginFileIntoExistingOne(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
testCopyIntoEmptyPluginFile(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest)  Time elapsed: 0.001 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest
testResourceManagerInitializeWithNoBody(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest)  Time elapsed: 0.082 s
testTypeBindingWithNoType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest)  Time elapsed: 0.061 s
testModuleWithNoName(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest)  Time elapsed: 0.002 s
testValueBindingWithNoType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest)  Time elapsed: 0.027 s
testExtendsWithoutType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest)  Time elapsed: 0.023 s
testResourceManagerSaveWithNoBody(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest)  Time elapsed: 0.056 s
testProviderBindingWithNoType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest)  Time elapsed: 0.023 s
testValueBindingWithUnknownType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest)  Time elapsed: 0.063 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest
testOnSelectionTableFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0.027 s
testNumberOfConfigurations(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0 s
testSaveableTableFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0.001 s
testOnSelectionTableView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0 s
testSaveableTreeWithColumnsView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0 s
testOnSelectionFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0 s
testSaveableTreeFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0.001 s
testSaveableTreeView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0 s
testOnSelectionTreeView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0 s
testSaveableTableView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0 s
testOnSelectionTreeFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest)  Time elapsed: 0.001 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest
testGetGetJavaMethodResolvedErasedSignature(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.029 s
testDoesNotContainConstructorAcceptingSinglePluginParameter(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.032 s
testModuleGuiceProviderBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.006 s
testModuleGuiceTypeBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.005 s
testGetAllWithExtendsClause(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.032 s
testModuleWithNoNameInferredType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.002 s
testGetAllWithExtendsClauseInferredJavaTypes(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.053 s
testModuleWithNoNameGuiceValueBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.001 s
testContainsConstructorAcceptingSinglePluginParameter(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.008 s
testDoesNotContainConstructorAcceptingSinglePluginParameter2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.01 s
testDoesNotContainConstructorAcceptingSinglePluginParameter3(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.005 s
testGetJavaResolvedFeatures(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.079 s
testModuleGuiceValueBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest
testConfiguratorIsNotGeneratedWhenElementsAreEmpty(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0 s
testParsleyModuleContentsWithoutConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0 s
testParsleyModuleContentsWithConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0.001 s
testDefaultGetResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0 s
testDefaultConfiguratorElements(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0 s
testConfiguratorIsGeneratedElementsAreNotEmpty(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0.001 s
testPartClassContents(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0 s
testParsleyModuleContentsWithResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0.001 s
testPartClassFQN(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0 s
testPartClassName(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest)  Time elapsed: 0 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorUtilsTest
testGetPropertyNameForGetterSetterMethod(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorUtilsTest)  Time elapsed: 0 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.384 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest
testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 1.064 s
testExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.014 s
testFormatPartSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.013 s
testLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.272 s
testFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.037 s
testViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.077 s
testResourceManagerWithoutSaveResource(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.073 s
testTableViewerContentProviderWithoutElements(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.009 s
testProposals(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.119 s
testTableLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.118 s
testMenuBuilder(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.174 s
testControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.121 s
testResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.076 s
testFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.016 s
testBindings(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.062 s
testTableViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.029 s
testFieldSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.017 s
testCaptionProviderWithLabel(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest)  Time elapsed: 0.09 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest
testNotValidDialogFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.025 s
testNotValidTableViewerContentProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.042 s
testWrongTypeBindingUsingExpression(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.025 s
testDuplicateViewParts(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.025 s
testNotValidTableFeaturesProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.048 s
testDuplicateSpecificationsWithObservableTarget(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.043 s
testDuplicateTypeBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.055 s
testDuplicateValueBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.023 s
testResouceManagerEmptySaveMethod(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.019 s
testMissingInitializerForFinalField(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.051 s
testWrongProviderBindingUsingClassReference(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.021 s
testNotValidFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.018 s
testTypeMismatchInFieldInitializer(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.021 s
testNotValidMenuBuilderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.047 s
testNotAnEObjectInFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.025 s
testModuleCycleInHierarchy(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.021 s
testDuplicateValueBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.047 s
testNotAnEObjectInFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.018 s
testNotValidDialogControlFactoryExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.018 s
testDuplicateFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.03 s
testDuplicateTypeBinding2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.051 s
testLabelProviderCycleInHierarchy(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.04 s
testNotValidViewerContentProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.047 s
testNotValidFormFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.017 s
testNotValidTableLabelProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.021 s
testNotValidFeaturesProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.022 s
testNotValidProposalsExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.043 s
testDuplicateProviderBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.026 s
testNotValidResourceManagerExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.03 s
testMissingInitializerForFieldWithoutDeclaredType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.059 s
testNotValidLabelProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.033 s
testNotValidConfiguratorExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.018 s
testDuplicateViewPartsInDifferentFiles(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.045 s
testDuplicateProviderBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.022 s
testModuleExtendsItself(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.016 s
testDuplicateTypeBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.056 s
testWrongTypeBindingUsingClassReference(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.021 s
testNonCompliantValueBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.019 s
testNotValidModuleExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.015 s
testNotValidFormControlFactoryExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.062 s
testDuplicateSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.067 s
testViewSpecificationIsNotIViewPart(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest)  Time elapsed: 0.019 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslModelUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslModelUtilTest
testContainingEmfFeatureAccess(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslModelUtilTest)  Time elapsed: 0.007 s
testContainingModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslModelUtilTest)  Time elapsed: 0.003 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest
testFQNFromProject(org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest)  Time elapsed: 0.001 s
testClassNameFromProject(org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest)  Time elapsed: 0.001 s
testGetPackageFromProject(org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest)  Time elapsed: 0 s
testStripPathFromProject(org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest)  Time elapsed: 0 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest
testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.056 s
testEmptyLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.017 s
testWrongFeatureLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.027 s
testPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.025 s
testLabelSpecificationsForColumns(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.09 s
testLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.094 s
testFeaturesSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.045 s
testModuleWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.014 s
testProposalsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.037 s
testFormControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.073 s
testEmptyViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.012 s
testNonEmptyViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.015 s
testFormPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.068 s
testEmptyModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.012 s
testViewerContentProviderSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.067 s
testEmptyLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.016 s
testDialogControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.043 s
testEmptyLabelSpecificationsForColumns(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.051 s
testDuplicateLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.024 s
testDialogPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.073 s
testMultipleViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest)  Time elapsed: 0.028 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.76 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest
testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.415 s
testEmptyLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.06 s
testProposalCreator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.115 s
testFeaturesProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.085 s
testModuleWithExtendsJavaGuiceModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.08 s
testValueBindingWithSubtype(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.039 s
testInjectorProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.024 s
testLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.167 s
testFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.03 s
testViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.088 s
testDialogFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.061 s
testViewerContentProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.03 s
testLabelProviderWithFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.165 s
testTableLabelProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.037 s
testModuleWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.057 s
testEmptyResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.028 s
testDialogFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.093 s
testFormControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.097 s
testTypeBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.029 s
testFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.061 s
testTableLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.057 s
testEmptyModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.049 s
testEmptyLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.024 s
testModuleWithExtendsIntermediateJavaGuiceModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.019 s
testEmptyResourceManagerMethods(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.046 s
testTableFeaturesProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.024 s
testTableLabelProviderWithFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.025 s
testLabelProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.05 s
testMenuBuilder(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.061 s
testViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.054 s
testFormFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.045 s
testDialogControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.087 s
testFormControlFactoryWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.053 s
testResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.042 s
testProposalCreatorWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.022 s
testFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.054 s
testTableFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.024 s
testValueBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.024 s
testTableViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.07 s
testProviderBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.031 s
testFormFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.051 s
testDialogControlFactoryWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.023 s
testEmptyPropertyDescriptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest)  Time elapsed: 0.055 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest
testWithWildCard(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest)  Time elapsed: 0.029 s
testTypeInLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest)  Time elapsed: 0.016 s
testForManyTypes(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest)  Time elapsed: 0.018 s
testForViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest)  Time elapsed: 0.035 s
Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest
testGeneratedContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest)  Time elapsed: 0.525 s
testGeneratedLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest)  Time elapsed: 0.269 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui.tests >----
[INFO] Building org.eclipse.emf.parsley.dsl.ui.tests 1.13.0-SNAPSHOT    [34/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Resolving class path of org.eclipse.emf.parsley.dsl.ui.tests...
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 11 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/org.eclipse.emf.parsley.dsl.ui.tests-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/org.eclipse.emf.parsley.dsl.ui.tests-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.parsley.dsl.ui.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/surefire.properties]
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/agent/workspace/parsley-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/configuration/org.eclipse.osgi/182/0/.cp/lib/mockito-core-1.10.19.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.841 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest
testUpdateExistingPluginXml(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest)  Time elapsed: 3.203 s
testCopyGeneratedPluginXmlWhenNoPluginXmlExists(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest)  Time elapsed: 0.097 s
testExceptionWhenReading(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest)  Time elapsed: 0.202 s
testFullBuild(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest)  Time elapsed: 0.079 s
testIncrementalBuild(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest)  Time elapsed: 0.108 s
testRemoveGeneratedFileDoesNotModifyPluginXml(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest)  Time elapsed: 0.089 s
Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslOutlineTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.089 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslOutlineTest
testOutlineOfParsleyDslFile(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslOutlineTest)  Time elapsed: 3.087 s
Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.807 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest
testPluginXmlGeneration(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest)  Time elapsed: 6.282 s
testEmfParsleyDslNewProjectWizard(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest)  Time elapsed: 3.523 s
Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.876 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest
testEmfFeatureForFeatureProvider(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.329 s
testProposalForFeatureSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 5.975 s
testEmfFeatureForPropertyDescriptionProvider(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.085 s
testApplyProposalForValueBindingAlsoInsertsImport(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.186 s
testProposalForValueBindingType(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.152 s
testImportCompletion_1(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.057 s
testProposalForTypeInViewSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.111 s
testProposalForProviderBinding(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.192 s
testProposalForTypeBinding(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.238 s
testEmfFeatureForFormControlFactory(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.057 s
testImportCompletion(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.026 s
testProposalForXFeatureCall_Feature(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.586 s
testTypeCompletionInsertsImport(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.096 s
testProposalsForModuleExtends(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.1 s
testEmfFeatureForProposalSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.036 s
testProposalForFeatureAssociatedExpression(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.163 s
testProposalForControlFactoryFeatureSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest)  Time elapsed: 0.132 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4.feature >---
[INFO] Building org.eclipse.emf.parsley.junit4.feature 1.13.0-SNAPSHOT  [35/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.junit4.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1315
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.junit4.feature/target/org.eclipse.emf.parsley.junit4.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.junit4.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.junit4.feature/target/org.eclipse.emf.parsley.junit4.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.junit4.feature ---
[INFO] 
[INFO] --------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.sdk >---------
[INFO] Building org.eclipse.emf.parsley.sdk 1.13.0-SNAPSHOT             [36/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.sdk/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.sdk ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1141
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.sdk ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.sdk/target/org.eclipse.emf.parsley.sdk-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.sdk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.sdk ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/features/org.eclipse.emf.parsley.sdk/target/org.eclipse.emf.parsley.sdk-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.sdk ---
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.edit >--
[INFO] Building org.eclipse.emf.parsley.examples.library.edit 1.13.0-SNAPSHOT [37/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.library.edit...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.edit/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.edit/target/org.eclipse.emf.parsley.examples.library.edit-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.edit/target/org.eclipse.emf.parsley.examples.library.edit-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library.edit ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.library.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.editor >--
[INFO] Building org.eclipse.emf.parsley.examples.library.editor 1.13.0-SNAPSHOT [38/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.library.editor...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.editor/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.editor/target/org.eclipse.emf.parsley.examples.library.editor-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.library.editor/target/org.eclipse.emf.parsley.examples.library.editor-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library.editor ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.library.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.views >---
[INFO] Building org.eclipse.emf.parsley.examples.views 1.13.0-SNAPSHOT  [39/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.views ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.views ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.views...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.views ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.views/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.views/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.views ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.views/target/org.eclipse.emf.parsley.examples.views-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.views/target/org.eclipse.emf.parsley.examples.views-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.views ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.views ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.views ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.editors >--
[INFO] Building org.eclipse.emf.parsley.examples.editors 1.13.0-SNAPSHOT [40/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.editors...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.editors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.editors/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.editors/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.editors/target/org.eclipse.emf.parsley.examples.editors-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.editors/target/org.eclipse.emf.parsley.examples.editors-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.editors ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.editors ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.feature >--
[INFO] Building org.eclipse.emf.parsley.tests.swtbot.feature 1.13.0-SNAPSHOT [41/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1141
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target/org.eclipse.emf.parsley.tests.swtbot.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target/org.eclipse.emf.parsley.tests.swtbot.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.feature ---
[INFO] 
[INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot >----
[INFO] Building org.eclipse.emf.parsley.tests.swtbot 1.13.0-SNAPSHOT    [42/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/xtend-gen (includes = [], excludes = [.gitignore])
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] The project's OSGi version is 1.13.0.v20221124-0929
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Resolving class path of org.eclipse.emf.parsley.tests.swtbot...
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:compile (default) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Compiling 70 source files to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.tests.swtbot ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 10 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/classes
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:testCompile (default) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used.
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/java]' does not exist.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/resources
[INFO] 
[INFO] --- xtend-maven-plugin:2.28.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.tests.swtbot ---
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/generated-sources/xtend is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/test-classes
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/org.eclipse.emf.parsley.tests.swtbot-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/org.eclipse.emf.parsley.tests.swtbot-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=true, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/surefire.properties, -nouithread]
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!

(SWT:1157): Gtk-CRITICAL **: 21:52:23.791: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!

(SWT:1157): Gtk-CRITICAL **: 21:52:27.766: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:52:28.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.694 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests
testOnSelectionLibraryTreeViewWithResourceURI(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests)  Time elapsed: 1.678 s
testOnSelectionLibraryTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests)  Time elapsed: 3.003 s
testOnSelectionLibraryBooksTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests)  Time elapsed: 2.108 s
testOnSelectionLibraryBooksTableFormViewWithCustomContentProvider(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests)  Time elapsed: 2.006 s
testOnSelectionLibraryTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests)  Time elapsed: 1.05 s
testOnSelectionLibraryBooksTableViewWithCustomContentProvider(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests)  Time elapsed: 1.052 s
testOnSelectionLibraryBooksTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests)  Time elapsed: 1.14 s
testOnSelectionLibraryTreeViewOnXtextFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests)  Time elapsed: 2.673 s
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
0    [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Finding table containing proposals.
1    [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Activating quickfix shell.
71   [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Obtained shells: [Shell {} [layout=null], Shell {} [layout=GridLayout {horizontalSpacing=5 verticalSpacing=5}]]
82   [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Examining shell: org.eclipse.swt.widgets.List
85   [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Examining shell: org.eclipse.swt.widgets.Composite
86   [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Found Composite
110  [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Activated quickfix shell.
112  [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Found table containing proposals -- [First Proposal, Second Proposal]
113  [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - matched table, returning
113  [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Trying to select proposal Second Proposal
114  [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Trying to select proposal with index 1
114  [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests  - Selecting row [1] Second Proposal in Table {} [layout=null]
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.235 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests
testContentAssistInFormAndSelect(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests)  Time elapsed: 1.842 s
checkSetReferenceToNull(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests)  Time elapsed: 1.059 s
detailViewShowsDetailsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests)  Time elapsed: 2.002 s
checkFormDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests)  Time elapsed: 1.001 s
detailReadOnlyViewShowsDetailsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests)  Time elapsed: 2.051 s
testMultipleFeatureControlDialog(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests)  Time elapsed: 1.005 s
treeFormViewShowsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests)  Time elapsed: 1.003 s
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.264 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests
testBooleanPrimitiveDataTypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 0.775 s
testFloatObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.002 s
testDateCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.03 s
testSingleReferenceCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.052 s
testFloatCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.001 s
testBigIntegerCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.032 s
testShortCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.042 s
testEnumCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.121 s
testByteCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.073 s
testIntObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.08 s
testStringCellWithoutModification(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.083 s
testByteObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.047 s
testStringWithDefaultCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.054 s
testStringDatatypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.004 s
testDoubleCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.09 s
testDateCellWithWrongDate(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.069 s
testDoubleObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.106 s
testShortObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.011 s
testBooleanObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.004 s
testBigDecimalCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.051 s
testMultiReferenceCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.001 s
testIntCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.116 s
testBooleanDataTypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.08 s
testBooleanCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.019 s
testStringCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests)  Time elapsed: 1.026 s
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!

(SWT:1157): Gtk-CRITICAL **: 21:53:35.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:53:35.340: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:53:35.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!

(SWT:1157): Gtk-CRITICAL **: 21:53:38.416: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:53:38.462: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:53:38.524: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!

(SWT:1157): Gtk-CRITICAL **: 21:54:05.040: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:54:05.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:54:05.136: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:54:05.179: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:54:05.229: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:54:05.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:54:05.269: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar

(SWT:1157): Gtk-CRITICAL **: 21:54:05.284: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.128 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests
treeViewWithMultipleRootsIsRefreshedWhenNewElementIsAdded(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 0.643 s
canPerformUndoDeleteActionOnSaveableTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.004 s
hasColumnsOnSaveableTreeWithColumnsView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 20.383 s
canPerformDeleteActionOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.001 s
addingNewElementSelectsTheAddedElement(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.001 s
canPerformNewChildActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.025 s
doubleClickOpensDialogOnSaveableTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.04 s
canPerformDeleteActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.051 s
canPerformDeleteActionOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.029 s
doubleClickOpensDialogOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.04 s
treeViewWithMultipleRootsIsRefreshedWhenElementIsDeleted(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.051 s
canPerformNewSiblingActionOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.072 s
canPerformNewSiblingActionOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.051 s
canAccessEditingActionsOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.002 s
hasColumnsOnSaveableTreeWithSpecificColumnsView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 20.376 s
doubleClickOpensDialogOnSaveableTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.05 s
undoRedoDeleteActionUpdatesDirtyStateCorrectly(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.051 s
canPerformUndoDeleteActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.001 s
doubleClickOpensDialogOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests)  Time elapsed: 1.051 s
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.443 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests
statusLineFromEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 0.795 s
canAccessEditorTreeOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.03 s
statusLineFromOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.05 s
canAccessStandardEditingActionsOnTreeEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.045 s
canOpenPropertyViewWithDoubleClick(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.001 s
canAccessCustomContextMenuOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.051 s
canPopulateOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.018 s
canAccessEditorTreeOfXtextFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.051 s
canSelectInOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.051 s
canOpenEmfFormEditorOnTestFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.002 s
changingSelectionUpdatesContextMenu(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.093 s
canAccessContextMenuOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests)  Time elapsed: 1.049 s
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests
checkDialogDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests)  Time elapsed: 0.789 s
checkOpenDialogOnTreeElements(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests)  Time elapsed: 1.001 s
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.145 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests
checkDialogCancel(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests)  Time elapsed: 0.85 s
checkDialogEditAndUndoAndRedo(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests)  Time elapsed: 1.102 s
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.015 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests
checkDialogDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests)  Time elapsed: 0.805 s
checkOpenDialogOnTreeElements(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests)  Time elapsed: 1.016 s
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.092 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests
testSaveResourceWithoutValidationErrors(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests)  Time elapsed: 0.856 s
testEmptyResourceIsInitialized(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests)  Time elapsed: 1.002 s
testDialogErrorReporterIsShownWhenSavingResourceWithValidationErrors(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests)  Time elapsed: 1.037 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (draganddrop-test) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=true, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/surefire.properties, -nouithread]
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Skipping assertions for Drag and Drop tests
Checking that tree item General has children...
Found 1 items. OK!
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Skipping assertions for Drag and Drop tests
Checking that tree item EMF Parsley has children...
Found 29 items. OK!
Checking that tree item General has children...
Found 1 items. OK!
Skipping assertions for Drag and Drop tests
Checking that tree item General has children...
Found 1 items. OK!
Skipping assertions for Drag and Drop tests
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.056 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests
testDragAndDropFromOnSelectionTreeViewToEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests)  Time elapsed: 3.629 s
testDragAndDropOnSaveableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests)  Time elapsed: 1.095 s
testDragAndDropOnSelectionTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests)  Time elapsed: 1.095 s
testDragAndDropOnEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests)  Time elapsed: 1.002 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (PDEBasedTests) @ org.eclipse.emf.parsley.tests.swtbot ---
[INFO] Skipping tests
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.server >--
[INFO] Building org.eclipse.emf.parsley.examples.cdo.server 1.13.0-SNAPSHOT [43/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.cdo.server...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.server/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.server/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.server/target/org.eclipse.emf.parsley.examples.cdo.server-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.server/target/org.eclipse.emf.parsley.examples.cdo.server-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.cdo.server ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.cdo.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.model >--
[INFO] Building org.eclipse.emf.parsley.examples.cdo.model 1.13.0-SNAPSHOT [44/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.cdo.model...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.cdo.model ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.model/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.model/target/org.eclipse.emf.parsley.examples.cdo.model-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.model/target/org.eclipse.emf.parsley.examples.cdo.model-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.cdo.model ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.cdo.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.treeform >--
[INFO] Building org.eclipse.emf.parsley.examples.cdo.treeform 1.13.0-SNAPSHOT [45/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.cdo.treeform...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/target/org.eclipse.emf.parsley.examples.cdo.treeform-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/target/org.eclipse.emf.parsley.examples.cdo.treeform-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.cdo.treeform ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo.feature >--
[INFO] Building org.eclipse.emf.parsley.tests.swtbot.cdo.feature 1.13.0-SNAPSHOT [46/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1141
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/target/org.eclipse.emf.parsley.tests.swtbot.cdo.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/target/org.eclipse.emf.parsley.tests.swtbot.cdo.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature ---
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo >--
[INFO] Building org.eclipse.emf.parsley.tests.swtbot.cdo 1.13.0-SNAPSHOT [47/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] The project's OSGi version is 1.13.0.v20221124-2138
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] Resolving class path of org.eclipse.emf.parsley.tests.swtbot.cdo...
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/org.eclipse.emf.parsley.tests.swtbot.cdo-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/org.eclipse.emf.parsley.tests.swtbot.cdo-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.parsley.tests.swtbot.cdo ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=true, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/work/data, -install, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/work, -configuration, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/surefire.properties, -nouithread]
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
Running org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Repository[demo] started!
Checking that tree item EMF Parsley has children...
Found 10 items. OK!
[INFO] If no model contains feature maps commit performance can be slightly increased by specifying -Dorg.eclipse.emf.cdo.internal.server.Repository.DISABLE_FEATURE_MAP_CHECKS=true
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.88 s - in org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests
testDirtyForSelectedBook(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests)  Time elapsed: 1.354 s
testSelectAuthor(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests)  Time elapsed: 0.003 s
testExploreLibraryTree(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests)  Time elapsed: 0.002 s
testDetailFormForSelectedAuthor(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests)  Time elapsed: 0.05 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.model >--
[INFO] Building org.eclipse.emf.parsley.examples.mail.model 1.13.0-SNAPSHOT [48/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.mail.model...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.model/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.model/target/org.eclipse.emf.parsley.examples.mail.model-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.model/target/org.eclipse.emf.parsley.examples.mail.model-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.model ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.mail.model ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.accountsview >--
[INFO] Building org.eclipse.emf.parsley.examples.mail.accountsview 1.13.0-SNAPSHOT [49/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.mail.accountsview...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/target/org.eclipse.emf.parsley.examples.mail.accountsview-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/target/org.eclipse.emf.parsley.examples.mail.accountsview-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.mail.accountsview ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.mailsview >--
[INFO] Building org.eclipse.emf.parsley.examples.mail.mailsview 1.13.0-SNAPSHOT [50/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.mail.mailsview...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/target/org.eclipse.emf.parsley.examples.mail.mailsview-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/target/org.eclipse.emf.parsley.examples.mail.mailsview-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.mail.mailsview ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.messageview >--
[INFO] Building org.eclipse.emf.parsley.examples.mail.messageview 1.13.0-SNAPSHOT [51/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.mail.messageview...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/target/org.eclipse.emf.parsley.examples.mail.messageview-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/target/org.eclipse.emf.parsley.examples.mail.messageview-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.mail.messageview ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.rcp >--
[INFO] Building org.eclipse.emf.parsley.examples.mail.rcp 1.13.0-SNAPSHOT [52/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.mail.rcp...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/target/org.eclipse.emf.parsley.examples.mail.rcp-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/target/org.eclipse.emf.parsley.examples.mail.rcp-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.mail.rcp ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.product.feature >--
[INFO] Building org.eclipse.emf.parsley.examples.mail.product.feature 1.13.0-SNAPSHOT [53/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221123-2046
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/target/org.eclipse.emf.parsley.examples.mail.product.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/target/org.eclipse.emf.parsley.examples.mail.product.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.product.feature ---
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.examples >--
[INFO] Building org.eclipse.emf.parsley.tests.swtbot.examples 1.13.0-SNAPSHOT [54/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] The project's OSGi version is 1.13.0.v20221124-0929
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] Resolving class path of org.eclipse.emf.parsley.tests.swtbot.examples...
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/org.eclipse.emf.parsley.tests.swtbot.examples-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/org.eclipse.emf.parsley.tests.swtbot.examples-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.parsley.tests.swtbot.examples ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=true, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/work/data, -install, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/work, -configuration, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/surefire.properties, -testApplication, org.eclipse.emf.parsley.examples.mail.rcp.application, -product, org.eclipse.emf.parsley.examples.mail.rcp.product, -nouithread]
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
Launching application org.eclipse.emf.parsley.examples.mail.rcp.application...
Running org.eclipse.emf.parsley.tests.swtbot.examples.EmfParsleyMailExampleTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
### Active shell: Shell with text {EMF Parsley Mail RCP Product}
*** expanding mail tree...
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 s - in org.eclipse.emf.parsley.tests.swtbot.examples.EmfParsleyMailExampleTest
testExampleMail(org.eclipse.emf.parsley.tests.swtbot.examples.EmfParsleyMailExampleTest)  Time elapsed: 0.595 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] -----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.repository >-----
[INFO] Building org.eclipse.emf.parsley.repository 1.13.0-SNAPSHOT      [55/59]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.repository ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1141
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/releng/org.eclipse.emf.parsley.repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.parsley.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.emf.parsley.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/parsley-github/releng/org.eclipse.emf.parsley.repository/target/org.eclipse.emf.parsley.repository-1.13.0.v20221124-1141.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.repository ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (copy-to-root-target) @ org.eclipse.emf.parsley.repository ---
[INFO] Executing tasks

main:
     [echo] 
     [echo] Repository path: /home/jenkins/agent/workspace/parsley-github/releng/org.eclipse.emf.parsley.repository/target/repository
     [echo] Built version: 1.13.0.v20221124-1141
     [echo] 
     [copy] Copying 51 files to /home/jenkins/agent/workspace/parsley-github/target/repository
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (copy-to-zips-target) @ org.eclipse.emf.parsley.repository ---
[INFO] Executing tasks

main:
     [echo] 
     [echo] Source path: /home/jenkins/agent/workspace/parsley-github/releng/org.eclipse.emf.parsley.repository/target
     [echo] Built version: 1.13.0.v20221124-1141
     [echo] 
     [copy] Copying 1 file to /home/jenkins/agent/workspace/parsley-github/target/zips
[INFO] Executed tasks
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4 >--
[INFO] Building org.eclipse.emf.parsley.examples.eclipse4 1.13.0-SNAPSHOT [56/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] The project's OSGi version is 1.13.0.v20221123-1219
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.eclipse4...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4/target/org.eclipse.emf.parsley.examples.eclipse4-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4/target/org.eclipse.emf.parsley.examples.eclipse4-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.eclipse4 ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.parsleypart >--
[INFO] Building org.eclipse.emf.parsley.examples.eclipse4.parsleypart 1.13.0-SNAPSHOT [57/59]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1523
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] Resolving class path of org.eclipse.emf.parsley.examples.eclipse4.parsleypart...
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/target/classes
[INFO] 
[INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/target/org.eclipse.emf.parsley.examples.eclipse4.parsleypart-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/target/org.eclipse.emf.parsley.examples.eclipse4.parsleypart-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.parsley.examples.eclipse4.parsleypart ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.product.feature >--
[INFO] Building org.eclipse.emf.parsley.examples.eclipse4.product.feature 1.13.0-SNAPSHOT [58/59]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1523
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/target/org.eclipse.emf.parsley.examples.eclipse4.product.feature-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/target/org.eclipse.emf.parsley.examples.eclipse4.product.feature-1.13.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.eclipse4.product.feature ---
[INFO] 
[INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.e4 >---
[INFO] Building org.eclipse.emf.parsley.tests.swtbot.e4 1.13.0-SNAPSHOT [59/59]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] The project's OSGi version is 1.13.0.v20221124-1631
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] Resolving class path of org.eclipse.emf.parsley.tests.swtbot.e4...
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/src/test/resources
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] 
[INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/org.eclipse.emf.parsley.tests.swtbot.e4-1.13.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/org.eclipse.emf.parsley.tests.swtbot.e4-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.parsley.tests.swtbot.e4 ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-11/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=true, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/work/data, -install, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/work, -configuration, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/surefire.properties, -testApplication, org.eclipse.e4.ui.workbench.swt.E4Application, -product, org.eclipse.emf.parsley.examples.eclipse4.product, -nouithread]
OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
Launching application org.eclipse.e4.ui.workbench.swt.E4Application...
Running org.eclipse.emf.parsley.tests.swtbot.e4.EmfParsleyEclipse4ExampleTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
### Shell: Shell with text {}
### Shell: Shell with text {PartRenderingEngine's limbo}
### Shell: Shell with text {org.eclipse.emf.parsley.examples.eclipse4}
### Our Shell: Shell with text {org.eclipse.emf.parsley.examples.eclipse4}
ParsleyE4ModelPart: postConstruct start
ParsleyE4ModelPart: postConstruct done
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.116 s - in org.eclipse.emf.parsley.tests.swtbot.e4.EmfParsleyEclipse4ExampleTest
testExampleE4Part(org.eclipse.emf.parsley.tests.swtbot.e4.EmfParsleyEclipse4ExampleTest)  Time elapsed: 2.05 s

Results:

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

[INFO] All tests passed!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EMF Parsley 1.13.0-SNAPSHOT:
[INFO] 
[INFO] EMF Parsley ........................................ SUCCESS [  0.243 s]
[INFO] org.eclipse.emf.tests.coverage ..................... SUCCESS [  0.003 s]
[INFO] org.eclipse.emf.parsley.targetplatform ............. SUCCESS [  0.896 s]
[INFO] org.eclipse.emf.parsley.runtime.common ............. SUCCESS [ 14.340 s]
[INFO] org.eclipse.emf.parsley.common ..................... SUCCESS [  2.515 s]
[INFO] org.eclipse.emf.parsley.views.common ............... SUCCESS [  0.506 s]
[INFO] org.eclipse.emf.parsley.cdo.common ................. SUCCESS [  0.502 s]
[INFO] org.eclipse.emf.parsley.runtime .................... SUCCESS [  0.165 s]
[INFO] org.eclipse.emf.parsley ............................ SUCCESS [  0.214 s]
[INFO] org.eclipse.emf.parsley.junit4 ..................... SUCCESS [  0.584 s]
[INFO] org.eclipse.emf.parsley.tests.models ............... SUCCESS [  0.796 s]
[INFO] org.eclipse.emf.parsley.tests.libraries ............ SUCCESS [  5.006 s]
[INFO] org.eclipse.emf.parsley.examples.library ........... SUCCESS [  0.517 s]
[INFO] org.eclipse.emf.parsley.tests ...................... SUCCESS [ 35.287 s]
[INFO] org.eclipse.emf.parsley.generator.common ........... SUCCESS [  0.421 s]
[INFO] org.eclipse.emf.parsley.dsl ........................ SUCCESS [ 43.285 s]
[INFO] org.eclipse.emf.parsley.views ...................... SUCCESS [  0.236 s]
[INFO] org.eclipse.emf.parsley.tests.views ................ SUCCESS [  0.395 s]
[INFO] org.eclipse.emf.parsley.cdo ........................ SUCCESS [  0.193 s]
[INFO] org.eclipse.emf.parsley.editors.common ............. SUCCESS [  0.601 s]
[INFO] org.eclipse.emf.parsley.editors .................... SUCCESS [  0.183 s]
[INFO] org.eclipse.emf.parsley.cdo.tests .................. SUCCESS [  3.766 s]
[INFO] org.eclipse.emf.parsley.wizards .................... SUCCESS [  0.610 s]
[INFO] org.eclipse.emf.parsley.ui.examples ................ SUCCESS [  2.301 s]
[INFO] org.eclipse.emf.parsley.doc ........................ SUCCESS [  0.225 s]
[INFO] org.eclipse.emf.parsley.feature .................... SUCCESS [  0.228 s]
[INFO] org.eclipse.emf.parsley.cdo.feature ................ SUCCESS [  0.076 s]
[INFO] org.eclipse.emf.parsley.dsl.additional.builder ..... SUCCESS [  1.176 s]
[INFO] org.eclipse.emf.parsley.dsl.ide .................... SUCCESS [  2.694 s]
[INFO] org.eclipse.emf.parsley.dsl.ui ..................... SUCCESS [  2.602 s]
[INFO] org.eclipse.emf.parsley.dsl.feature ................ SUCCESS [  0.149 s]
[INFO] org.eclipse.emf.parsley.examples.feature ........... SUCCESS [  0.249 s]
[INFO] org.eclipse.emf.parsley.dsl.tests .................. SUCCESS [ 22.244 s]
[INFO] org.eclipse.emf.parsley.dsl.ui.tests ............... SUCCESS [ 35.217 s]
[INFO] org.eclipse.emf.parsley.junit4.feature ............. SUCCESS [  0.047 s]
[INFO] org.eclipse.emf.parsley.sdk ........................ SUCCESS [  0.096 s]
[INFO] org.eclipse.emf.parsley.examples.library.edit ...... SUCCESS [  0.197 s]
[INFO] org.eclipse.emf.parsley.examples.library.editor .... SUCCESS [  0.499 s]
[INFO] org.eclipse.emf.parsley.examples.views ............. SUCCESS [  0.333 s]
[INFO] org.eclipse.emf.parsley.examples.editors ........... SUCCESS [  0.394 s]
[INFO] org.eclipse.emf.parsley.tests.swtbot.feature ....... SUCCESS [  0.209 s]
[INFO] org.eclipse.emf.parsley.tests.swtbot ............... SUCCESS [02:40 min]
[INFO] org.eclipse.emf.parsley.examples.cdo.server ........ SUCCESS [  0.160 s]
[INFO] org.eclipse.emf.parsley.examples.cdo.model ......... SUCCESS [  0.202 s]
[INFO] org.eclipse.emf.parsley.examples.cdo.treeform ...... SUCCESS [  0.242 s]
[INFO] org.eclipse.emf.parsley.tests.swtbot.cdo.feature ... SUCCESS [  0.107 s]
[INFO] org.eclipse.emf.parsley.tests.swtbot.cdo ........... SUCCESS [ 13.383 s]
[INFO] org.eclipse.emf.parsley.examples.mail.model ........ SUCCESS [  0.183 s]
[INFO] org.eclipse.emf.parsley.examples.mail.accountsview . SUCCESS [  0.432 s]
[INFO] org.eclipse.emf.parsley.examples.mail.mailsview .... SUCCESS [  0.368 s]
[INFO] org.eclipse.emf.parsley.examples.mail.messageview .. SUCCESS [  0.379 s]
[INFO] org.eclipse.emf.parsley.examples.mail.rcp .......... SUCCESS [  0.407 s]
[INFO] org.eclipse.emf.parsley.examples.mail.product.feature SUCCESS [  0.209 s]
[INFO] org.eclipse.emf.parsley.tests.swtbot.examples ...... SUCCESS [  7.944 s]
[INFO] org.eclipse.emf.parsley.repository ................. SUCCESS [  3.734 s]
[INFO] org.eclipse.emf.parsley.examples.eclipse4 .......... SUCCESS [  0.300 s]
[INFO] org.eclipse.emf.parsley.examples.eclipse4.parsleypart SUCCESS [  0.427 s]
[INFO] org.eclipse.emf.parsley.examples.eclipse4.product.feature SUCCESS [  0.169 s]
[INFO] org.eclipse.emf.parsley.tests.swtbot.e4 ............ SUCCESS [  7.345 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:54 min
[INFO] Finished at: 2022-11-24T21:55:21Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS