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 09231157d226314b9602de88ebdf0fc7a47cd711 (origin/xtext-2.28-2022-09) > git config core.sparsecheckout # timeout=10 > git checkout -f 09231157d226314b9602de88ebdf0fc7a47cd711 # timeout=10 Commit message: "label 'migration'" > git rev-list --no-walk dfa5ae0637c655938611a9339e3c613c6c4d28a5 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Agent centos-7-0976s is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-0976s" 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: "centos-7-0976s" - 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: "centos-7-0976s" - 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" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-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" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-0976s 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 Checking out Revision 09231157d226314b9602de88ebdf0fc7a47cd711 (origin/xtext-2.28-2022-09) Commit message: "label 'migration'" [Pipeline] } 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 09231157d226314b9602de88ebdf0fc7a47cd711 # timeout=10 [Pipeline] // stage [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 :72 -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 20:16:04 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5972 vncext: created VNC server for screen 0 [Pipeline] { [Pipeline] sh + mvn -f releng/org.eclipse.emf.parsley.parent/pom.xml clean verify + mutter --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@136a4800... 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.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) [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.xtext.xbase.lib_2.28.0.v20220829-0436.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (162.36kB) [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.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.jdt.junit.runtime_3.7.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (58.99kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (421.77kB) [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.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.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (65.43kB) [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.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (51.82kB) [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.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.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] 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] 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.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.forms.finder_4.0.0.202206011610.jar from https://download.eclipse.org/releases/2022-09/202209141001/plugins/ (20.96kB) [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.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_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 [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.examples.eclipse4 [eclipse-plugin] [INFO] org.eclipse.emf.parsley.views [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] 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.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] [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.examples.eclipse4 >-- [INFO] Building org.eclipse.emf.parsley.examples.eclipse4 1.13.0-SNAPSHOT [10/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.views >-------- [INFO] Building org.eclipse.emf.parsley.views 1.13.0-SNAPSHOT [11/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.examples.eclipse4.parsleypart >-- [INFO] Building org.eclipse.emf.parsley.examples.eclipse4.parsleypart 1.13.0-SNAPSHOT [12/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 [13/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 [14/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] 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.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} Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 20.324 s <<< FAILURE! - in org.eclipse.emf.parsley.tests.swtbot.e4.EmfParsleyEclipse4ExampleTest testExampleE4Part(org.eclipse.emf.parsley.tests.swtbot.e4.EmfParsleyEclipse4ExampleTest) Time elapsed: 20.26 s <<< ERROR! org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find widget matching: (of type 'CTabItem') at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:473) at org.eclipse.swtbot.swt.finder.SWTBot.waitUntilWidgetAppears(SWTBot.java:1) at org.eclipse.swtbot.swt.finder.SWTBotFactory.widget(SWTBotFactory.java:420) at org.eclipse.swtbot.swt.finder.SWTBot.widget(SWTBot.java:1) at org.eclipse.swtbot.swt.finder.SWTBot.cTabItem(SWTBot.java:3174) at org.eclipse.emf.parsley.tests.swtbot.e4.EmfParsleyEclipse4ExampleTest.testExampleE4Part(EmfParsleyEclipse4ExampleTest.java:52) 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:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:49) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:77) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:62) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at 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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:46) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 20000 ms.: Could not find widget matching: (of type 'CTabItem') at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:523) at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1) at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:497) at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1) at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:485) at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1) at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:467) ... 42 more Results: Errors: EmfParsleyEclipse4ExampleTest.testExampleE4Part:52 ยป WidgetNotFound Could not ... Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EMF Parsley 1.13.0-SNAPSHOT: [INFO] [INFO] EMF Parsley ........................................ SUCCESS [ 0.159 s] [INFO] org.eclipse.emf.tests.coverage ..................... SUCCESS [ 0.004 s] [INFO] org.eclipse.emf.parsley.targetplatform ............. SUCCESS [ 1.131 s] [INFO] org.eclipse.emf.parsley.runtime.common ............. SUCCESS [ 16.331 s] [INFO] org.eclipse.emf.parsley.common ..................... SUCCESS [ 3.315 s] [INFO] org.eclipse.emf.parsley.views.common ............... SUCCESS [ 0.870 s] [INFO] org.eclipse.emf.parsley.cdo.common ................. SUCCESS [ 0.504 s] [INFO] org.eclipse.emf.parsley.runtime .................... SUCCESS [ 0.287 s] [INFO] org.eclipse.emf.parsley ............................ SUCCESS [ 0.260 s] [INFO] org.eclipse.emf.parsley.examples.eclipse4 .......... SUCCESS [ 0.452 s] [INFO] org.eclipse.emf.parsley.views ...................... SUCCESS [ 0.620 s] [INFO] org.eclipse.emf.parsley.examples.eclipse4.parsleypart SUCCESS [ 0.408 s] [INFO] org.eclipse.emf.parsley.examples.eclipse4.product.feature SUCCESS [ 0.469 s] [INFO] org.eclipse.emf.parsley.tests.swtbot.e4 ............ FAILURE [ 27.182 s] [INFO] org.eclipse.emf.parsley.junit4 ..................... SKIPPED [INFO] org.eclipse.emf.parsley.tests.models ............... SKIPPED [INFO] org.eclipse.emf.parsley.tests.libraries ............ SKIPPED [INFO] org.eclipse.emf.parsley.examples.library ........... SKIPPED [INFO] org.eclipse.emf.parsley.tests ...................... SKIPPED [INFO] org.eclipse.emf.parsley.generator.common ........... SKIPPED [INFO] org.eclipse.emf.parsley.dsl ........................ SKIPPED [INFO] org.eclipse.emf.parsley.tests.views ................ SKIPPED [INFO] org.eclipse.emf.parsley.cdo ........................ SKIPPED [INFO] org.eclipse.emf.parsley.editors.common ............. SKIPPED [INFO] org.eclipse.emf.parsley.editors .................... SKIPPED [INFO] org.eclipse.emf.parsley.cdo.tests .................. SKIPPED [INFO] org.eclipse.emf.parsley.wizards .................... SKIPPED [INFO] org.eclipse.emf.parsley.ui.examples ................ SKIPPED [INFO] org.eclipse.emf.parsley.doc ........................ SKIPPED [INFO] org.eclipse.emf.parsley.feature .................... SKIPPED [INFO] org.eclipse.emf.parsley.cdo.feature ................ SKIPPED [INFO] org.eclipse.emf.parsley.dsl.additional.builder ..... SKIPPED [INFO] org.eclipse.emf.parsley.dsl.ide .................... SKIPPED [INFO] org.eclipse.emf.parsley.dsl.ui ..................... SKIPPED [INFO] org.eclipse.emf.parsley.dsl.feature ................ SKIPPED [INFO] org.eclipse.emf.parsley.examples.feature ........... SKIPPED [INFO] org.eclipse.emf.parsley.dsl.tests .................. SKIPPED [INFO] org.eclipse.emf.parsley.dsl.ui.tests ............... SKIPPED [INFO] org.eclipse.emf.parsley.junit4.feature ............. SKIPPED [INFO] org.eclipse.emf.parsley.sdk ........................ SKIPPED [INFO] org.eclipse.emf.parsley.examples.library.edit ...... SKIPPED [INFO] org.eclipse.emf.parsley.examples.library.editor .... SKIPPED [INFO] org.eclipse.emf.parsley.examples.views ............. SKIPPED [INFO] org.eclipse.emf.parsley.examples.editors ........... SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot.feature ....... SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot ............... SKIPPED [INFO] org.eclipse.emf.parsley.examples.cdo.server ........ SKIPPED [INFO] org.eclipse.emf.parsley.examples.cdo.model ......... SKIPPED [INFO] org.eclipse.emf.parsley.examples.cdo.treeform ...... SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot.cdo.feature ... SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot.cdo ........... SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.model ........ SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.accountsview . SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.mailsview .... SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.messageview .. SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.rcp .......... SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.product.feature SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot.examples ...... SKIPPED [INFO] org.eclipse.emf.parsley.repository ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:34 min [INFO] Finished at: 2022-11-24T20:17:42Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:2.7.5:test (default-test) on project org.eclipse.emf.parsley.tests.swtbot.e4: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/parsley-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.emf.parsley.tests.swtbot.e4 /home/jenkins/agent/workspace/parsley-github@tmp/durable-039aa32c/script.sh: line 3: 169 Trace/breakpoint trap (core dumped) mutter --sm-disable --replace 2> wm.err [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] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE