Started by an SCM change Running as SYSTEM Agent centos-7-1mxs0 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-1mxs0" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.4diac.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-1mxs0" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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-1mxs0" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.4diac.svc.cluster.local/4diac/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-4diac" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-1mxs0 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/4diac IDE 1.13.x The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/4diac/org.eclipse.4diac.ide > git init /home/jenkins/agent/workspace/4diac IDE 1.13.x # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/4diac/org.eclipse.4diac.ide > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/4diac/org.eclipse.4diac.ide +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/4diac/org.eclipse.4diac.ide # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/1.13.x^{commit} # timeout=10 Checking out Revision 3ac47c281736fb9c9c2d8723134615bc0ba92c74 (origin/1.13.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 3ac47c281736fb9c9c2d8723134615bc0ba92c74 # timeout=10 Commit message: "[releng] prepared version number, splash and whats new for 1.13.1" > git rev-list --no-walk 74d598fc3e34b0a42dfc859c008e21f39470d1fd # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [4diac IDE 1.13.x] $ vncserver -list Starting xvnc [4diac IDE 1.13.x] $ Xvnc :91 -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 Fri Jan 22 06:10:11 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5991 vncext: created VNC server for screen 0 [4diac IDE 1.13.x] $ /opt/tools/apache-maven/latest/bin/mvn -f ./pom.xml "-Dmaven.repo.local=/home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository" clean install -Peclipse-sign -B Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest 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.6.19-300.fc32.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/.polyglot..META-INF_MANIFEST.MF /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/.polyglot.feature.xml.takari_issue_192 /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/.polyglot.feature.xml.takari_issue_192 /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/.polyglot.feature.xml.takari_issue_192 /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/.polyglot.feature.xml.takari_issue_192 /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/.polyglot.feature.xml.takari_issue_192 /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/.polyglot.feature.xml.takari_issue_192 /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/.polyglot..META-INF_MANIFEST.MF [WARNING] No system packages found in profile nor toolchain for JRE-1.1, using current JRE system packages. This can cause faulty depnedency resolution, consider adding a definition for a 'jdk' with id=JRE-1.1 in your toolchains.xml [INFO] Performing subquery [INFO] Adding repository http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/latest [INFO] Fetching compositeContent.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/latest/ (443B) [INFO] Fetching p2.index from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/ (15.09kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/.polyglot..META-INF_MANIFEST.MF [INFO] Fetching 202009161000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-09/ [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.67MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.05kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (62.49kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.35kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.2kB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (328.72kB) [INFO] Fetching javax.annotation_1.3.5.v20200504-1837.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (36.58kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.73kB) [INFO] Fetching org.eclipse.osgi_3.16.0.v20200828-0759.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (468.73kB) [INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.86MB) [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (95.26kB) [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (255.73kB) [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (102.39kB) [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (63.23kB) [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.47kB) [INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (143.6kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (75.47kB) [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.97kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (34.83kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (155.55kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (30.65kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (333.78kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (109.72kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (696.23kB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (962.55kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.42MB) [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (71.46kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (18.03kB) [INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.42kB) [INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (306.32kB) [INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (339.77kB) [INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (875.68kB) [INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (316.68kB) [INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (954.52kB) [INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.2kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (238.57kB) [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.67kB) [INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200812-2334.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (199.96kB) [INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.47kB) [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.85kB) [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.01kB) [INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200828-1034.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (57.14kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.25kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.12kB) [INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.85kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.71kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.0.v20200717-1533.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (26.22kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.79kB) [INFO] Fetching org.eclipse.debug.core_3.16.0.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (125.98kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (41.15kB) [INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (100.11kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.79kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.11kB) [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.78kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.56kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (93.41kB) [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (42.08kB) [INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1,013.97kB) [INFO] Fetching org.eclipse.ui.console_3.9.300.v20200828-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (83.97kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (120.7kB) [INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (966.73kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.swt_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.76kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (25.88kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.95kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.43kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.73kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (484.32kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.83kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.02kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (110.31kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.16kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200829-1411.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (94.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.58kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (66.19kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (65.59kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.71kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.47kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.76kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.65kB) [INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.97kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.18kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.100.v20200811-1344.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (103.18kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (69.69kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (958.24kB) [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (741.11kB) [INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (363.19kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.7kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.equinox.console_1.4.200.v20200828-1034.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (51.55kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (49.82kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.97kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.59kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8kB) [INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.97kB) [INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.64kB) [INFO] Fetching org.eclipse.e4.rcp_4.17.0.v20200831-1002.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (21.07kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.94kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.81kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.06kB) [INFO] Fetching org.eclipse.ecf_3.9.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.05kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.400.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.12kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.22kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.700.v20200812-2314.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.72kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.93kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.100.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.35kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.600.v20200611-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.98kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1400.v20200812-2314.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (27.8kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.300.v20200611-1836.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.73kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.600.v20200816-1842.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (27.91kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.35kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (23.72kB) [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200822-0801.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (114.54kB) [INFO] Fetching org.eclipse.emf.common_2.20.0.v20200822-0801.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.1kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.900.v20200819-0940.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (290.21kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.900.v20200819-0940 from http://download.eclipse.org/releases/2020-09/202009161000/binary/ (26.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (34.56kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.59kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.600.v20200707-1543.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (76.44kB) [INFO] Fetching org.eclipse.jetty.http_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (222.11kB) [INFO] Fetching org.eclipse.jetty.server_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (722.27kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (139.4kB) [INFO] Fetching org.eclipse.jetty.util_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (577.7kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.17kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.65kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8.69kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (58.11kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (107.88kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (38.9kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.51kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (17.99kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (47.99kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.62kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.76kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.64kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (22.35kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.900.v20200808-1311.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.94kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.67kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.700.v20200813-0739.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.66kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (17.45kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.81kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (17.43kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.51kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.900.v20200828-0839.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.11kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (288.35kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.800.v20200731-1005.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (46.81kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (10.9kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (71.46kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.700.v20200731-1005.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (26.75kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.900.v20200813-0739.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.02kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.500.v20200731-1005.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (62.74kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.900.v20200828-0839.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (18.91kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (40.74kB) [INFO] Fetching org.eclipse.help.base_4.3.0.v20200902-1800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (164.05kB) [INFO] Fetching org.eclipse.help.ui_4.2.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (203.21kB) [INFO] Fetching org.eclipse.help.webapp_3.10.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (272.69kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.77kB) [INFO] Fetching org.eclipse.jetty.io_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (173kB) [INFO] Fetching org.eclipse.jetty.security_9.4.31.v20200723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (126.51kB) [INFO] Fetching org.eclipse.help_2.3.300.v20200902-1800.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.51kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.71kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.1000.v20200610-0847.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (34.51kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (105.59kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (176.92kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (131kB) [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (124.96kB) [INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (491.39kB) [INFO] Fetching org.eclipse.platform_4.17.0.v20200902-1800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (425.24kB) [INFO] Fetching org.eclipse.ui.intro_3.5.1100.v20200828-0803.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (142.27kB) [INFO] Fetching org.eclipse.platform.doc.user_4.17.0.v20200831-0727.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8.69MB) [INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (214.9kB) [INFO] Fetching org.eclipse.text.quicksearch_1.0.300.v20200519-2023.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (36.02kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.0.v20200805-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.0.v20200805-2057.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (149.91kB) [INFO] Fetching org.eclipse.ui.browser_3.6.900.v20200807-1330.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (97.87kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.800.v20200828-1000.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (49.3kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.800.v20200820-1401.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (27.64kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (70.56kB) [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.83kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.800.v20200612-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (65.6kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (55.56kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1100.v20200825-0757.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (28.85kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.99kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.83kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1200.v20200828-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.7kB) [INFO] Fetching org.eclipse.platform_4.17.0.v20200902-1800.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (20.59kB) [INFO] Fetching org.eclipse.platform_root_4.17.0.v20200902-1800 from http://download.eclipse.org/releases/2020-09/202009161000/binary/ (196B) [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (43.22kB) [INFO] Fetching org.eclipse.rcp_4.17.0.v20200902-1800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.41kB) [INFO] Fetching org.eclipse.rcp_4.17.0.v20200902-1800.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.1kB) [INFO] Fetching org.eclipse.rcp_root_4.17.0.v20200902-1800 from http://download.eclipse.org/releases/2020-09/202009161000/binary/ (25.54kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (17.36kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.56kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.1MB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (36.57kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.44kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.91kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (81.96kB) [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (683.67kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.700.v20200607-1314.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.9kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.35kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.900.v20200819-0940 from http://download.eclipse.org/releases/2020-09/202009161000/binary/ (154.82kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (37.04kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (15.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1300.v20200819-0940.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (39.64kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (833.29kB) [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.0.v20200831-1002.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (655.68kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.900.v20200819-0940 from http://download.eclipse.org/releases/2020-09/202009161000/binary/ (17.29kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.56kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.61kB) [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.application:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.application:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/.polyglot..META-INF_MANIFEST.MF [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (59.55kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (96.61kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.8kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (108.27kB) [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.application:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.comgeneration:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.comgeneration:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.comgeneration:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.datatypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.datatypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (743.15kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (141.47kB) [INFO] Fetching org.eclipse.xtext.ui_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (527.47kB) [INFO] Fetching org.eclipse.jdt.core_3.23.0.v20200828-0941.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (6.83MB) [INFO] Fetching org.eclipse.jdt.debug_3.16.0.v20200828-0821.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (900.12kB) [INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200824-1854.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (281.56kB) [INFO] Fetching org.eclipse.xtend.lib_2.23.0.v20200831-0723.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (59.83kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.23.0.v20200831-0723.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.17kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.23.0.v20200831-0723.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.28kB) [INFO] Fetching org.eclipse.xtext_2.23.0.v20200831-0730.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (689.76kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (201.73kB) [INFO] Fetching org.eclipse.xtext.util_2.23.0.v20200831-0730.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (104.54kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.xtext.ide_2.23.0.v20200831-0730.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (140.91kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (291.62kB) [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.datatypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.iec61499:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.iec61499:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.iec61499:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.elk:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.elk:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/.polyglot..META-INF_MANIFEST.MF [INFO] Fetching org.eclipse.elk.alg.common_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (219.51kB) [INFO] Fetching org.eclipse.elk.core_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (534.32kB) [INFO] Fetching org.eclipse.elk.graph_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (103.3kB) [INFO] Fetching org.eclipse.elk.alg.layered_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (1.09MB) [INFO] Fetching org.eclipse.elk.core.service_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (55.4kB) [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.elk:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.compare:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.compare:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.compare:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.forte_lua:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.forte_lua:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.forte_lua:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.forte_ng:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.forte_ng:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.forte_ng:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbrtlauncher:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbrtlauncher:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbrtlauncher:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.ecc:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.ecc:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.ecc:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.fbtester:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.fbtester:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.fbtester:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.network:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.network:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.network:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.servicesequence:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.servicesequence:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.servicesequence:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.simplefb:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.simplefb:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.simplefb:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fmu:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fmu:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fmu:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fortelauncher:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fortelauncher:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.fortelauncher:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.gef:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.gef:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.gef:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.images:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.images:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.images:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.metrics:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.metrics:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.metrics:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.commands:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.commands:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.commands:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.edit:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.edit:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.edit:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.structuredtext:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.structuredtext:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.structuredtext:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.structuredtext.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.structuredtext.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (476.29kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (44.35kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (25.66kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200817-2001.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (495.15kB) [INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200828-0853.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (3.87MB) [INFO] Fetching org.eclipse.xtext.builder_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (122.56kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.46kB) [INFO] Fetching org.eclipse.xtext.smap_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.22kB) [INFO] Fetching org.eclipse.xtext.common.types_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (133.74kB) [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (60.93kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (49.55kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (57.54kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (39.72kB) [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.structuredtext.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.xtext.fbt:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.xtext.fbt:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.xtext.fbt:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.xtext.fbt.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.xtext.fbt.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.model.xtext.fbt.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.monitoring:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.monitoring:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.monitoring:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.onlineedit:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.onlineedit:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.onlineedit:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.product:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.product:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/pom.xml [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.linux.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (61.11MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.linux.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (13.99MB of 61.11MB at 13.98MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.linux.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (27.64MB of 61.11MB at 13.81MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.linux.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (41.23MB of 61.11MB at 13.74MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.linux.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (55.37MB of 61.11MB at 13.84MB/s) [INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (58.39kB) [INFO] Fetching net.i2p.crypto.eddsa_0.3.0.v20181102-1323.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (42.41kB) [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (47.81kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (143.98kB) [INFO] Fetching org.apache.commons.compress_1.19.0.v20200106-2343.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (216.24kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (333.69kB) [INFO] Fetching org.apache.sshd.osgi_2.4.0.v20200318-1614.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (458.17kB) [INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.6kB) [INFO] Fetching org.apache.sshd.sftp_2.4.0.v20200319-1547.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (114.53kB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.57kB) [INFO] Fetching org.bouncycastle.bcpg_1.65.0.v20200527-1955.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (95.78kB) [INFO] Fetching org.bouncycastle.bcprov_1.65.1.v20200529-1514.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.2MB) [INFO] Fetching org.bouncycastle.bcpkix_1.65.0.v20200527-1955.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (196.28kB) [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (102.05kB) [INFO] Fetching org.eclipse.ant.ui_3.7.900.v20200724-1008.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (475.62kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.0.v20200828-0821.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.jdt.junit_3.11.900.v20200828-0853.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (231.93kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.51kB) [INFO] Fetching org.eclipse.egit.core_5.9.0.202009080501-r.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (167.49kB) [INFO] Fetching org.eclipse.jgit_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (2.71MB) [INFO] Fetching org.eclipse.jgit.ssh.jsch_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (37.06kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.71kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (167.6kB) [INFO] Fetching org.eclipse.egit.ui_5.9.0.202009080501-r.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.egit_5.9.0.202009080501-r.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.52kB) [INFO] Fetching org.eclipse.egit.doc_5.9.0.202009080501-r.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (4.44MB) [INFO] Fetching org.eclipse.egit_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.1kB) [INFO] Fetching org.eclipse.elk.alg.disco_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (75.23kB) [INFO] Fetching org.eclipse.elk.alg.force_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (127.88kB) [INFO] Fetching org.eclipse.elk.alg.mrtree_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (106kB) [INFO] Fetching org.eclipse.elk.alg.radial_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (87.25kB) [INFO] Fetching org.eclipse.elk.alg.rectpacking_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (59.3kB) [INFO] Fetching org.eclipse.elk.alg.spore_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/plugins/ (362.27kB) [INFO] Fetching org.eclipse.elk.algorithms.feature_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/features/ (25.12kB) [INFO] Fetching org.eclipse.elk.feature_0.6.1.jar from https://download.eclipse.org/elk/updates/releases/0.6.1/features/ (25.18kB) [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (126.86kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.23.0.v20200701-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (416.77kB) [INFO] Fetching org.eclipse.emf.common.ui_2.17.0.v20190507-0402.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.01kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (30.38kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.81kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20190822-1451.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.02kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200205-0529.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.04kB) [INFO] Fetching org.eclipse.emf.mapping_2.12.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (67.36kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.24kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.59kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (18.43kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (10.69kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.10.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.12.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (38.07kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.14.0.v20190528-0725.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.16kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (10.68kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.12.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.11kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.13.0.v20190323-1059.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.05kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.5.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (61.57kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8.47kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.5.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (19.51kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.11.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (70.15kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide_2.11.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui_2.11.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.65kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui_2.11.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (11.31kB) [INFO] Fetching org.eclipse.emf.mwe2.language.source_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (144.17kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ide.source_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (64.57kB) [INFO] Fetching org.eclipse.emf.mwe2.language.ui.source_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (34.87kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.ui.source_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (11.25kB) [INFO] Fetching org.eclipse.emf.mwe2.language.sdk_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (18.75kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.5kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.11.3.v20200520-0756.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.88kB) [INFO] Fetching org.eclipse.xtext.xbase_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (820.01kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (18.7kB) [INFO] Fetching org.eclipse.emf.mwe2.launch.source_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.43kB) [INFO] Fetching org.eclipse.emf.mwe2.launcher.source_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.8kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.source_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.79kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.22kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime.sdk_2.11.3.v20200520-0756.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (18.68kB) [INFO] Fetching org.eclipse.ocl.ecore_3.15.0.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (111.44kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (820.39kB) [INFO] Fetching org.eclipse.emf.common.source_2.20.0.v20200822-0801.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (218.78kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.56kB) [INFO] Fetching org.eclipse.jdt_3.18.500.v20200902-1800.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.44kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.46kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.59kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.700.v20200828-0941.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (128.03kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (18.1kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1000.v20200828-0941.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (153.75kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1100.v20200828-0941.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (77.47kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (31.59kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.04kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.800.v20200828-1432.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (8.97MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.800.v20200817-1957.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (65.59kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.300.v20200720-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.61kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1300.v20200720-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.17kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1000.v20200720-0748.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.96kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (123kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.18kB) [INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (56.99kB) [INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (72.22kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.54kB) [INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (184.66kB) [INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.23kB) [INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (58.76kB) [INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (50.12kB) [INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.1kB) [INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.89kB) [INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (33.61kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.79kB) [INFO] Fetching org.eclipse.jdt_3.18.500.v20200902-1800.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.68kB) [INFO] Fetching org.eclipse.jgit.archive_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (24.47kB) [INFO] Fetching org.eclipse.jgit_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (14.44kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (30.29kB) [INFO] Fetching org.eclipse.jgit.gpg.bc_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (14.43kB) [INFO] Fetching org.eclipse.jgit.http.apache_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (14.47kB) [INFO] Fetching org.eclipse.jgit.ssh.apache_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (14.44kB) [INFO] Fetching com.jcraft.jzlib_1.1.1.v201205102305.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (40.6kB) [INFO] Fetching org.eclipse.jgit.ssh.jsch_5.9.0.202009080501-r.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (14.42kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (15.8kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/features/ (21.45kB) [INFO] Fetching org.eclipse.ocl_3.15.0.v20200608-1555.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.400.v20200608-1555.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.75kB) [INFO] Fetching org.eclipse.xtend.core_2.23.0.v20200831-0856.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (754.08kB) [INFO] Fetching org.eclipse.xtend.doc_2.23.0.v20200831-0856.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (480.83kB) [INFO] Fetching org.eclipse.xtend.examples_2.23.0.v20200831-0856.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (212.11kB) [INFO] Fetching org.eclipse.xtend.ide_2.23.0.v20200831-0856.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (273.81kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (170.56kB) [INFO] Fetching org.eclipse.xtend.ide.common_2.23.0.v20200831-0856.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (290.2kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (259.95kB) [INFO] Fetching org.eclipse.xtend.m2e_2.23.0.v20200831-0856.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (10.32kB) [INFO] Fetching org.eclipse.xtend.lib.source_2.23.0.v20200831-0723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (115.41kB) [INFO] Fetching org.eclipse.xtend.lib.macro.source_2.23.0.v20200831-0723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (88.66kB) [INFO] Fetching org.eclipse.xtend.standalone_2.23.0.v20200831-0856.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (6.93kB) [INFO] Fetching org.eclipse.xtend.core.source_2.23.0.v20200831-0856.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.36MB) [INFO] Fetching org.eclipse.xtend.ide.common.source_2.23.0.v20200831-0856.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (279.94kB) [INFO] Fetching org.eclipse.xtend.ide.source_2.23.0.v20200831-0856.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (463.9kB) [INFO] Fetching org.eclipse.xtend.m2e.source_2.23.0.v20200831-0856.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.64kB) [INFO] Fetching org.eclipse.xtend.standalone.source_2.23.0.v20200831-0856.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (7.31kB) [INFO] Fetching org.eclipse.xtext.junit4_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.17kB) [INFO] Fetching org.eclipse.xtext.junit4.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (119.46kB) [INFO] Fetching org.eclipse.xtext.testing_2.23.0.v20200831-0730.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (82.98kB) [INFO] Fetching org.eclipse.xtext.testing.source_2.23.0.v20200831-0730.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (131.05kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (68.9kB) [INFO] Fetching org.eclipse.xtext.xbase.junit.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (98.81kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (61.33kB) [INFO] Fetching org.eclipse.xtext.xbase.testing.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (92.48kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.xtext.ui.testing.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (64.04kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.35kB) [INFO] Fetching org.eclipse.xtend.sdk_2.23.0.v20200831-0926.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.15kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (21.67kB) [INFO] Fetching org.eclipse.xtext.buildship_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (10.2kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (11.03kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (11.87kB) [INFO] Fetching org.eclipse.xtext.ecore_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.61kB) [INFO] Fetching org.eclipse.xtext.generator_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (238.58kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.23.0.v20200831-0730.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (470.68kB) [INFO] Fetching org.eclipse.xtext.java_2.23.0.v20200831-0745.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (20.61kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.3kB) [INFO] Fetching org.eclipse.xtext.m2e_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.7kB) [INFO] Fetching org.eclipse.xtext.source_2.23.0.v20200831-0730.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.41MB) [INFO] Fetching org.eclipse.xtext.util.source_2.23.0.v20200831-0730.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (138.49kB) [INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (10.01kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (359.07kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (203.79kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (13.03kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.79kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (10.41kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (11.43kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (14.51kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.31kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (28.35kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (125.23kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (88.92kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (84.43kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (97.07kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.23.0.v20200831-0730.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (266.62kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (16.05kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (11.58kB) [INFO] Fetching org.eclipse.xtext.redist_2.23.0.v20200831-0926.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.51kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (461.8kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.23.0.v20200831-0730.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (991.17kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.23.0.v20200831-0730.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (67.36kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.23.0.v20200831-0730.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (93.46kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.23.0.v20200831-0730.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (171kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.23.0.v20200831-0730.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (188.06kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.83kB) [INFO] Fetching org.eclipse.xtext.java.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.xtext.runtime_2.23.0.v20200831-0926.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.25kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.23.0.v20200831-0808.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (9.46kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.06kB) [INFO] Fetching org.eclipse.xtext.ui_2.23.0.v20200831-0926.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (19.03kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (1.83MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.23.0.v20200831-0808.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (276.49kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.23.0.v20200831-0745.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (393.79kB) [INFO] Fetching org.eclipse.xtext.xbase_2.23.0.v20200831-0926.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (18.73kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.23.0.v20200831-0723.jar from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (101.74kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.23.0.v20200831-0726.jar from http://download.eclipse.org/releases/2020-09/202009161000/features/ (18.66kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.win32.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (59.53MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.win32.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (13.59MB of 59.53MB at 13.57MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.win32.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (26.64MB of 59.53MB at 13.31MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.win32.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (38.94MB of 59.53MB at 12.97MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.win32.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (51.47MB of 59.53MB at 12.86MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.macosx.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (58.61MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.macosx.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (13.04MB of 58.61MB at 13.01MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.macosx.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (24.62MB of 58.61MB at 12.31MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.macosx.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (34.07MB of 58.61MB at 11.17MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.stripped.macosx.x86_64_14.0.2.v20200722-0546.jar from http://download.eclipse.org/justj/sandbox/jres/14/updates/nightly/N202007220546/plugins/ (47.23MB of 58.61MB at 11.62MB/s) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (12.12kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (29.17kB) [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.product:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.resourceediting:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.resourceediting:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.resourceediting:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.runtime:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.runtime:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.runtime:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.subapptypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.subapptypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.subapptypeeditor:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemconfiguration:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemconfiguration:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemconfiguration:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemmanagement:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemmanagement:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemmanagement:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemmanagement.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemmanagement.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.systemmanagement.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.typemanagement:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.typemanagement:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.typemanagement:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.ui:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.util:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.util:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.util:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.validation:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/.polyglot..META-INF_MANIFEST.MF [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.validation:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/.polyglot..META-INF_MANIFEST.MF [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.validation:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/.polyglot..META-INF_MANIFEST.MF [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.export:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.export:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.export:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.model.commands:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.model.commands:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.model.commands:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.util:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.util:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.test.util:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.comgeneration.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.comgeneration.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.comgeneration.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.export.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.runtime.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.runtime.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.runtime.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.typeeditor.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.typeeditor.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.typeeditor.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Computing target platform for MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.workbench.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.workbench.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/.polyglot.feature.xml.takari_issue_192 [INFO] Resolving class path of MavenProject: org.eclipse.fordiac:org.eclipse.fordiac.ide.workbench.feature:1.13.1-SNAPSHOT @ /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/.polyglot.feature.xml.takari_issue_192 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse 4diac IDE Parent Project [pom] [INFO] plugins [pom] [INFO] Common UI Controls (Incubation) [eclipse-plugin] [INFO] 4diac IDE Model Plug-in [eclipse-plugin] [INFO] System Management (Incubation) [eclipse-plugin] [INFO] Main (Incubation) [eclipse-plugin] [INFO] Commands (Incubation) [eclipse-plugin] [INFO] Utils (Incubation) [eclipse-plugin] [INFO] fordiac Edit Support [eclipse-plugin] [INFO] Model UI (Incubation) [eclipse-plugin] [INFO] Graphical Utilites (Incubation) [eclipse-plugin] [INFO] FB Type Management (Incubation) [eclipse-plugin] [INFO] Application modeling (Incubation) [eclipse-plugin] [INFO] Communication Generation (Incubation) [eclipse-plugin] [INFO] Function Block Type Editor (Incubation) [eclipse-plugin] [INFO] ECC Editor (Incubation) [eclipse-plugin] [INFO] Data Type Editor [eclipse-plugin] [INFO] Deployment (Incubation) [eclipse-plugin] [INFO] Export Utils (Incubation) [eclipse-plugin] [INFO] fbt (Incubation) [eclipse-plugin] [INFO] Structured Text (Incubation) [eclipse-plugin] [INFO] FORTE Export for Lua (Incubation) [eclipse-plugin] [INFO] Resource Editing (Incubation) [eclipse-plugin] [INFO] System Configuration (Incubation) [eclipse-plugin] [INFO] IEC 61499 Deployment (Incubation) [eclipse-plugin] [INFO] Deployment UI (Incubation) [eclipse-plugin] [INFO] Composite FB Network (Incubation) [eclipse-plugin] [INFO] pluginName [eclipse-plugin] [INFO] Compare exported FBs (Incubation) [eclipse-plugin] [INFO] FORTE Export for FORTE V1.0.x New Generation (Incubation) [eclipse-plugin] [INFO] Export UI (Incubation) [eclipse-plugin] [INFO] Runtime (Incubation) [eclipse-plugin] [INFO] FBRT Launcher (Incubation) [eclipse-plugin] [INFO] FB tester (Incubation) [eclipse-plugin] [INFO] Service Sequence Editor (Incubation) [eclipse-plugin] [INFO] Simplefb [eclipse-plugin] [INFO] FMU exporter [eclipse-plugin] [INFO] Forte Launcher (Incubation) [eclipse-plugin] [INFO] Images (Incubation) [eclipse-plugin] [INFO] Metrics [eclipse-plugin] [INFO] fbt UI (Incubation) [eclipse-plugin] [INFO] Structured Text UI (Incubation) [eclipse-plugin] [INFO] Monitoring Model [eclipse-plugin] [INFO] Online Edit (Incubation) [eclipse-plugin] [INFO] System Management UI (Incubation) [eclipse-plugin] [INFO] Validation [eclipse-plugin] [INFO] features [pom] [INFO] Workbench Base [eclipse-feature] [INFO] Communication FB generation [eclipse-feature] [INFO] Subapplication Type Editor (Incubation) [eclipse-plugin] [INFO] Function Block Type Editor [eclipse-feature] [INFO] Deployment [eclipse-feature] [INFO] Export Function Block Types [eclipse-feature] [INFO] Runtime [eclipse-feature] [INFO] org.eclipse.fordiac.ide.product [eclipse-repository] [INFO] org.eclipse.fordiac.ide.test.export [eclipse-test-plugin] [INFO] org.eclipse.fordiac.ide.test.model.commands [eclipse-test-plugin] [INFO] org.eclipse.fordiac.ide.test.util [eclipse-test-plugin] [INFO] tests [pom] [INFO] [INFO] ---------------------< org.eclipse.fordiac:parent >--------------------- [INFO] Building Eclipse 4diac IDE Parent Project 1.13.1-SNAPSHOT [1/59] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/./pom.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/parent/1.13.1-SNAPSHOT/parent-1.13.1-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.fordiac:plugins >--------------------- [INFO] Building plugins 1.13.1-SNAPSHOT [2/59] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ plugins --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ plugins --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/.polyglot.pom.tycho to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/plugins/1.13.1-SNAPSHOT/plugins-1.13.1-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.fordiac:org.eclipse.fordiac.ide.ui >----------- [INFO] Building Common UI Controls (Incubation) 1.13.1-SNAPSHOT [3/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.ui --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/target/org.eclipse.fordiac.ide.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/target/org.eclipse.fordiac.ide.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.ui --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/target/org.eclipse.fordiac.ide.ui-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.ui-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.ui-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.ui-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.ui-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.ui --- [INFO] [INFO] ---------< org.eclipse.fordiac:org.eclipse.fordiac.ide.model >---------- [INFO] Building 4diac IDE Model Plug-in 1.13.1-SNAPSHOT [4/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.model --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.model --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 283 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.model --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/target/org.eclipse.fordiac.ide.model-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.model --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/target/org.eclipse.fordiac.ide.model-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.model --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/target/org.eclipse.fordiac.ide.model-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.model --- [INFO] [INFO] ----< org.eclipse.fordiac:org.eclipse.fordiac.ide.systemmanagement >---- [INFO] Building System Management (Incubation) 1.13.1-SNAPSHOT [5/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.systemmanagement --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.systemmanagement --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.systemmanagement --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/target/org.eclipse.fordiac.ide.systemmanagement-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/target/org.eclipse.fordiac.ide.systemmanagement-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/target/org.eclipse.fordiac.ide.systemmanagement-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemmanagement/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemmanagement-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemmanagement/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemmanagement-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemmanagement/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemmanagement-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemmanagement/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemmanagement-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.systemmanagement --- [INFO] [INFO] ------------< org.eclipse.fordiac:org.eclipse.fordiac.ide >------------- [INFO] Building Main (Incubation) 1.13.1-SNAPSHOT [6/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/target/org.eclipse.fordiac.ide-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/target/org.eclipse.fordiac.ide-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/target/org.eclipse.fordiac.ide-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide --- [INFO] [INFO] -----< org.eclipse.fordiac:org.eclipse.fordiac.ide.model.commands >----- [INFO] Building Commands (Incubation) 1.13.1-SNAPSHOT [7/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.model.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.model.commands --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.model.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.model.commands --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.model.commands --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.model.commands --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.model.commands --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.model.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.model.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/target/org.eclipse.fordiac.ide.model.commands-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.model.commands --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.model.commands --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/target/org.eclipse.fordiac.ide.model.commands-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.model.commands --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/target/org.eclipse.fordiac.ide.model.commands-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.commands/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.commands-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.commands/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.commands-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.commands/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.commands-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.commands/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.commands/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.commands-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.model.commands --- [INFO] [INFO] ----------< org.eclipse.fordiac:org.eclipse.fordiac.ide.util >---------- [INFO] Building Utils (Incubation) 1.13.1-SNAPSHOT [8/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.util --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.util --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.util --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.util --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.util --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.util --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/target/org.eclipse.fordiac.ide.util-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.util --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/target/org.eclipse.fordiac.ide.util-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.util --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/target/org.eclipse.fordiac.ide.util-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.util/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.util-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.util/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.util-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.util/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.util-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.util/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.util/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.util-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.util --- [INFO] [INFO] -------< org.eclipse.fordiac:org.eclipse.fordiac.ide.model.edit >------- [INFO] Building fordiac Edit Support 1.13.1-SNAPSHOT [9/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.model.edit --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.model.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.model.edit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.model.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/target/org.eclipse.fordiac.ide.model.edit-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.model.edit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/target/org.eclipse.fordiac.ide.model.edit-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.model.edit --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/target/org.eclipse.fordiac.ide.model.edit-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.edit/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.edit-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.edit/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.edit-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.edit/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.edit-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.edit/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.edit/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.edit-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.model.edit --- [INFO] [INFO] --------< org.eclipse.fordiac:org.eclipse.fordiac.ide.model.ui >-------- [INFO] Building Model UI (Incubation) 1.13.1-SNAPSHOT [10/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.model.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.model.ui --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.model.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.model.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.model.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.model.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.model.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.model.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.model.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/target/org.eclipse.fordiac.ide.model.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.model.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.model.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/target/org.eclipse.fordiac.ide.model.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.model.ui --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/target/org.eclipse.fordiac.ide.model.ui-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.ui-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.ui-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.ui-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.ui-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.model.ui --- [INFO] [INFO] ----------< org.eclipse.fordiac:org.eclipse.fordiac.ide.gef >----------- [INFO] Building Graphical Utilites (Incubation) 1.13.1-SNAPSHOT [11/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.gef --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.gef --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.gef --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.gef --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.gef --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.gef --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.gef --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/target/org.eclipse.fordiac.ide.gef-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.gef --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.gef --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/target/org.eclipse.fordiac.ide.gef-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.gef --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/target/org.eclipse.fordiac.ide.gef-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.gef/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.gef-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.gef/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.gef-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.gef/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.gef-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.gef/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.gef/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.gef-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.gef --- [INFO] [INFO] -----< org.eclipse.fordiac:org.eclipse.fordiac.ide.typemanagement >----- [INFO] Building FB Type Management (Incubation) 1.13.1-SNAPSHOT [12/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.typemanagement --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.typemanagement --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.typemanagement --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/target/org.eclipse.fordiac.ide.typemanagement-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/target/org.eclipse.fordiac.ide.typemanagement-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/target/org.eclipse.fordiac.ide.typemanagement-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.typemanagement/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.typemanagement-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.typemanagement/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.typemanagement-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.typemanagement/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.typemanagement-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.typemanagement/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.typemanagement/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.typemanagement-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.typemanagement --- [INFO] [INFO] ------< org.eclipse.fordiac:org.eclipse.fordiac.ide.application >------- [INFO] Building Application modeling (Incubation) 1.13.1-SNAPSHOT [13/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.application --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.application --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.application --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.application --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.application --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.application --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 131 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.application --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.application --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.application --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/target/org.eclipse.fordiac.ide.application-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.application --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.application --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/target/org.eclipse.fordiac.ide.application-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.application --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/target/org.eclipse.fordiac.ide.application-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.application/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.application-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.application/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.application-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.application/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.application-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.application/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.application/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.application-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.application --- [INFO] [INFO] -----< org.eclipse.fordiac:org.eclipse.fordiac.ide.comgeneration >------ [INFO] Building Communication Generation (Incubation) 1.13.1-SNAPSHOT [14/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.comgeneration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.comgeneration --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.comgeneration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/target/org.eclipse.fordiac.ide.comgeneration-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/target/org.eclipse.fordiac.ide.comgeneration-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/target/org.eclipse.fordiac.ide.comgeneration-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.comgeneration/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.comgeneration-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.comgeneration/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.comgeneration-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.comgeneration/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.comgeneration-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.comgeneration/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.comgeneration/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.comgeneration-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.comgeneration --- [INFO] [INFO] ------< org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor >------ [INFO] Building Function Block Type Editor (Incubation) 1.13.1-SNAPSHOT [15/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fbtypeeditor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fbtypeeditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fbtypeeditor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/target/org.eclipse.fordiac.ide.fbtypeeditor-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/target/org.eclipse.fordiac.ide.fbtypeeditor-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/target/org.eclipse.fordiac.ide.fbtypeeditor-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fbtypeeditor --- [INFO] [INFO] ----< org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.ecc >---- [INFO] Building ECC Editor (Incubation) 1.13.1-SNAPSHOT [16/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/target/org.eclipse.fordiac.ide.fbtypeeditor.ecc-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/target/org.eclipse.fordiac.ide.fbtypeeditor.ecc-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/target/org.eclipse.fordiac.ide.fbtypeeditor.ecc-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.ecc/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.ecc-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.ecc/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.ecc-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.ecc/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.ecc-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.ecc/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.ecc/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.ecc-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fbtypeeditor.ecc --- [INFO] [INFO] -----< org.eclipse.fordiac:org.eclipse.fordiac.ide.datatypeeditor >----- [INFO] Building Data Type Editor 1.13.1-SNAPSHOT [17/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.datatypeeditor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.datatypeeditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.datatypeeditor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/target/org.eclipse.fordiac.ide.datatypeeditor-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/target/org.eclipse.fordiac.ide.datatypeeditor-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/target/org.eclipse.fordiac.ide.datatypeeditor-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.datatypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.datatypeeditor-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.datatypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.datatypeeditor-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.datatypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.datatypeeditor-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.datatypeeditor/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.datatypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.datatypeeditor-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.datatypeeditor --- [INFO] [INFO] -------< org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment >------- [INFO] Building Deployment (Incubation) 1.13.1-SNAPSHOT [18/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.deployment --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.deployment --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.deployment --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.deployment --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.deployment --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.deployment --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.deployment --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.deployment --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.deployment --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/target/org.eclipse.fordiac.ide.deployment-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.deployment --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.deployment --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/target/org.eclipse.fordiac.ide.deployment-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.deployment --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/target/org.eclipse.fordiac.ide.deployment-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.deployment --- [INFO] [INFO] ---------< org.eclipse.fordiac:org.eclipse.fordiac.ide.export >--------- [INFO] Building Export Utils (Incubation) 1.13.1-SNAPSHOT [19/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.export --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.export --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.export --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.export --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.export --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.export --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.export --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.export --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.export --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/target/org.eclipse.fordiac.ide.export-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.export --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.export --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/target/org.eclipse.fordiac.ide.export-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.export --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/target/org.eclipse.fordiac.ide.export-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.export --- [INFO] [INFO] ----< org.eclipse.fordiac:org.eclipse.fordiac.ide.model.xtext.fbt >----- [INFO] Building fbt (Incubation) 1.13.1-SNAPSHOT [20/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/target/org.eclipse.fordiac.ide.model.xtext.fbt-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/target/org.eclipse.fordiac.ide.model.xtext.fbt-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/target/org.eclipse.fordiac.ide.model.xtext.fbt-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.xtext.fbt/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.xtext.fbt-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.xtext.fbt/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.xtext.fbt-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.xtext.fbt/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.xtext.fbt-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.xtext.fbt/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.xtext.fbt-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.model.xtext.fbt --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.model.structuredtext >-- [INFO] Building Structured Text (Incubation) 1.13.1-SNAPSHOT [21/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.model.structuredtext --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.model.structuredtext --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.model.structuredtext --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/target/org.eclipse.fordiac.ide.model.structuredtext-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/target/org.eclipse.fordiac.ide.model.structuredtext-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/target/org.eclipse.fordiac.ide.model.structuredtext-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.structuredtext/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.structuredtext-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.structuredtext/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.structuredtext-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.structuredtext/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.structuredtext-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.structuredtext/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.structuredtext-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.model.structuredtext --- [INFO] [INFO] ----< org.eclipse.fordiac:org.eclipse.fordiac.ide.export.forte_lua >---- [INFO] Building FORTE Export for Lua (Incubation) 1.13.1-SNAPSHOT [22/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.export.forte_lua --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.export.forte_lua --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.export.forte_lua --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/target/org.eclipse.fordiac.ide.export.forte_lua-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/target/org.eclipse.fordiac.ide.export.forte_lua-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/target/org.eclipse.fordiac.ide.export.forte_lua-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.forte_lua/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.forte_lua-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.forte_lua/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.forte_lua-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.forte_lua/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.forte_lua-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_lua/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.forte_lua/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.forte_lua-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.export.forte_lua --- [INFO] [INFO] ----< org.eclipse.fordiac:org.eclipse.fordiac.ide.resourceediting >----- [INFO] Building Resource Editing (Incubation) 1.13.1-SNAPSHOT [23/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.resourceediting --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.resourceediting --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.resourceediting --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/target/org.eclipse.fordiac.ide.resourceediting-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/target/org.eclipse.fordiac.ide.resourceediting-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/target/org.eclipse.fordiac.ide.resourceediting-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.resourceediting/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.resourceediting-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.resourceediting/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.resourceediting-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.resourceediting/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.resourceediting-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.resourceediting/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.resourceediting/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.resourceediting-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.resourceediting --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.systemconfiguration >--- [INFO] Building System Configuration (Incubation) 1.13.1-SNAPSHOT [24/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.systemconfiguration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.systemconfiguration --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.systemconfiguration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/target/org.eclipse.fordiac.ide.systemconfiguration-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/target/org.eclipse.fordiac.ide.systemconfiguration-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/target/org.eclipse.fordiac.ide.systemconfiguration-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemconfiguration/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemconfiguration-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemconfiguration/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemconfiguration-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemconfiguration/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemconfiguration-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemconfiguration/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemconfiguration/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemconfiguration-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.systemconfiguration --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.iec61499 >--- [INFO] Building IEC 61499 Deployment (Incubation) 1.13.1-SNAPSHOT [25/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/target/org.eclipse.fordiac.ide.deployment.iec61499-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/target/org.eclipse.fordiac.ide.deployment.iec61499-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/target/org.eclipse.fordiac.ide.deployment.iec61499-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.iec61499/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.iec61499-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.iec61499/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.iec61499-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.iec61499/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.iec61499-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.iec61499/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.iec61499/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.iec61499-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.deployment.iec61499 --- [INFO] [INFO] -----< org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.ui >------ [INFO] Building Deployment UI (Incubation) 1.13.1-SNAPSHOT [26/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.deployment.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.deployment.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.deployment.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/target/org.eclipse.fordiac.ide.deployment.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/target/org.eclipse.fordiac.ide.deployment.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/target/org.eclipse.fordiac.ide.deployment.ui-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.ui-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.ui-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.ui-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.deployment.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.ui-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.deployment.ui --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.network >-- [INFO] Building Composite FB Network (Incubation) 1.13.1-SNAPSHOT [27/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/target/org.eclipse.fordiac.ide.fbtypeeditor.network-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/target/org.eclipse.fordiac.ide.fbtypeeditor.network-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/target/org.eclipse.fordiac.ide.fbtypeeditor.network-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.network/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.network-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.network/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.network-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.network/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.network-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.network/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.network/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.network-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fbtypeeditor.network --- [INFO] [INFO] ----------< org.eclipse.fordiac:org.eclipse.fordiac.ide.elk >----------- [INFO] Building pluginName 1.13.1-SNAPSHOT [28/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.elk --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.elk --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.elk --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.elk --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.elk --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.elk --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.elk --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.elk --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.elk --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/target/org.eclipse.fordiac.ide.elk-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.elk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.elk --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/target/org.eclipse.fordiac.ide.elk-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.elk --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/target/org.eclipse.fordiac.ide.elk-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.elk/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.elk-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.elk/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.elk-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.elk/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.elk-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.elk/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.elk/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.elk-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.elk --- [INFO] [INFO] -----< org.eclipse.fordiac:org.eclipse.fordiac.ide.export.compare >----- [INFO] Building Compare exported FBs (Incubation) 1.13.1-SNAPSHOT [29/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.export.compare --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.export.compare --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.export.compare --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.export.compare --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.export.compare --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.export.compare --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.export.compare --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.export.compare --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.export.compare --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/target/org.eclipse.fordiac.ide.export.compare-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.export.compare --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.export.compare --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/target/org.eclipse.fordiac.ide.export.compare-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.export.compare --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/target/org.eclipse.fordiac.ide.export.compare-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.compare/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.compare-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.compare/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.compare-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.compare/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.compare-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.compare/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.compare/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.compare-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.export.compare --- [INFO] [INFO] ----< org.eclipse.fordiac:org.eclipse.fordiac.ide.export.forte_ng >----- [INFO] Building FORTE Export for FORTE V1.0.x New Generation (Incubation) 1.13.1-SNAPSHOT [30/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.export.forte_ng --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.export.forte_ng --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.export.forte_ng --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/target/org.eclipse.fordiac.ide.export.forte_ng-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/target/org.eclipse.fordiac.ide.export.forte_ng-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/target/org.eclipse.fordiac.ide.export.forte_ng-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.forte_ng/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.forte_ng-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.forte_ng/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.forte_ng-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.forte_ng/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.forte_ng-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.forte_ng/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.forte_ng/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.forte_ng-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.export.forte_ng --- [INFO] [INFO] -------< org.eclipse.fordiac:org.eclipse.fordiac.ide.export.ui >-------- [INFO] Building Export UI (Incubation) 1.13.1-SNAPSHOT [31/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.export.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.export.ui --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.export.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.export.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.export.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.export.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.export.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.export.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.export.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/target/org.eclipse.fordiac.ide.export.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.export.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.export.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/target/org.eclipse.fordiac.ide.export.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.export.ui --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/target/org.eclipse.fordiac.ide.export.ui-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.ui-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.ui-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.ui-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.export.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.ui-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.export.ui --- [INFO] [INFO] --------< org.eclipse.fordiac:org.eclipse.fordiac.ide.runtime >--------- [INFO] Building Runtime (Incubation) 1.13.1-SNAPSHOT [32/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.runtime --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.runtime --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.runtime --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.runtime --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.runtime --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/target/org.eclipse.fordiac.ide.runtime-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.runtime --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/target/org.eclipse.fordiac.ide.runtime-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.runtime --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/target/org.eclipse.fordiac.ide.runtime-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.runtime/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.runtime-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.runtime/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.runtime-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.runtime/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.runtime-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.runtime/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.runtime-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.runtime --- [INFO] [INFO] ------< org.eclipse.fordiac:org.eclipse.fordiac.ide.fbrtlauncher >------ [INFO] Building FBRT Launcher (Incubation) 1.13.1-SNAPSHOT [33/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fbrtlauncher --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fbrtlauncher --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fbrtlauncher --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/target/org.eclipse.fordiac.ide.fbrtlauncher-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/target/org.eclipse.fordiac.ide.fbrtlauncher-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/target/org.eclipse.fordiac.ide.fbrtlauncher-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbrtlauncher/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbrtlauncher-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbrtlauncher/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbrtlauncher-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbrtlauncher/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbrtlauncher-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbrtlauncher/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbrtlauncher/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbrtlauncher-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fbrtlauncher --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.fbtester >-- [INFO] Building FB tester (Incubation) 1.13.1-SNAPSHOT [34/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/target/org.eclipse.fordiac.ide.fbtypeeditor.fbtester-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/target/org.eclipse.fordiac.ide.fbtypeeditor.fbtester-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/target/org.eclipse.fordiac.ide.fbtypeeditor.fbtester-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.fbtester-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.fbtester-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.fbtester-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.fbtester/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.fbtester-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fbtypeeditor.fbtester --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.servicesequence >-- [INFO] Building Service Sequence Editor (Incubation) 1.13.1-SNAPSHOT [35/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/target/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/target/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/target/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.servicesequence-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fbtypeeditor.servicesequence --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.fbtypeeditor.simplefb >-- [INFO] Building Simplefb 1.13.1-SNAPSHOT [36/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/target/org.eclipse.fordiac.ide.fbtypeeditor.simplefb-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/target/org.eclipse.fordiac.ide.fbtypeeditor.simplefb-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/target/org.eclipse.fordiac.ide.fbtypeeditor.simplefb-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.simplefb-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.simplefb-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.simplefb-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fbtypeeditor.simplefb/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fbtypeeditor.simplefb-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fbtypeeditor.simplefb --- [INFO] [INFO] ----------< org.eclipse.fordiac:org.eclipse.fordiac.ide.fmu >----------- [INFO] Building FMU exporter 1.13.1-SNAPSHOT [37/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fmu --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fmu --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fmu --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fmu --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fmu --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fmu --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fmu --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fmu --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fmu --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/target/org.eclipse.fordiac.ide.fmu-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fmu --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fmu --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/target/org.eclipse.fordiac.ide.fmu-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fmu --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/target/org.eclipse.fordiac.ide.fmu-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fmu/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fmu-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fmu/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fmu-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fmu/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fmu-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fmu/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fmu/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fmu-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fmu --- [INFO] [INFO] -----< org.eclipse.fordiac:org.eclipse.fordiac.ide.fortelauncher >------ [INFO] Building Forte Launcher (Incubation) 1.13.1-SNAPSHOT [38/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.fortelauncher --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.fortelauncher --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.fortelauncher --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/target/org.eclipse.fordiac.ide.fortelauncher-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/target/org.eclipse.fordiac.ide.fortelauncher-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/target/org.eclipse.fordiac.ide.fortelauncher-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fortelauncher/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fortelauncher-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fortelauncher/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fortelauncher-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fortelauncher/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fortelauncher-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.fortelauncher/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.fortelauncher/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.fortelauncher-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.fortelauncher --- [INFO] [INFO] ---------< org.eclipse.fordiac:org.eclipse.fordiac.ide.images >--------- [INFO] Building Images (Incubation) 1.13.1-SNAPSHOT [39/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.images --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.images --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.images --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.images --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.images --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.images --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.images --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.images --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.images --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/target/org.eclipse.fordiac.ide.images-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.images --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.images --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/target/org.eclipse.fordiac.ide.images-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.images --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/target/org.eclipse.fordiac.ide.images-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.images/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.images-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.images/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.images-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.images/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.images-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.images/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.images/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.images-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.images --- [INFO] [INFO] --------< org.eclipse.fordiac:org.eclipse.fordiac.ide.metrics >--------- [INFO] Building Metrics 1.13.1-SNAPSHOT [40/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.metrics --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.metrics --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.metrics --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.metrics --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.metrics --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.metrics --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.metrics --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.metrics --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.metrics --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/target/org.eclipse.fordiac.ide.metrics-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.metrics --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.metrics --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/target/org.eclipse.fordiac.ide.metrics-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.metrics --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/target/org.eclipse.fordiac.ide.metrics-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.metrics/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.metrics-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.metrics/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.metrics-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.metrics/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.metrics-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.metrics/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.metrics/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.metrics-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.metrics --- [INFO] [INFO] ---< org.eclipse.fordiac:org.eclipse.fordiac.ide.model.xtext.fbt.ui >--- [INFO] Building fbt UI (Incubation) 1.13.1-SNAPSHOT [41/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/target/org.eclipse.fordiac.ide.model.xtext.fbt.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/target/org.eclipse.fordiac.ide.model.xtext.fbt.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/target/org.eclipse.fordiac.ide.model.xtext.fbt.ui-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.xtext.fbt.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.xtext.fbt.ui-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.xtext.fbt.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.xtext.fbt.ui-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.xtext.fbt.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.xtext.fbt.ui-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.xtext.fbt.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.xtext.fbt.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.xtext.fbt.ui-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.model.xtext.fbt.ui --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.model.structuredtext.ui >-- [INFO] Building Structured Text UI (Incubation) 1.13.1-SNAPSHOT [42/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/target/org.eclipse.fordiac.ide.model.structuredtext.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/target/org.eclipse.fordiac.ide.model.structuredtext.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/target/org.eclipse.fordiac.ide.model.structuredtext.ui-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.structuredtext.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.structuredtext.ui-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.structuredtext.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.structuredtext.ui-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.structuredtext.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.structuredtext.ui-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.model.structuredtext.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.model.structuredtext.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.model.structuredtext.ui-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.model.structuredtext.ui --- [INFO] [INFO] -------< org.eclipse.fordiac:org.eclipse.fordiac.ide.monitoring >------- [INFO] Building Monitoring Model 1.13.1-SNAPSHOT [43/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.monitoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.monitoring --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.monitoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.monitoring --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.monitoring --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.monitoring --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.monitoring --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.monitoring --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.monitoring --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/target/org.eclipse.fordiac.ide.monitoring-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.monitoring --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.monitoring --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/target/org.eclipse.fordiac.ide.monitoring-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.monitoring --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/target/org.eclipse.fordiac.ide.monitoring-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.monitoring/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.monitoring-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.monitoring/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.monitoring-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.monitoring/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.monitoring-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.monitoring/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.monitoring/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.monitoring-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.monitoring --- [INFO] [INFO] -------< org.eclipse.fordiac:org.eclipse.fordiac.ide.onlineedit >------- [INFO] Building Online Edit (Incubation) 1.13.1-SNAPSHOT [44/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.onlineedit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.onlineedit --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.onlineedit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/target/org.eclipse.fordiac.ide.onlineedit-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/target/org.eclipse.fordiac.ide.onlineedit-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/target/org.eclipse.fordiac.ide.onlineedit-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.onlineedit/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.onlineedit-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.onlineedit/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.onlineedit-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.onlineedit/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.onlineedit-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.onlineedit/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.onlineedit/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.onlineedit-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.onlineedit --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.systemmanagement.ui >--- [INFO] Building System Management UI (Incubation) 1.13.1-SNAPSHOT [45/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/target/org.eclipse.fordiac.ide.systemmanagement.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/target/org.eclipse.fordiac.ide.systemmanagement.ui-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/target/org.eclipse.fordiac.ide.systemmanagement.ui-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemmanagement.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemmanagement.ui-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemmanagement.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemmanagement.ui-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemmanagement.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemmanagement.ui-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.systemmanagement.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.systemmanagement.ui/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.systemmanagement.ui-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.systemmanagement.ui --- [INFO] [INFO] -------< org.eclipse.fordiac:org.eclipse.fordiac.ide.validation >------- [INFO] Building Validation 1.13.1-SNAPSHOT [46/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.validation --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.validation --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.validation --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.validation --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/target/org.eclipse.fordiac.ide.validation-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.validation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/target/org.eclipse.fordiac.ide.validation-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.validation --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/target/org.eclipse.fordiac.ide.validation-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.validation/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.validation-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.validation/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.validation-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.validation/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.validation-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.validation/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.validation/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.validation-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.validation --- [INFO] [INFO] --------------------< org.eclipse.fordiac:features >-------------------- [INFO] Building features 1.13.1-SNAPSHOT [47/59] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ features --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ features --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/.polyglot.pom.tycho to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/features/1.13.1-SNAPSHOT/features-1.13.1-SNAPSHOT.pom [INFO] [INFO] ---< org.eclipse.fordiac:org.eclipse.fordiac.ide.workbench.feature >---- [INFO] Building Workbench Base 1.13.1-SNAPSHOT [48/59] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-09/202009161000/plugins/ (122kB) [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/target/org.eclipse.fordiac.ide.workbench.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/target/org.eclipse.fordiac.ide.workbench.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/target/org.eclipse.fordiac.ide.workbench.feature-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.workbench.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.workbench.feature-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/.polyglot.feature.xml.takari_issue_192 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.workbench.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.workbench.feature-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.workbench.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.workbench.feature-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.workbench.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.workbench.feature-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.workbench.feature/target/org.eclipse.fordiac.ide.workbench.feature_root-1.13.1.202101220610-root.zip to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.workbench.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.workbench.feature-1.13.1-SNAPSHOT-root.zip [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.workbench.feature --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.comgeneration.feature >-- [INFO] Building Communication FB generation 1.13.1-SNAPSHOT [49/59] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/target/org.eclipse.fordiac.ide.comgeneration.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/target/org.eclipse.fordiac.ide.comgeneration.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/target/org.eclipse.fordiac.ide.comgeneration.feature-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.comgeneration.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.comgeneration.feature-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/.polyglot.feature.xml.takari_issue_192 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.comgeneration.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.comgeneration.feature-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.comgeneration.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.comgeneration.feature-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.comgeneration.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.comgeneration.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.comgeneration.feature-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.comgeneration.feature --- [INFO] [INFO] ----< org.eclipse.fordiac:org.eclipse.fordiac.ide.subapptypeeditor >---- [INFO] Building Subapplication Type Editor (Incubation) 1.13.1-SNAPSHOT [50/59] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.subapptypeeditor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.subapptypeeditor --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.subapptypeeditor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/target/org.eclipse.fordiac.ide.subapptypeeditor-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/target/org.eclipse.fordiac.ide.subapptypeeditor-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/target/org.eclipse.fordiac.ide.subapptypeeditor-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.subapptypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.subapptypeeditor-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/.polyglot..META-INF_MANIFEST.MF to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.subapptypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.subapptypeeditor-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.subapptypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.subapptypeeditor-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.subapptypeeditor/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.subapptypeeditor/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.subapptypeeditor-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.subapptypeeditor --- [INFO] [INFO] ---< org.eclipse.fordiac:org.eclipse.fordiac.ide.typeeditor.feature >--- [INFO] Building Function Block Type Editor 1.13.1-SNAPSHOT [51/59] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/target/org.eclipse.fordiac.ide.typeeditor.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/target/org.eclipse.fordiac.ide.typeeditor.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/target/org.eclipse.fordiac.ide.typeeditor.feature-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.typeeditor.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.typeeditor.feature-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/.polyglot.feature.xml.takari_issue_192 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.typeeditor.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.typeeditor.feature-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.typeeditor.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.typeeditor.feature-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.typeeditor.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.typeeditor.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.typeeditor.feature-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.typeeditor.feature --- [INFO] [INFO] ---< org.eclipse.fordiac:org.eclipse.fordiac.ide.deployment.feature >--- [INFO] Building Deployment 1.13.1-SNAPSHOT [52/59] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/target/org.eclipse.fordiac.ide.deployment.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/target/org.eclipse.fordiac.ide.deployment.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/target/org.eclipse.fordiac.ide.deployment.feature-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.feature-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/.polyglot.feature.xml.takari_issue_192 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.feature-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.feature-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.deployment.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.deployment.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.deployment.feature-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.deployment.feature --- [INFO] [INFO] -----< org.eclipse.fordiac:org.eclipse.fordiac.ide.export.feature >----- [INFO] Building Export Function Block Types 1.13.1-SNAPSHOT [53/59] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.export.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fordiac.ide.export.feature --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.export.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.export.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.export.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.fordiac.ide.export.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/target/org.eclipse.fordiac.ide.export.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.export.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fordiac.ide.export.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.export.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/target/org.eclipse.fordiac.ide.export.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.export.feature --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/target/org.eclipse.fordiac.ide.export.feature-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.feature-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/.polyglot.feature.xml.takari_issue_192 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.feature-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.feature-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.export.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.export.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.export.feature-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.export.feature --- [INFO] [INFO] ----< org.eclipse.fordiac:org.eclipse.fordiac.ide.runtime.feature >----- [INFO] Building Runtime 1.13.1-SNAPSHOT [54/59] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/target/org.eclipse.fordiac.ide.runtime.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/target/org.eclipse.fordiac.ide.runtime.feature-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/target/org.eclipse.fordiac.ide.runtime.feature-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.runtime.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.runtime.feature-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/.polyglot.feature.xml.takari_issue_192 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.runtime.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.runtime.feature-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.runtime.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.runtime.feature-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/features/org.eclipse.fordiac.ide.runtime.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.runtime.feature/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.runtime.feature-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.runtime.feature --- [INFO] [INFO] --------< org.eclipse.fordiac:org.eclipse.fordiac.ide.product >--------- [INFO] Building org.eclipse.fordiac.ide.product 1.13.1-SNAPSHOT [55/59] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.fordiac.ide.product --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.product --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/src/main/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.fordiac.ide.product --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.eclipse.fordiac.ide.product --- [INFO] Building zip: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:2.0.0:materialize-products (materialize-products) @ org.eclipse.fordiac.ide.product --- [INFO] Installing product org.eclipse.fordiac.ide.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/org.eclipse.fordiac.ide.product/linux/gtk/x86_64/4diac-ide Installing org.eclipse.fordiac.ide.product 1.13.1.202101220610. Installing org.eclipse.egit.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.http.apache.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.ssh.apache.feature.group 5.9.0.202009080501-r. Installing org.eclipse.justj.openjdk.hotspot.jre.full.stripped.feature.group 14.0.2.v20200722-0546. Installing org.eclipse.elk.feature.feature.group 0.6.1. Installing org.eclipse.jgit.gpg.bc.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.ssh.jsch.feature.group 5.9.0.202009080501-r. Installing org.eclipse.elk.algorithms.feature.feature.group 0.6.1. Operation completed in 24157 ms. [INFO] Installing product org.eclipse.fordiac.ide.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/org.eclipse.fordiac.ide.product/win32/win32/x86_64/4diac-ide Installing org.eclipse.fordiac.ide.product 1.13.1.202101220610. Installing org.eclipse.egit.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.http.apache.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.ssh.apache.feature.group 5.9.0.202009080501-r. Installing org.eclipse.justj.openjdk.hotspot.jre.full.stripped.feature.group 14.0.2.v20200722-0546. Installing org.eclipse.elk.feature.feature.group 0.6.1. Installing org.eclipse.jgit.gpg.bc.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.ssh.jsch.feature.group 5.9.0.202009080501-r. Installing org.eclipse.elk.algorithms.feature.feature.group 0.6.1. Operation completed in 22653 ms. [INFO] Installing product org.eclipse.fordiac.ide.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/org.eclipse.fordiac.ide.product/macosx/cocoa/x86_64/4diac-ide.app Installing org.eclipse.fordiac.ide.product 1.13.1.202101220610. Installing org.eclipse.egit.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.http.apache.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.ssh.apache.feature.group 5.9.0.202009080501-r. Installing org.eclipse.justj.openjdk.hotspot.jre.full.stripped.feature.group 14.0.2.v20200722-0546. Installing org.eclipse.elk.feature.feature.group 0.6.1. Installing org.eclipse.jgit.gpg.bc.feature.group 5.9.0.202009080501-r. Installing org.eclipse.jgit.ssh.jsch.feature.group 5.9.0.202009080501-r. Installing org.eclipse.elk.algorithms.feature.feature.group 0.6.1. Operation completed in 15652 ms. [INFO] [INFO] --- eclipse-winsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.product --- [INFO] [Fri Jan 22 06:22:15 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/org.eclipse.fordiac.ide.product/win32/win32/x86_64/4diac-ide/4diac-ide.exe' [INFO] [Fri Jan 22 06:22:19 UTC 2021] Signing Windows executable '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/org.eclipse.fordiac.ide.product/win32/win32/x86_64/4diac-ide/eclipsec.exe' [INFO] [INFO] --- eclipse-macsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.product --- [INFO] [Fri Jan 22 06:22:38 UTC 2021] Signing OS X application '/home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/org.eclipse.fordiac.ide.product/macosx/cocoa/x86_64/4diac-ide.app'... [INFO] [INFO] --- tycho-p2-director-plugin:2.0.0:archive-products (archive-products) @ org.eclipse.fordiac.ide.product --- [INFO] Building tar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/4diac-ide-incubation_1.13.1-linux.gtk.x86_64.tar.gz [INFO] Building zip: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/4diac-ide-incubation_1.13.1-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/4diac-ide-incubation_1.13.1-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.1.4:package-dmg (sign) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.product --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT.zip to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/pom.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/extraArtifacts/org.eclipse.fordiac.ide.product.executable.win32.win32.x86_64.zip to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT-org.eclipse.fordiac.ide.product.executable.win32.win32.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/extraArtifacts/org.eclipse.fordiac.ide.product.executable.gtk.linux.x86_64.zip to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT-org.eclipse.fordiac.ide.product.executable.gtk.linux.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/extraArtifacts/org.eclipse.fordiac.ide.product.executable.cocoa.macosx.x86_64.zip to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT-org.eclipse.fordiac.ide.product.executable.cocoa.macosx.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/4diac-ide-incubation_1.13.1-linux.gtk.x86_64.tar.gz to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT-linux.gtk.x86_64.tar.gz [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/4diac-ide-incubation_1.13.1-win32.win32.x86_64.zip to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT-win32.win32.x86_64.zip [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/plugins/org.eclipse.fordiac.ide.product/target/products/4diac-ide-incubation_1.13.1-macosx.cocoa.x86_64.tar.gz to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.product/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.product-1.13.1-SNAPSHOT-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.product --- [INFO] [INFO] ------< org.eclipse.fordiac:org.eclipse.fordiac.ide.test.export >------- [INFO] Building org.eclipse.fordiac.ide.test.export 1.13.1-SNAPSHOT [56/59] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.fordiac.ide.test.export --- [INFO] Deleting /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/xtend-gen (includes = [**/*], excludes = []) [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.test.export --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.test.export --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.test.export --- [INFO] [INFO] --- xtend-maven-plugin:2.21.0:compile (default) @ org.eclipse.fordiac.ide.test.export --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/4diac%20IDE%201.13.x/.repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.test.export --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.test.export --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.test.export --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.test.export --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.test.export --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/org.eclipse.fordiac.ide.test.export-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.test.export --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.fordiac.ide.test.export --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/work/data, -install, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/work, -configuration, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/surefire.properties] Running org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser). log4j:WARN Please initialize the log4j system properly. Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.995 s - in org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest LocatedArrayDeclaration[0: LWORD->DWORD[0..1]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.424 s LocatedArrayDeclaration[1: LWORD->WORD[0..3]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.043 s LocatedArrayDeclaration[2: LWORD->BYTE[0..7]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.018 s LocatedArrayDeclaration[3: LWORD->BOOL[0..63]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.019 s LocatedArrayDeclaration[4: LWORD->DWORD[0..2]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.054 s LocatedArrayDeclaration[5: LWORD->WORD[0..4]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.024 s LocatedArrayDeclaration[6: LWORD->BYTE[0..8]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.023 s LocatedArrayDeclaration[7: LWORD->BOOL[0..64]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.049 s LocatedArrayDeclaration[8: DWORD->WORD[0..1]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.02 s LocatedArrayDeclaration[9: DWORD->BYTE[0..3]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.014 s LocatedArrayDeclaration[10: DWORD->BOOL[0..31]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.014 s LocatedArrayDeclaration[11: DWORD->WORD[0..2]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.013 s LocatedArrayDeclaration[12: DWORD->BYTE[0..4]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.044 s LocatedArrayDeclaration[13: DWORD->BOOL[0..32]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.014 s LocatedArrayDeclaration[14: WORD->BYTE[0..1]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.014 s LocatedArrayDeclaration[15: WORD->BOOL[0..15]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.018 s LocatedArrayDeclaration[16: WORD->BYTE[0..2]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.012 s LocatedArrayDeclaration[17: WORD->BOOL[0..16]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.04 s LocatedArrayDeclaration[18: BYTE->BOOL[0..7]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.011 s LocatedArrayDeclaration[19: BYTE->BOOL[0..8]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.011 s LocatedArrayDeclaration[20: LINT->BOOL[0..8]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.011 s LocatedArrayDeclaration[21: DINT->BOOL[0..8]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.011 s LocatedArrayDeclaration[22: INT->BOOL[0..8]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.01 s LocatedArrayDeclaration[23: SINT->BOOL[0..8]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.011 s LocatedArrayDeclaration[24: REAL->BOOL[0..8]](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayDeclarationTest) Time elapsed: 0.038 s Running org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s - in org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest datetimeExpression[0: TIME#1m->CIEC_TIME("T#1m")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.078 s datetimeExpression[1: T#14ms->CIEC_TIME("T#14ms")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.006 s datetimeExpression[2: T#-14ms->CIEC_TIME("T#-14ms")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[3: LT#14.7s->CIEC_TIME("LT#14s700ms")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.006 s datetimeExpression[4: T#14.7m->CIEC_TIME("T#14m42s")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[5: T#14.7h->CIEC_TIME("T#14h42m")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[6: t#14.7d->CIEC_TIME("T#14d16h48m")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.006 s datetimeExpression[7: t#25h15m->CIEC_TIME("T#25h15m")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[8: lt#5d14h12m18s3.5ms->CIEC_TIME("LT#5d14h12m18s3ms500us")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[9: t#12h4m34ms230us400ns->CIEC_TIME("T#12h4m34ms230us400ns")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.006 s datetimeExpression[10: TIME#14ms->CIEC_TIME("T#14ms")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[11: TIME#-14ms->CIEC_TIME("T#-14ms")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[12: time#14.7s->CIEC_TIME("T#14s700ms")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[13: t#25h_15m->CIEC_TIME("T#25h15m")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.035 s datetimeExpression[14: t#5d_14h_12m_18s_3.5ms->CIEC_TIME("T#5d14h12m18s3ms500us")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[15: LTIME#5m_30s_500ms_100.1us->CIEC_TIME("LT#5m30s500ms100us100ns")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.006 s datetimeExpression[16: TIME#25h_15m->CIEC_TIME("T#25h15m")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[17: ltime#5d_14h_12m_18s_3.5ms->CIEC_TIME("LT#5d14h12m18s3ms500us")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.006 s datetimeExpression[18: LTIME#34s_345ns->CIEC_TIME("LT#34s345ns")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[19: D#1996-08-12->CIEC_DATE("D#1996-08-12")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[20: TOD#06:06:5->CIEC_TIME_OF_DAY("TOD#06:06:05")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[21: DT#1989-06-15-13:56:14.77->CIEC_DATE_AND_TIME("DT#1989-06-15-13:56:14.770000000")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[22: DATE#1984-06-25->CIEC_DATE("D#1984-06-25")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.055 s datetimeExpression[23: date#2010-09-22->CIEC_DATE("D#2010-09-22")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[24: D#1984-06-25->CIEC_DATE("D#1984-06-25")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[25: LDATE#2012-02-29->CIEC_DATE("LD#2012-02-29")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[26: LD#1984-06-25->CIEC_DATE("LD#1984-06-25")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[27: TIME_OF_DAY#15:36:55.36->CIEC_TIME_OF_DAY("TOD#15:36:55.360000000")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.006 s datetimeExpression[28: TOD#15:36:55.36->CIEC_TIME_OF_DAY("TOD#15:36:55.360000000")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[29: LTOD#15:36:55.36->CIEC_TIME_OF_DAY("LTOD#15:36:55.360000000")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[30: LTIME_OF_DAY#15:36:55.36->CIEC_TIME_OF_DAY("LTOD#15:36:55.360000000")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[31: DATE_AND_TIME#1984-06-25-15:36:55.360227400->CIEC_DATE_AND_TIME("DT#1984-06-25-15:36:55.360227400")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[32: DT#1984-06-25-15:36:55.360_227_400->CIEC_DATE_AND_TIME("DT#1984-06-25-15:36:55.360227400")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[33: LDATE_AND_TIME#1984-06-25-15:36:55.360_227_400->CIEC_DATE_AND_TIME("LDT#1984-06-25-15:36:55.360227400")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[34: LDT#1984-06-25-15:36:55.360_227_400->CIEC_DATE_AND_TIME("LDT#1984-06-25-15:36:55.360227400")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[35: LDT#1984-06-25-15:36:55.360_227_400_123->](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[36: D#1996-13-12->](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[37: TOD#24:06:5->](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[38: DT#1989-06-31-13:56:14.77->](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.028 s datetimeExpression[39: TIME#61m->CIEC_TIME("T#61m")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[40: TIME#1h61m->](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[41: TIME#61d->CIEC_TIME("T#61d")](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.004 s datetimeExpression[42: TIME#1d24h->](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.005 s datetimeExpression[43: T#1m52->](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.007 s datetimeExpression[44: DWORD#1m52->](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgDateTimeExpressionTest) Time elapsed: 0.002 s Running org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgBasicFBTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgBasicFBTest exportValidBasicFB(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgBasicFBTest) Time elapsed: 0.055 s Running org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgCaseStatementTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgCaseStatementTest validCaseStatementWithIfInside(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgCaseStatementTest) Time elapsed: 0.055 s invalidCaseStatementNoEnd(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgCaseStatementTest) Time elapsed: 0.046 s validCaseStatement(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgCaseStatementTest) Time elapsed: 0.016 s validCaseStatementWithElse(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgCaseStatementTest) Time elapsed: 0.011 s validCaseStatementWithList(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgCaseStatementTest) Time elapsed: 0.01 s Running org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 s - in org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest locatedArrayAtAccess[0: DWORD.0=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.06 s locatedArrayAtAccess[1: DWORD.0=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.009 s locatedArrayAtAccess[2: DWORD.32=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[3: DWORD.%X0=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[4: DWORD.%X0=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[5: DWORD.%X32=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[6: DWORD.0=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.036 s locatedArrayAtAccess[7: DWORD.0=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.009 s locatedArrayAtAccess[8: DWORD.32=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.009 s locatedArrayAtAccess[9: DWORD.%X0=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[10: DWORD.%X0=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[11: DWORD.%X32=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[12: DWORD.%B0=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[13: DWORD.%B2=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[14: DWORD.%B4=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[15: DWORD.%W0=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.039 s locatedArrayAtAccess[16: DWORD.%W2=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[17: LWORD.0=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[18: LWORD.0=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[19: LWORD.64=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[20: LWORD.%X0=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[21: LWORD.%X0=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[22: LWORD.%X64=true](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[23: LWORD.0=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[24: LWORD.0=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.038 s locatedArrayAtAccess[25: LWORD.64=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.009 s locatedArrayAtAccess[26: LWORD.%X0=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[27: LWORD.%X0=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[28: LWORD.%X64=false](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.006 s locatedArrayAtAccess[29: LWORD.%B0=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.006 s locatedArrayAtAccess[30: LWORD.%B2=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[31: LWORD.%B8=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s locatedArrayAtAccess[32: LWORD.%W0=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.006 s locatedArrayAtAccess[33: LWORD.%W4=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.035 s locatedArrayAtAccess[34: LWORD.%D0=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.008 s locatedArrayAtAccess[35: LWORD.%D2=42](org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgAtArrayAccessTest) Time elapsed: 0.007 s Running org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest powerExpression(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.022 s otherAlgorithmBasic(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.002 s addExpression(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.005 s subExpression(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.005 s timeAssignmentAlgorithm(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.006 s emptyExpression(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.002 s mulExpression(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.005 s assignmentExpression(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.017 s divExpression(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.005 s functionSQRTExpression(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.009 s simpleAssignmentAlgorithm(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.005 s todAssignmentAlgorithm(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.006 s datetimeAssignmentAlgorithm(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.005 s dateAssignmentAlgorithm(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgTest) Time elapsed: 0.005 s Running org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgForLoopTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgForLoopTest validForLoop(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgForLoopTest) Time elapsed: 0.028 s validForLoopWithBy(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgForLoopTest) Time elapsed: 0.008 s Running org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest generatedDWORDArrayDeclarationNotIncrementing(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.032 s generatedRelocatedDINTincorrectTypes(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.008 s generatedDWORDArrayDeclarationAtDWORD(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.008 s generatedRelocatedDWORD(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.007 s generatedDWORDLocatedArrayDeclarationWithInitializer(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.03 s generatedDWORDArrayDeclarationStartNot0(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.005 s generatedRelocatedDINT(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.006 s generatedDWORDArrayDeclaration(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.005 s generatedDWORDArrayDeclarationWithInitializer(org.eclipse.fordiac.ide.test.export.forte_ng.ForteNgArrayTest) Time elapsed: 0.006 s Running org.eclipse.fordiac.ide.test.export.lua.ForteLuaAdapterFBTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.fordiac.ide.test.export.lua.ForteLuaAdapterFBTest exportValidBasicFB(org.eclipse.fordiac.ide.test.export.lua.ForteLuaAdapterFBTest) Time elapsed: 0.02 s Running org.eclipse.fordiac.ide.test.export.lua.ForteLuaBasicFBTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.fordiac.ide.test.export.lua.ForteLuaBasicFBTest exportValidBasicFB(org.eclipse.fordiac.ide.test.export.lua.ForteLuaBasicFBTest) Time elapsed: 0.049 s Running org.eclipse.fordiac.ide.test.export.lua.ForteLuaCompositeFBTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.fordiac.ide.test.export.lua.ForteLuaCompositeFBTest exportValidBasicFB(org.eclipse.fordiac.ide.test.export.lua.ForteLuaCompositeFBTest) Time elapsed: 0.013 s Results: Tests run: 140, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.test.export --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/org.eclipse.fordiac.ide.test.export-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.test.export --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/org.eclipse.fordiac.ide.test.export-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.export/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.export-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/pom.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.export/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.export-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.export/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.export-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.export/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.export/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.export-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.test.export --- [INFO] [INFO] --< org.eclipse.fordiac:org.eclipse.fordiac.ide.test.model.commands >--- [INFO] Building org.eclipse.fordiac.ide.test.model.commands 1.13.1-SNAPSHOT [57/59] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.test.model.commands --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.test.model.commands --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.test.model.commands --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/org.eclipse.fordiac.ide.test.model.commands-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/work/data, -install, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/work, -configuration, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/surefire.properties] Running org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0.039 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0.01 s testCommand[2: Start from default values : Execute until Command 1: Change Author](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Change Author, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Change Author, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Change Author to null](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Change Author to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Change Author to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[9: Start from set values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0.001 s testCommand[10: Start from set values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[11: Start from set values : Execute until Command 1: Change Author](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[12: Start from set values : Execute until Command 1: Change Author, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0.001 s testCommand[13: Start from set values : Execute until Command 1: Change Author, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[14: Start from set values : Execute until Command 2: Change Author to null](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s testCommand[15: Start from set values : Execute until Command 2: Change Author to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0.001 s testCommand[16: Start from set values : Execute until Command 2: Change Author to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0.001 s testCommand[17: Start from set values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeAuthorCommandTest) Time elapsed: 0 s Running org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest testCommand[0: Toggling Attribute : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0.006 s testCommand[1: Toggling Attribute : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0.084 s testCommand[2: Toggling Attribute : Execute until Command 1: Unfold](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0 s testCommand[3: Toggling Attribute : Execute until Command 1: Unfold, run Undo](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0.003 s testCommand[4: Toggling Attribute : Execute until Command 1: Unfold, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0.001 s testCommand[5: Toggling Attribute : Execute until Command 2: Fold](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0 s testCommand[6: Toggling Attribute : Execute until Command 2: Fold, run Undo](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0.001 s testCommand[7: Toggling Attribute : Execute until Command 2: Fold, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0 s testCommand[8: Toggling Attribute : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ToggleSubappRepresentationTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.01 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.009 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.022 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Change comment](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Change comment, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Change comment, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Change comment](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Change comment, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Change comment, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCommentCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.003 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Change Classification](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Change Classification, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Change Classification, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Change Classification to null](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Change Classification to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Change Classification to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeClassificationCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Change Remarks](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Change Remarks, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Change Remarks, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Change Remarks to null](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Change Remarks to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Change Remarks to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[9: Start from set values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0.001 s testCommand[10: Start from set values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[11: Start from set values : Execute until Command 1: Change Remarks](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[12: Start from set values : Execute until Command 1: Change Remarks, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[13: Start from set values : Execute until Command 1: Change Remarks, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[14: Start from set values : Execute until Command 2: Change Remarks to null](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[15: Start from set values : Execute until Command 2: Change Remarks to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0.001 s testCommand[16: Start from set values : Execute until Command 2: Change Remarks to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0 s testCommand[17: Start from set values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeRemarksCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Change Standard](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Change Standard, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Change Standard, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute until Command 3: Change Standard to null](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Change Standard to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Change Standard to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeStandardCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Change Application domain](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Change Application domain, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Change Application domain, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Change Application domain to null](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Change Application domain to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Change Application domain to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeApplicationDomainCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Change Version](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Change Version, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Change Version, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Change Version to null](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Change Version to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Change Version to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[9: Start from set values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[10: Start from set values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[11: Start from set values : Execute until Command 1: Change Version](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0.001 s testCommand[12: Start from set values : Execute until Command 1: Change Version, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[13: Start from set values : Execute until Command 1: Change Version, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[14: Start from set values : Execute until Command 2: Change Version to null](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s testCommand[15: Start from set values : Execute until Command 2: Change Version to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0.001 s testCommand[16: Start from set values : Execute until Command 2: Change Version to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0.001 s testCommand[17: Start from set values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeVersionCommandTest) Time elapsed: 0 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[2: Start from default values : Execute until Command 1: Change Date](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0.001 s testCommand[3: Start from default values : Execute until Command 1: Change Date, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Change Date, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Change Date to null](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Change Date to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Change Date to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0.001 s testCommand[9: Start from set values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[10: Start from set values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[11: Start from set values : Execute until Command 1: Change Date](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0.001 s testCommand[12: Start from set values : Execute until Command 1: Change Date, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[13: Start from set values : Execute until Command 1: Change Date, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[14: Start from set values : Execute until Command 2: Change Date to null](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s testCommand[15: Start from set values : Execute until Command 2: Change Date to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0.001 s testCommand[16: Start from set values : Execute until Command 2: Change Date to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0.001 s testCommand[17: Start from set values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDateCommandTest) Time elapsed: 0 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0.001 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Change Identification Type](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Change Identification Type, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Change Identification Type, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Change Identification Type to null](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0 s testCommand[9: Start from default values : Execute until Command 3: Change Identification Type to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0 s testCommand[10: Start from default values : Execute until Command 3: Change Identification Type to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeIdentificationTypeCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Change Description](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Change Description, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Change Description, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute until Command 3: Change Description](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Change Description, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Change Description, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeDescriptionCommandTest) Time elapsed: 0.002 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Change Function](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Change Function, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Change Function, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Change Function](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0 s testCommand[9: Start from default values : Execute until Command 3: Change Function, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0 s testCommand[10: Start from default values : Execute until Command 3: Change Function, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeFunctionCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.008 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Add Compiler Info to Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Add Compiler Info to Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Add Compiler Info to Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Add second Compiler Info to Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[9: Start from default values : Execute until Command 3: Add second Compiler Info to Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[10: Start from default values : Execute until Command 3: Add second Compiler Info to Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute until Command 4: Delete first Compiler Info from Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[12: Start from default values : Execute until Command 4: Delete first Compiler Info from Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[13: Start from default values : Execute until Command 4: Delete first Compiler Info from Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[14: Start from default values : Execute until Command 5: Change CompilerInfo Header on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[15: Start from default values : Execute until Command 5: Change CompilerInfo Header on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[16: Start from default values : Execute until Command 5: Change CompilerInfo Header on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[17: Start from default values : Execute until Command 6: Change CompilerInfo Classdef on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[18: Start from default values : Execute until Command 6: Change CompilerInfo Classdef on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0 s testCommand[19: Start from default values : Execute until Command 6: Change CompilerInfo Classdef on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.031 s testCommand[20: Start from default values : Execute until Command 7: Change Compiler Language on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[21: Start from default values : Execute until Command 7: Change Compiler Language on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[22: Start from default values : Execute until Command 7: Change Compiler Language on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[23: Start from default values : Execute until Command 8: Change Compiler Vendor on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[24: Start from default values : Execute until Command 8: Change Compiler Vendor on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[25: Start from default values : Execute until Command 8: Change Compiler Vendor on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[26: Start from default values : Execute until Command 9: Change Compiler Product on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[27: Start from default values : Execute until Command 9: Change Compiler Product on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[28: Start from default values : Execute until Command 9: Change Compiler Product on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[29: Start from default values : Execute until Command 10: Change Compiler Version on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[30: Start from default values : Execute until Command 10: Change Compiler Version on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[31: Start from default values : Execute until Command 10: Change Compiler Version on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[32: Start from default values : Execute until Command 11: Add another Compiler Info to Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[33: Start from default values : Execute until Command 11: Add another Compiler Info to Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[34: Start from default values : Execute until Command 11: Add another Compiler Info to Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[35: Start from default values : Execute until Command 12: Delete first Compiler Info from Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[36: Start from default values : Execute until Command 12: Delete first Compiler Info from Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[37: Start from default values : Execute until Command 12: Delete first Compiler Info from Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[38: Start from default values : Execute until Command 13: Change CompilerInfo Header to NULL on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[39: Start from default values : Execute until Command 13: Change CompilerInfo Header to NULL on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[40: Start from default values : Execute until Command 13: Change CompilerInfo Header to NULL on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[41: Start from default values : Execute until Command 14: Change CompilerInfo Classdef to NULL on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[42: Start from default values : Execute until Command 14: Change CompilerInfo Classdef to NULL on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[43: Start from default values : Execute until Command 14: Change CompilerInfo Classdef to NULL on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[44: Start from default values : Execute until Command 15: Change Compiler Vendor to NULL on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[45: Start from default values : Execute until Command 15: Change Compiler Vendor to NULL on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[46: Start from default values : Execute until Command 15: Change Compiler Vendor to NULL on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[47: Start from default values : Execute until Command 16: Change Compiler Product to NULL on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[48: Start from default values : Execute until Command 16: Change Compiler Product to NULL on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[49: Start from default values : Execute until Command 16: Change Compiler Product to NULL on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[50: Start from default values : Execute until Command 17: Change Compiler Version to NULL on Functionblock](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.001 s testCommand[51: Start from default values : Execute until Command 17: Change Compiler Version to NULL on Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[52: Start from default values : Execute until Command 17: Change Compiler Version to NULL on Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.002 s testCommand[53: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeCompilerCommandTest) Time elapsed: 0.003 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Change Organization](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Change Organization, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Change Organization, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Change Organization to null](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Change Organization to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Change Organization to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[9: Start from set values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[10: Start from set values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[11: Start from set values : Execute until Command 1: Change Organization](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0.001 s testCommand[12: Start from set values : Execute until Command 1: Change Organization, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[13: Start from set values : Execute until Command 1: Change Organization, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[14: Start from set values : Execute until Command 2: Change Organization to null](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[15: Start from set values : Execute until Command 2: Change Organization to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0.001 s testCommand[16: Start from set values : Execute until Command 2: Change Organization to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s testCommand[17: Start from set values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeOrganizationCommandTest) Time elapsed: 0 s Running org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0.002 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Change Value](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Change Value, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Change Value, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Change Value to null](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Change Value to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Change Value to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[9: Start from set values : Verify initial State](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[10: Start from set values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[11: Start from set values : Execute until Command 1: Change Value](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[12: Start from set values : Execute until Command 1: Change Value, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[13: Start from set values : Execute until Command 1: Change Value, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0.001 s testCommand[14: Start from set values : Execute until Command 2: Change Value to null](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[15: Start from set values : Execute until Command 2: Change Value to null, run Undo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0.001 s testCommand[16: Start from set values : Execute until Command 2: Change Value to null, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s testCommand[17: Start from set values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.change.ChangeValueCommandTest) Time elapsed: 0 s Running org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest testCommand[0: Autofilled Command : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[1: Autofilled Command : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.044 s testCommand[2: Autofilled Command : Execute until Command 1: Create first default member var](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[3: Autofilled Command : Execute until Command 1: Create first default member var, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[4: Autofilled Command : Execute until Command 1: Create first default member var, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[5: Autofilled Command : Execute until Command 2: Create second default member var](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[6: Autofilled Command : Execute until Command 2: Create second default member var, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[7: Autofilled Command : Execute until Command 2: Create second default member var, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[8: Autofilled Command : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[9: Configured Command : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[10: Configured Command : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.002 s testCommand[11: Configured Command : Execute until Command 1: Create first configured member var](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[12: Configured Command : Execute until Command 1: Create first configured member var, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[13: Configured Command : Execute until Command 1: Create first configured member var, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[14: Configured Command : Execute until Command 2: Create second configured member var with same name](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[15: Configured Command : Execute until Command 2: Create second configured member var with same name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[16: Configured Command : Execute until Command 2: Create second configured member var with same name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[17: Configured Command : Execute until Command 3: Create first configured member var at pos 0](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[18: Configured Command : Execute until Command 3: Create first configured member var at pos 0, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0 s testCommand[19: Configured Command : Execute until Command 3: Create first configured member var at pos 0, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[20: Configured Command : Execute until Command 4: Create first configured member struct at pos 0](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[21: Configured Command : Execute until Command 4: Create first configured member struct at pos 0, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[22: Configured Command : Execute until Command 4: Create first configured member struct at pos 0, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[23: Configured Command : Execute until Command 5: Create first configured member var in the middle](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[24: Configured Command : Execute until Command 5: Create first configured member var in the middle, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[25: Configured Command : Execute until Command 5: Create first configured member var in the middle, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[26: Configured Command : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.CreateMemberVariableCommandTest) Time elapsed: 0.002 s Running org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.001 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.004 s testCommand[2: Start from default values : Execute until Command 1: Add Event Output without name](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.001 s testCommand[3: Start from default values : Execute until Command 1: Add Event Output without name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Add Event Output without name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Add Event Output with name "MyOutput"](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Add Event Output with name "MyOutput", run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Add Event Output with name "MyOutput", run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Add Event Output with null as name](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0 s testCommand[9: Start from default values : Execute until Command 3: Add Event Output with null as name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0 s testCommand[10: Start from default values : Execute until Command 3: Add Event Output with null as name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventOutputsTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Add Output without name](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.029 s testCommand[3: Start from default values : Execute until Command 1: Add Output without name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Add Output without name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Add Output with name "MyOutput"](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Add Output with name "MyOutput", run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Add Output with name "MyOutput", run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Add Output with null as name](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Add Output with null as name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Add Output with null as name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandOutputsTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.781 s - in org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest testCommand[0: Starting from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.012 s testCommand[1: Starting from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.059 s testCommand[2: Starting from default values : Execute until Command 1: Add inner struct's variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.001 s testCommand[3: Starting from default values : Execute until Command 1: Add inner struct's variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.002 s testCommand[4: Starting from default values : Execute until Command 1: Add inner struct's variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.003 s testCommand[5: Starting from default values : Execute until Command 2: Delete inner struct's variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.002 s testCommand[6: Starting from default values : Execute until Command 2: Delete inner struct's variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.004 s testCommand[7: Starting from default values : Execute until Command 2: Delete inner struct's variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.004 s testCommand[8: Starting from default values : Execute until Command 3: Delete first variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.003 s testCommand[9: Starting from default values : Execute until Command 3: Delete first variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.004 s testCommand[10: Starting from default values : Execute until Command 3: Delete first variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.004 s testCommand[11: Starting from default values : Execute until Command 4: Delete second variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.004 s testCommand[12: Starting from default values : Execute until Command 4: Delete second variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.005 s testCommand[13: Starting from default values : Execute until Command 4: Delete second variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.005 s testCommand[14: Starting from default values : Execute until Command 5: Add first variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.004 s testCommand[15: Starting from default values : Execute until Command 5: Add first variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.005 s testCommand[16: Starting from default values : Execute until Command 5: Add first variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.035 s testCommand[17: Starting from default values : Execute until Command 6: Add second variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.005 s testCommand[18: Starting from default values : Execute until Command 6: Add second variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.005 s testCommand[19: Starting from default values : Execute until Command 6: Add second variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.006 s testCommand[20: Starting from default values : Execute until Command 7: Add first inner struct's variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.006 s testCommand[21: Starting from default values : Execute until Command 7: Add first inner struct's variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.006 s testCommand[22: Starting from default values : Execute until Command 7: Add first inner struct's variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.007 s testCommand[23: Starting from default values : Execute until Command 8: Add second inner struct's variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.006 s testCommand[24: Starting from default values : Execute until Command 8: Add second inner struct's variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.006 s testCommand[25: Starting from default values : Execute until Command 8: Add second inner struct's variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.007 s testCommand[26: Starting from default values : Execute until Command 9: Delete inner struct's variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.007 s testCommand[27: Starting from default values : Execute until Command 9: Delete inner struct's variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.007 s testCommand[28: Starting from default values : Execute until Command 9: Delete inner struct's variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.008 s testCommand[29: Starting from default values : Execute until Command 10: Delete inner struct's variable](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.026 s testCommand[30: Starting from default values : Execute until Command 10: Delete inner struct's variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.007 s testCommand[31: Starting from default values : Execute until Command 10: Delete inner struct's variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.009 s testCommand[32: Starting from default values : Execute until Command 11: Delete all: 1](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.008 s testCommand[33: Starting from default values : Execute until Command 11: Delete all: 1, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.008 s testCommand[34: Starting from default values : Execute until Command 11: Delete all: 1, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.009 s testCommand[35: Starting from default values : Execute until Command 12: Delete all: 2](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.008 s testCommand[36: Starting from default values : Execute until Command 12: Delete all: 2, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.009 s testCommand[37: Starting from default values : Execute until Command 12: Delete all: 2, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.013 s testCommand[38: Starting from default values : Execute until Command 13: Delete all: 3](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.025 s testCommand[39: Starting from default values : Execute until Command 13: Delete all: 3, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.018 s testCommand[40: Starting from default values : Execute until Command 13: Delete all: 3, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.011 s testCommand[41: Starting from default values : Execute until Command 14: Delete all: 4](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.01 s testCommand[42: Starting from default values : Execute until Command 14: Delete all: 4, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.01 s testCommand[43: Starting from default values : Execute until Command 14: Delete all: 4, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.01 s testCommand[44: Starting from default values : Execute until Command 15: Delete all: 5](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.011 s testCommand[45: Starting from default values : Execute until Command 15: Delete all: 5, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.01 s testCommand[46: Starting from default values : Execute until Command 15: Delete all: 5, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.01 s testCommand[47: Starting from default values : Execute until Command 16: Delete all: 6](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.015 s testCommand[48: Starting from default values : Execute until Command 16: Delete all: 6, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.011 s testCommand[49: Starting from default values : Execute until Command 16: Delete all: 6, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.013 s testCommand[50: Starting from default values : Execute until Command 17: Delete all: innerstruct1](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.012 s testCommand[51: Starting from default values : Execute until Command 17: Delete all: innerstruct1, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.011 s testCommand[52: Starting from default values : Execute until Command 17: Delete all: innerstruct1, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.012 s testCommand[53: Starting from default values : Execute until Command 18: Delete all: innerstruct2](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.012 s testCommand[54: Starting from default values : Execute until Command 18: Delete all: innerstruct2, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.02 s testCommand[55: Starting from default values : Execute until Command 18: Delete all: innerstruct2, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.013 s testCommand[56: Starting from default values : Execute until Command 19: Add variable from empty](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.012 s testCommand[57: Starting from default values : Execute until Command 19: Add variable from empty, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.012 s testCommand[58: Starting from default values : Execute until Command 19: Add variable from empty, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.013 s testCommand[59: Starting from default values : Execute until Command 20: Delete all: 1](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.013 s testCommand[60: Starting from default values : Execute until Command 20: Delete all: 1, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.014 s testCommand[61: Starting from default values : Execute until Command 20: Delete all: 1, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.013 s testCommand[62: Starting from default values : Execute until Command 21: Add struct-type variable from empty](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.027 s testCommand[63: Starting from default values : Execute until Command 21: Add struct-type variable from empty, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.023 s testCommand[64: Starting from default values : Execute until Command 21: Add struct-type variable from empty, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.012 s testCommand[65: Starting from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.AddDeleteDemuxPortCommandTest) Time elapsed: 0.041 s Running org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest) Time elapsed: 0 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.FBCreateCommandTest) Time elapsed: 0 s Running org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.001 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.002 s testCommand[2: Start from default values : Execute until Command 1: Add an internal variable](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add an internal variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Add an internal variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Add a second internal variable](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Add a second internal variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Add a second internal variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute until Command 3: Add a third internal variable](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Add a third internal variable, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Add a third internal variable, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInternalVariableCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0.004 s testCommand[2: Start from default values : Execute until Command 1: Add Functionblock](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0.034 s testCommand[3: Start from default values : Execute until Command 1: Add Functionblock, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Add Functionblock, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Add VersionInfo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0.001 s testCommand[6: Start from default values : Execute until Command 2: Add VersionInfo, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Add VersionInfo, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute until Command 3: Add second VersionInfo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0 s testCommand[9: Start from default values : Execute until Command 3: Add second VersionInfo, run Undo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Add second VersionInfo, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.AddNewVersionInfoCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0.001 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Add Input without name](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add Input without name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Add Input without name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Add Input with name "MyInput"](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Add Input with name "MyInput", run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Add Input with name "MyInput", run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0.001 s testCommand[8: Start from default values : Execute until Command 3: Add Input with null as name](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0 s testCommand[9: Start from default values : Execute until Command 3: Add Input with null as name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Add Input with null as name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandInputsTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Add Event Input without name](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0.001 s testCommand[3: Start from default values : Execute until Command 1: Add Event Input without name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0 s testCommand[4: Start from default values : Execute until Command 1: Add Event Input without name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0.001 s testCommand[5: Start from default values : Execute until Command 2: Add Event Input with name "MyInput"](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Add Event Input with name "MyInput", run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Add Event Input with name "MyInput", run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute until Command 3: Add Event Input with null as name](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Add Event Input with null as name, run Undo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Add Event Input with null as name, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.create.CreateInterfaceElementCommandEventInputTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest testCommand[0: Autofilled Command : Verify initial State](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[1: Autofilled Command : Execute all Commands](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[2: Autofilled Command : Execute until Command 1: Delete first member var](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[3: Autofilled Command : Execute until Command 1: Delete first member var, run Undo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[4: Autofilled Command : Execute until Command 1: Delete first member var, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[5: Autofilled Command : Execute until Command 2: Delete middle member var](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[6: Autofilled Command : Execute until Command 2: Delete middle member var, run Undo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[7: Autofilled Command : Execute until Command 2: Delete middle member var, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[8: Autofilled Command : Execute until Command 3: Delete last member var](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[9: Autofilled Command : Execute until Command 3: Delete last member var, run Undo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[10: Autofilled Command : Execute until Command 3: Delete last member var, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0.001 s testCommand[11: Autofilled Command : Execute until Command 4: Delete member struct](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[12: Autofilled Command : Execute until Command 4: Delete member struct, run Undo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[13: Autofilled Command : Execute until Command 4: Delete member struct, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0 s testCommand[14: Autofilled Command : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.delete.DeleteMemberVariableCommandTest) Time elapsed: 0.001 s Running org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0.001 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0.003 s testCommand[2: Start from default values : Execute until Command 1: Add a ST algorithm](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Add a ST algorithm, run Undo](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Add a ST algorithm, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Add a second ST algorithm at index 0](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Add a second ST algorithm at index 0, run Undo](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0 s testCommand[7: Start from default values : Execute until Command 2: Add a second ST algorithm at index 0, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute until Command 3: Add a third ST algorithm at end of list](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Add a third ST algorithm at end of list, run Undo](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0.001 s testCommand[10: Start from default values : Execute until Command 3: Add a third ST algorithm at end of list, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0 s testCommand[11: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertAlgorithmCommandTest) Time elapsed: 0 s Running org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest testCommand[0: Start from default values : Verify initial State](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0 s testCommand[1: Start from default values : Execute all Commands](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0.001 s testCommand[2: Start from default values : Execute until Command 1: Insert an internal variable into an empty list](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0 s testCommand[3: Start from default values : Execute until Command 1: Insert an internal variable into an empty list, run Undo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0.001 s testCommand[4: Start from default values : Execute until Command 1: Insert an internal variable into an empty list, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0 s testCommand[5: Start from default values : Execute until Command 2: Insert an internal variable at the beginning of the list](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0 s testCommand[6: Start from default values : Execute until Command 2: Insert an internal variable at the beginning of the list, run Undo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0.001 s testCommand[7: Start from default values : Execute until Command 2: Insert an internal variable at the beginning of the list, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0 s testCommand[8: Start from default values : Execute until Command 3: Add an internal variable in the middle of the list](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0.001 s testCommand[9: Start from default values : Execute until Command 3: Add an internal variable in the middle of the list, run Undo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0 s testCommand[10: Start from default values : Execute until Command 3: Add an internal variable in the middle of the list, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0.001 s testCommand[11: Start from default values : Execute until Command 4: Add an internal variable at the end of the list](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0 s testCommand[12: Start from default values : Execute until Command 4: Add an internal variable at the end of the list, run Undo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0.001 s testCommand[13: Start from default values : Execute until Command 4: Add an internal variable at the end of the list, run Undo, run Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0.001 s testCommand[14: Start from default values : Execute all Commands interspersed with Undo and Redo](org.eclipse.fordiac.ide.model.commands.insert.InsertVariableCommandTest) Time elapsed: 0.001 s Results: Tests run: 466, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/org.eclipse.fordiac.ide.test.model.commands-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/org.eclipse.fordiac.ide.test.model.commands-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.model.commands/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.model.commands-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/pom.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.model.commands/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.model.commands-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.model.commands/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.model.commands-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.model.commands/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.model.commands/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.model.commands-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.test.model.commands --- [INFO] [INFO] -------< org.eclipse.fordiac:org.eclipse.fordiac.ide.test.util >-------- [INFO] Building org.eclipse.fordiac.ide.test.util 1.13.1-SNAPSHOT [58/59] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.fordiac.ide.test.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.fordiac.ide.test.util --- [INFO] The project's OSGi version is 1.13.1.202101220610 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.fordiac.ide.test.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.fordiac.ide.test.util --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.fordiac.ide.test.util --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.fordiac.ide.test.util --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.fordiac.ide.test.util --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/src/test/resources [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.fordiac.ide.test.util --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.fordiac.ide.test.util --- [INFO] Building jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/org.eclipse.fordiac.ide.test.util-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.fordiac.ide.test.util --- [INFO] [INFO] --- tycho-surefire-plugin:2.0.0:test (default-test) @ org.eclipse.fordiac.ide.test.util --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/work/data, -install, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/work, -configuration, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/surefire.properties] Running org.eclipse.fordiac.ide.util.ColorHelperTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.fordiac.ide.util.ColorHelperTest Lighter(org.eclipse.fordiac.ide.util.ColorHelperTest) Time elapsed: 0.005 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ org.eclipse.fordiac.ide.test.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/org.eclipse.fordiac.ide.test.util-1.13.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.fordiac.ide.test.util --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/org.eclipse.fordiac.ide.test.util-1.13.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.util/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.util-1.13.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/pom.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.util/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.util-1.13.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/p2content.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.util/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.util-1.13.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/org.eclipse.fordiac.ide.test.util/target/p2artifacts.xml to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/org.eclipse.fordiac.ide.test.util/1.13.1-SNAPSHOT/org.eclipse.fordiac.ide.test.util-1.13.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.fordiac.ide.test.util --- [INFO] [INFO] ---------------------< org.eclipse.fordiac:tests >---------------------- [INFO] Building tests 1.13.1-SNAPSHOT [59/59] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.4:sign (sign) @ tests --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tests --- [INFO] Installing /home/jenkins/agent/workspace/4diac IDE 1.13.x/tests/.polyglot.pom.tycho to /home/jenkins/agent/workspace/4diac IDE 1.13.x/.repository/org/eclipse/fordiac/tests/1.13.1-SNAPSHOT/tests-1.13.1-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Eclipse 4diac IDE Parent Project 1.13.1-SNAPSHOT: [INFO] [INFO] Eclipse 4diac IDE Parent Project ................... SUCCESS [ 8.720 s] [INFO] plugins ............................................ SUCCESS [ 0.011 s] [INFO] Common UI Controls (Incubation) .................... SUCCESS [ 10.481 s] [INFO] 4diac IDE Model Plug-in ............................ SUCCESS [ 7.090 s] [INFO] System Management (Incubation) ..................... SUCCESS [ 1.603 s] [INFO] Main (Incubation) .................................. SUCCESS [ 7.733 s] [INFO] Commands (Incubation) .............................. SUCCESS [ 2.134 s] [INFO] Utils (Incubation) ................................. SUCCESS [ 1.655 s] [INFO] fordiac Edit Support ............................... SUCCESS [ 2.693 s] [INFO] Model UI (Incubation) .............................. SUCCESS [ 1.602 s] [INFO] Graphical Utilites (Incubation) .................... SUCCESS [ 2.914 s] [INFO] FB Type Management (Incubation) .................... SUCCESS [ 1.926 s] [INFO] Application modeling (Incubation) .................. SUCCESS [ 2.988 s] [INFO] Communication Generation (Incubation) .............. SUCCESS [ 1.719 s] [INFO] Function Block Type Editor (Incubation) ............ SUCCESS [ 2.314 s] [INFO] ECC Editor (Incubation) ............................ SUCCESS [ 2.673 s] [INFO] Data Type Editor ................................... SUCCESS [ 1.665 s] [INFO] Deployment (Incubation) ............................ SUCCESS [ 2.070 s] [INFO] Export Utils (Incubation) .......................... SUCCESS [ 1.564 s] [INFO] fbt (Incubation) ................................... SUCCESS [ 1.718 s] [INFO] Structured Text (Incubation) ....................... SUCCESS [ 3.652 s] [INFO] FORTE Export for Lua (Incubation) .................. SUCCESS [ 2.329 s] [INFO] Resource Editing (Incubation) ...................... SUCCESS [ 1.711 s] [INFO] System Configuration (Incubation) .................. SUCCESS [ 2.646 s] [INFO] IEC 61499 Deployment (Incubation) .................. SUCCESS [ 2.427 s] [INFO] Deployment UI (Incubation) ......................... SUCCESS [ 1.881 s] [INFO] Composite FB Network (Incubation) .................. SUCCESS [ 5.843 s] [INFO] pluginName ......................................... SUCCESS [ 1.656 s] [INFO] Compare exported FBs (Incubation) .................. SUCCESS [ 1.624 s] [INFO] FORTE Export for FORTE V1.0.x New Generation (Incubation) SUCCESS [ 1.926 s] [INFO] Export UI (Incubation) ............................. SUCCESS [ 1.509 s] [INFO] Runtime (Incubation) ............................... SUCCESS [ 1.538 s] [INFO] FBRT Launcher (Incubation) ......................... SUCCESS [ 1.454 s] [INFO] FB tester (Incubation) ............................. SUCCESS [ 2.123 s] [INFO] Service Sequence Editor (Incubation) ............... SUCCESS [ 2.066 s] [INFO] Simplefb ........................................... SUCCESS [ 1.573 s] [INFO] FMU exporter ....................................... SUCCESS [ 1.676 s] [INFO] Forte Launcher (Incubation) ........................ SUCCESS [ 1.447 s] [INFO] Images (Incubation) ................................ SUCCESS [ 1.325 s] [INFO] Metrics ............................................ SUCCESS [ 1.663 s] [INFO] fbt UI (Incubation) ................................ SUCCESS [ 1.822 s] [INFO] Structured Text UI (Incubation) .................... SUCCESS [ 3.636 s] [INFO] Monitoring Model ................................... SUCCESS [ 2.239 s] [INFO] Online Edit (Incubation) ........................... SUCCESS [ 1.535 s] [INFO] System Management UI (Incubation) .................. SUCCESS [ 2.025 s] [INFO] Validation ......................................... SUCCESS [ 1.539 s] [INFO] features ........................................... SUCCESS [ 0.008 s] [INFO] Workbench Base ..................................... SUCCESS [ 3.592 s] [INFO] Communication FB generation ........................ SUCCESS [ 1.419 s] [INFO] Subapplication Type Editor (Incubation) ............ SUCCESS [ 1.572 s] [INFO] Function Block Type Editor ......................... SUCCESS [ 2.266 s] [INFO] Deployment ......................................... SUCCESS [ 1.621 s] [INFO] Export Function Block Types ........................ SUCCESS [ 1.614 s] [INFO] Runtime ............................................ SUCCESS [ 1.409 s] [INFO] org.eclipse.fordiac.ide.product .................... SUCCESS [04:59 min] [INFO] org.eclipse.fordiac.ide.test.export ................ SUCCESS [01:05 min] [INFO] org.eclipse.fordiac.ide.test.model.commands ........ SUCCESS [ 22.925 s] [INFO] org.eclipse.fordiac.ide.test.util .................. SUCCESS [ 26.677 s] [INFO] tests .............................................. SUCCESS [ 0.008 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:43 min [INFO] Finished at: 2021-01-22T06:27:01Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Finished: SUCCESS