Started by user Ed Willink Running as Ed Willink Agent centos-7-cmhm5 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-cmhm5" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.qvtd.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-cmhm5" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-cmhm5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.qvtd.svc.cluster.local/qvtd/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.11.2" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-qvtd" 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-cmhm5 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/qvtd-maintenance The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/mmt/org.eclipse.qvtd > git init /home/jenkins/agent/workspace/qvtd-maintenance # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mmt/org.eclipse.qvtd > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/mmt/org.eclipse.qvtd +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/mmt/org.eclipse.qvtd # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/maintenance/0.28.1^{commit} # timeout=10 Checking out Revision 40657d730246443d879c50e2aef012d9b99c4bdd (refs/remotes/origin/maintenance/0.28.1) > git config core.sparsecheckout # timeout=10 > git checkout -f 40657d730246443d879c50e2aef012d9b99c4bdd # timeout=10 Commit message: "[releng] Update copyrights" > git rev-list --no-walk a1f3fcc97ccafee418b1217de4d453c98b980f33 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [qvtd-maintenance] $ Xvnc -help Starting xvnc [qvtd-maintenance] $ Xvnc :67 -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 Wed Feb 23 22:52:51 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5967 vncext: created VNC server for screen 0 [qvtd-maintenance] $ /opt/tools/apache-maven/3.6.3/bin/mvn -f releng/org.eclipse.qvtd.releng.tycho/pom.xml -DSITE_SIGNING=true -DBUILD_TYPE=nightly -DBRANCH_NAME=origin/maintenance/0.28.1 -DBUILD_ALIAS= -DBUILD_TYPE=nightly -DBUILD_ALIAS= -Dmaven.repo.local=/home/jenkins/agent/workspace/qvtd-maintenance/.repository --show-version clean verify -Pnightly -Psign Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/3.6.3 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/.polyglot.build.properties [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.17.200.v20220215-2237.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (1.46MB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (2.96MB) [INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/I20220210065320/repository/plugins/ (358.42kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (136.29kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (194.4kB) [INFO] Fetching org.eclipse.equinox.common_3.16.0.v20220211-2322.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (144.49kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (92.12kB) [INFO] Fetching org.eclipse.core.runtime_3.24.100.v20220211-2001.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (70.8kB) [INFO] Fetching org.eclipse.core.jobs_3.12.100.v20220120-1329.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (108.25kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (89.14kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (25.16kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (249.4kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (12.38kB) [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.miniocl:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.miniocl:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.miniocl:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/.polyglot.build.properties [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202102011009/plugins/ (762.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking com.google.guava_30.1.0.v20210127-2300... [INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (802.8kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (14.07kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching org.aopalliance_1.0.0.v201105210816.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (8.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.aopalliance_1.0.0.v201105210816... [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (114.56kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (69.81kB) [INFO] Fetching org.eclipse.core.resources_3.16.100.v20220214-1012.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (880.97kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.19.0.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (396.72kB) [INFO] Fetching N202202011052&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/nightly/ (63B) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (127.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.codegen_2.22.0.v20210420-0623... [INFO] Fetching org.eclipse.emf.common_2.24.0.v20220123-0838.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (116.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.common_2.24.0.v20220123-0838... [INFO] Fetching org.eclipse.jdt.core_3.29.0.v20220214-1307.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (6.66MB) [INFO] Fetching org.eclipse.jdt.launching_3.19.500.v20220125-2008.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (563.5kB) [INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (288.46kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.29.0.v20211216-0741.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (420.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.29.0.v20211216-0741... [INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (396.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.ecore_2.26.0.v20220123-0838... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (84.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (37.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (97.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (97.02kB) [INFO] Unpacking org.eclipse.emf.edit_2.17.0.v20220201-1551... [INFO] Fetching org.eclipse.jdt.debug_3.19.100.v20220212-1425.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (908.54kB) [INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (36.27kB) [INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (3.34MB) [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.minioclcs.xtext:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.minioclcs.xtext:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.minioclcs.xtext:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/.polyglot.build.properties [INFO] Fetching org.eclipse.xtext_2.26.0.v20220222-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (2.62MB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.26.0.v20220222-0913.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (160.55kB) [INFO] Fetching org.eclipse.xtext.util_2.26.0.v20220222-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (305.17kB) [INFO] Fetching org.eclipse.xtend.lib_2.26.0.v20220222-0913.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (108.1kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.26.0.v20220222-0913.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (76.05kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/plugins/ (96.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130... [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.examples:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.examples:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.examples:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (1.41MB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (20.34kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (23.5kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (703.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (411.93kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (126.4kB) [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (72.7kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (359.18kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (5.58MB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (163.08kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (52.48kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (55.13kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (40.46kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (45.85kB) [INFO] Fetching org.eclipse.swt_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220223-0600/plugins/ (16.97kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (24.31kB) [INFO] Fetching org.eclipse.jface_3.25.0.v20220218-1636.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (203.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (27.72kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (394.73kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (260.38kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.300.v20211102-1716.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (251.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220222-1350/plugins/ (147.16kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (51.9kB) [INFO] Fetching org.eclipse.emf.common.ui_2.19.0.v20211110-0654.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (59.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.common.ui_2.19.0.v20211110-0654... [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (432.55kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (50.74kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220214-1412.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (170.75kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (360.09kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (76.5kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (74.12kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (173.65kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (218.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (130.72kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (113.21kB) [INFO] Fetching org.eclipse.jface.text_3.20.0.v20220218-1549.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.ide_3.18.500.v20220215-1304.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (2.44MB) [INFO] Fetching org.eclipse.ui.intro_3.6.400.v20211015-1317.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (344.68kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220223-0600/plugins/ (2.47MB) [INFO] Fetching org.eclipse.ui.workbench_3.125.0.v20220222-0933.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220222-1350/plugins/ (3.49MB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (330.12kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (423.11kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220223-0600/plugins/ (2.08MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220223-0600/plugins/ (2.14MB) [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtcore.uml2rdbms:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtcore.uml2rdbms:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtcore.uml2rdbms:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.hstm2fstm:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.hstm2fstm:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.hstm2fstm:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.modelmorf:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.modelmorf:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.modelmorf:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.polyglot.build.properties [INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (590.15kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202102011009/plugins/ (30.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/milestones/S202102011009/plugins/ (30.07kB) [INFO] Unpacking org.apache.commons.cli_1.4.0.v20200417-1444... [INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.20220223-0648.jar from https://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (228.52kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.20220223-0648.jar from https://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (14.61kB) [INFO] Fetching org.eclipse.xtext.common.types_2.26.0.v20220222-0923.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (499.22kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.20220223-0648.jar from https://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (22.12kB) [INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (130.43kB) [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.reltocore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.reltocore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.reltocore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.umlx.hstm2fstm:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.umlx.hstm2fstm:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.umlx.hstm2fstm:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.atl:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.atl:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.atl:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.doc:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.doc:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.doc:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.examples:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.examples:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.examples:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.master:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.master:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.master:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.tests:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.tests:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.tests:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.umlx:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.umlx:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.umlx:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvt:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvt:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvt:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/.polyglot.build.properties [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (18.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (18.49kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146... [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (243.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20210323-1848... [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (34.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20210323-1848... [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (11.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20210323-1848... [INFO] Fetching org.eclipse.uml2.uml_5.6.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (1.02MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.uml2.uml_5.6.0.v20210323-1848... [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (37.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20210323-1848... [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.atl:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.atl:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.atl:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/.polyglot.build.properties [INFO] Fetching org.eclipse.m2m.atl.common_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (68.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.common_4.6.0.v202202210510... [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.codegen:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.codegen:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.codegen:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/.polyglot.build.properties [INFO] Fetching org.eclipse.ocl.examples.codegen_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (1.49MB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (144.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.0.v20210323-1848... [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.compiler:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.compiler:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.compiler:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/.polyglot.build.properties [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (37.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (40.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539... [INFO] Fetching org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (20.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.importer.ecore_2.10.0.v20200324-0723... [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.cs2as.compiler:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.cs2as.compiler:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.cs2as.compiler:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/.polyglot.build.properties [INFO] Fetching org.eclipse.ant.core_3.6.300.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (107.38kB) [INFO] Fetching org.eclipse.compare_3.8.300.v20220121-1000.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (804.8kB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (674.85kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (618.79kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (66.43kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (115.6kB) [INFO] Fetching org.eclipse.debug.ui_3.16.0.v20220216-2015.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (2.97MB) [INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (209.6kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (61.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (44.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (44.87kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (109.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.emf.edit.ui_2.20.0.v20210506-1232... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (69.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.200.v20220127-1112.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (110.36kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (45.48kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (58.07kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.0.v20220127-1312.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (102.07kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.2.v20220127-1658.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (242.66kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (248.88kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (129.25kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.0.v20220214-0655.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (1.91MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (341.2kB) [INFO] Fetching org.eclipse.jdt.ui_3.26.0.v20220222-0629.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220222-1350/plugins/ (11.16MB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (489.96kB) [INFO] Fetching org.eclipse.team.ui_3.9.200.v20211130-1532.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (401.7kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (468.75kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (172.29kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (27.97kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (226.16kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (247.9kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (573.52kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (216.69kB) [INFO] Fetching org.eclipse.pde.core_3.15.100.v20220221-1314.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (1.35MB) [INFO] Fetching org.eclipse.xtext.builder_2.26.0.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (390.62kB) [INFO] Fetching org.eclipse.xtext.ui_2.26.0.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (1.88MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.26.0.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (60.53kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (386.2kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (688.69kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (204.52kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (89.5kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.26.0.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (133.14kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (181.33kB) [INFO] Fetching org.eclipse.pde.build_3.11.100.v20210916-0743.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (477.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (107.15kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.26.0.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (256.89kB) [INFO] Fetching org.eclipse.xtext.smap_2.26.0.v20220222-0923.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (19.18kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.26.0.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (248.19kB) [INFO] Fetching org.eclipse.xtext.ide_2.26.0.v20220222-0915.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (483.74kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (106.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.26.0.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (192.57kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.26.0.v20220222-1627.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/nightly/plugins/ (132.15kB) [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.debug:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.debug:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.debug:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/.polyglot.build.properties [INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (86.13kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (411.58kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (413.43kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (217.08kB) [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.debug.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.debug.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.debug.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (79.14kB) [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.master:0.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.master:0.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.master:0.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtbase:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtbase:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtbase:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtcore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtcore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtcore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtimperative:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtimperative:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtimperative:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtrelation:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtrelation:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtrelation:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtschedule:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtschedule:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtschedule:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvttemplate:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvttemplate:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvttemplate:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.runtime:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.runtime:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.runtime:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.text:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.text:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.text:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx.design:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx.design:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx.design:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/.polyglot.build.properties [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201708211328/plugins/ (676.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425... [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/plugins/ (122kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_4.7.2.v20200218-0804.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202002210922/plugins/ (122kB) [INFO] Unpacking org.antlr.runtime_4.7.2.v20200218-0804... [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (7.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (7.63kB) [INFO] Unpacking org.eclipse.acceleo.annotations_7.0.0.202102190929... [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202102190929.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R202102190929/plugins/ (146.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.acceleo.query_7.0.0.202102190929... [INFO] Fetching releases&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/modeling/emf/transaction/updates/ (63B) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201706061339/plugins/ (169.02kB) [INFO] Fetching releases&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/modeling/emf/validation/updates/ (63B) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (403.65kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201706061339/plugins/ (85.04kB) [INFO] Fetching org.eclipse.sirius_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (370.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.sirius_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (370.46kB) [INFO] Unpacking org.eclipse.sirius_5.0.2.201709080927... [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (18.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (18.19kB) [INFO] Unpacking org.eclipse.sirius.common.acceleo.aql_5.0.2.201709080927... [INFO] Fetching org.eclipse.sirius.common_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (81.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.sirius.common_5.0.2.201709080927... [INFO] Fetching org.eclipse.sirius.ecore.extender_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (33.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.sirius.ecore.extender_5.0.2.201709080927... [INFO] Fetching org.eclipse.sirius.ext.base_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (14.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.sirius.ext.base_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (14.32kB) [INFO] Unpacking org.eclipse.sirius.ext.base_5.0.2.201709080927... [INFO] Fetching org.eclipse.sirius.ext.emf_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.sirius.ext.emf_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.97kB) [INFO] Unpacking org.eclipse.sirius.ext.emf_5.0.2.201709080927... [INFO] Fetching org.eclipse.sirius.ext.emf.tx_5.0.2.201709080927.jar.pack.gz from https://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.sirius.ext.emf.tx_5.0.2.201709080927... [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (10.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (10.53kB) [INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146... [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xml:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xml:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xml:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xml.design:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xml.design:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xml.design:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/.polyglot.build.properties [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation.ui:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/.polyglot.build.properties [INFO] Computing target platform for MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.releng.build-site:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/releng/org.eclipse.qvtd.releng.build-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.releng.build-site:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/releng/org.eclipse.qvtd.releng.build-site/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.releng.build-site:0.28.1-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/releng/org.eclipse.qvtd.releng.build-site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.all.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.all.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.all.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (64.42kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.20220223-0648.jar from https://download.eclipse.org/modeling/emft/mwe/updates/nightly/plugins/ (192.18kB) [INFO] Fetching org.eclipse.epsilon.common_2.4.0.202202201027.jar from https://download.eclipse.org/epsilon/interim/plugins/ (201.26kB) [INFO] Fetching org.eclipse.epsilon.emc.emf_2.4.0.202202201027.jar from https://download.eclipse.org/epsilon/interim/plugins/ (159.9kB) [INFO] Fetching org.eclipse.epsilon.eol.engine_2.4.0.202202201027.jar from https://download.eclipse.org/epsilon/interim/plugins/ (1.09MB) [INFO] Fetching org.eclipse.xsd_2.18.0.v20211216-0527.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (537.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xsd_2.18.0.v20211216-0527.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/nightly/N202202011052/plugins/ (537.84kB) [INFO] Unpacking org.eclipse.xsd_2.18.0.v20211216-0527... [INFO] Fetching org.eclipse.epsilon.epl.engine_2.4.0.202202201027.jar from https://download.eclipse.org/epsilon/interim/plugins/ (404.09kB) [INFO] Fetching org.eclipse.epsilon.erl.engine_2.4.0.202202201027.jar from https://download.eclipse.org/epsilon/interim/plugins/ (332.07kB) [INFO] Fetching org.eclipse.epsilon.etl.engine_2.4.0.202202201027.jar from https://download.eclipse.org/epsilon/interim/plugins/ (345.28kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (52.65kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (57.17kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (421.77kB) [INFO] Fetching org.eclipse.m2m.atl.adt_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (32.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.adt_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.engine_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (343.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.engine_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.adt.ui_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (43.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.adt.ui_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.core_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (15.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.atl.core_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (15.17kB) [INFO] Unpacking org.eclipse.m2m.atl.core_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.core.emf_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.core.emf_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.core.ui_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (34.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.core.ui_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.debug.core_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (25.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.atl.debug.core_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (25.52kB) [INFO] Unpacking org.eclipse.m2m.atl.debug.core_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.dsls_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (193.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.atl.dsls_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (193.64kB) [INFO] Unpacking org.eclipse.m2m.atl.dsls_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.emftvm_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (215.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.atl.emftvm_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (215.72kB) [INFO] Unpacking org.eclipse.m2m.atl.emftvm_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.emftvm.trace_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (27.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.atl.emftvm.trace_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (27.7kB) [INFO] Unpacking org.eclipse.m2m.atl.emftvm.trace_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.emftvm.compiler_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (94.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.emftvm.compiler_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.emftvm.launcher_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (36.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.emftvm.launcher_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.engine.emfvm_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (64.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.engine.emfvm_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.atl.engine.emfvm.launch_4.6.0.v202202210510.jar.pack.gz from https://download.eclipse.org/mmt/atl/updates/nightly/4.6.0/plugins/ (15.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.m2m.atl.engine.emfvm.launch_4.6.0.v202202210510... [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.4.v20220220-0821.jar from https://download.eclipse.org/mmt/qvto/updates/nightly/3.10.6/plugins/ (1.05MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220220-0821.jar from https://download.eclipse.org/mmt/qvto/updates/nightly/3.10.6/plugins/ (66.54kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220220-0821.jar from https://download.eclipse.org/mmt/qvto/updates/nightly/3.10.6/plugins/ (868.37kB) [INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (383.82kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220220-0821.jar from https://download.eclipse.org/mmt/qvto/updates/nightly/3.10.6/plugins/ (142.13kB) [INFO] Fetching org.eclipse.ocl_3.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (1.14MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20220220-0821.jar from https://download.eclipse.org/mmt/qvto/updates/nightly/3.10.6/plugins/ (73.85kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.samples_3.10.2.v20220220-0821.jar from https://download.eclipse.org/mmt/qvto/updates/nightly/3.10.6/plugins/ (653.29kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (53.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640... [INFO] Fetching org.eclipse.ocl.examples.debug.ui_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (79.62kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (280.4kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (150.29kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (163.17kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (11.54kB) [INFO] Fetching org.eclipse.ocl.examples.extlibrary_6.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (67.54kB) [INFO] Fetching org.eclipse.ocl.examples.standalone_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (48.75kB) [INFO] Fetching org.eclipse.ocl.examples.validity_2.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (66.21kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (99.38kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.idioms_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (260.37kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.tests_3.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (1.25MB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.6.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (65.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.editor_5.6.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (65.1kB) [INFO] Unpacking org.eclipse.uml2.uml.editor_5.6.0.v20210323-1848... [INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (21.65kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (311.22kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.6.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (27.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.6.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (27.16kB) [INFO] Unpacking org.eclipse.uml2.uml.ecore.importer_3.6.0.v20210323-1848... [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20220223-2220.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/nightly/6.17.1/plugins/ (401.13kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.100.v20211112-1151.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (22.16kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.300.v20220114-0859.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (113.09kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (15.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.uml2.common.edit_2.5.0.v20210323-1848... [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210323-1848.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.6-I-builds/I202103231848/plugins/ (171.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20210323-1848... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220221-1800/plugins/ (65.43kB) [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.atl.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.atl.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.atl.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.compiler.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.compiler.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.compiler.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.cs2as.compiler.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.cs2as.compiler.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.cs2as.compiler.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.bigmde2016.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.bigmde2016.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.bigmde2016.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.exe2016.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.exe2016.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.exe2016.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.minioclcs.xtext.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.minioclcs.xtext.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.minioclcs.xtext.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.umlx.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.umlx.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.umlx.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtbase.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtbase.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtbase.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtcore.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtcore.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtcore.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtimperative.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtimperative.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtimperative.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtrelation.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtrelation.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtrelation.tests:0.28.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/pom.xml [WARNING] The project org.eclipse.qvtd:org.eclipse.qvtd.releng.tycho:pom:0.28.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.qvtd.releng.tycho [pom] [INFO] org.eclipse.qvtd.doc-folder [pom] [INFO] org.eclipse.qvtd.doc [eclipse-plugin] [INFO] org.eclipse.qvtd.doc.miniocl [eclipse-plugin] [INFO] org.eclipse.qvtd.plugins-folder [pom] [INFO] org.eclipse.qvtd.runtime [eclipse-plugin] [INFO] org.eclipse.qvtd.doc.minioclcs.xtext [eclipse-plugin] [INFO] org.eclipse.qvtd.examples-folder [pom] [INFO] org.eclipse.qvtd.examples [eclipse-plugin] [INFO] org.eclipse.qvtd.examples.qvtcore.uml2rdbms [eclipse-plugin] [INFO] org.eclipse.qvtd.examples.qvtrelation.hstm2fstm [eclipse-plugin] [INFO] org.eclipse.qvtd.examples.qvtrelation.modelmorf [eclipse-plugin] [INFO] org.eclipse.qvtd.examples.qvtrelation.reltocore [eclipse-plugin] [INFO] org.eclipse.qvtd.examples.umlx.hstm2fstm [eclipse-plugin] [INFO] org.eclipse.qvtd.features-folder [pom] [INFO] org.eclipse.qvtd.pivot.qvtbase [eclipse-plugin] [INFO] org.eclipse.qvtd.pivot.qvttemplate [eclipse-plugin] [INFO] org.eclipse.qvtd.pivot.qvtrelation [eclipse-plugin] [INFO] org.eclipse.qvtd.atl [eclipse-plugin] [INFO] org.eclipse.qvtd.atl [eclipse-feature] [INFO] org.eclipse.qvtd.doc [eclipse-feature] [INFO] org.eclipse.qvtd.examples [eclipse-feature] [INFO] org.eclipse.qvt [eclipse-plugin] [INFO] org.eclipse.qvtd.pivot.qvtschedule [eclipse-plugin] [INFO] org.eclipse.qvtd.pivot.qvtimperative [eclipse-plugin] [INFO] org.eclipse.qvtd.codegen [eclipse-plugin] [INFO] org.eclipse.qvtd.pivot.qvtcore [eclipse-plugin] [INFO] org.eclipse.qvtd.compiler [eclipse-plugin] [INFO] org.eclipse.qvtd.xtext.qvtbase [eclipse-plugin] [INFO] org.eclipse.qvtd.xtext.qvtcore [eclipse-plugin] [INFO] org.eclipse.qvtd.xtext.qvtimperative [eclipse-plugin] [INFO] org.eclipse.qvtd.xtext.qvtrelation [eclipse-plugin] [INFO] org.eclipse.qvtd.debug [eclipse-plugin] [INFO] org.eclipse.qvtd.xtext.qvtbase.ui [eclipse-plugin] [INFO] org.eclipse.qvtd.xtext.qvtimperative.ui [eclipse-plugin] [INFO] org.eclipse.qvtd.umlx [eclipse-plugin] [INFO] org.eclipse.qvtd.debug.ui [eclipse-plugin] [INFO] org.eclipse.qvtd.xtext.qvtcore.ui [eclipse-plugin] [INFO] org.eclipse.qvtd.xtext.qvtrelation.ui [eclipse-plugin] [INFO] org.eclipse.qvtd.umlx.ui [eclipse-plugin] [INFO] org.eclipse.qvtd.master [eclipse-plugin] [INFO] org.eclipse.qvtd.xml [eclipse-plugin] [INFO] org.eclipse.qvtd.text [eclipse-plugin] [INFO] org.eclipse.qvtd.master [eclipse-feature] [INFO] org.eclipse.qvtd.tests-folder [pom] [INFO] org.eclipse.qvtd.xtext.qvtbase.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.xtext.qvtimperative.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.xtext.qvtcore.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.compiler.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.xtext.qvtrelation.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.umlx.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.doc.bigmde2016.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.doc.exe2016.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.doc.minioclcs.xtext.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.cs2as.compiler [eclipse-plugin] [INFO] org.eclipse.qvtd.cs2as.compiler.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.atl.tests [eclipse-plugin] [INFO] org.eclipse.qvtd.all.tests [eclipse-test-plugin] [INFO] org.eclipse.qvtd.tests [eclipse-feature] [INFO] org.eclipse.qvtd.umlx.design [eclipse-plugin] [INFO] org.eclipse.qvtd.xml.design [eclipse-plugin] [INFO] org.eclipse.qvtd.umlx [eclipse-feature] [INFO] org.eclipse.qvtd.releng-folder [pom] [INFO] org.eclipse.qvtd.releng.build-site [eclipse-repository] [INFO] [INFO] -----------< org.eclipse.qvtd:org.eclipse.qvtd.releng.tycho >----------- [INFO] Building org.eclipse.qvtd.releng.tycho 0.28.1-SNAPSHOT [1/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.releng.tycho --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] ----------< org.eclipse.qvtd-doc:org.eclipse.qvtd.doc-folder >---------- [INFO] Building org.eclipse.qvtd.doc-folder 0.28.1-SNAPSHOT [2/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.doc-folder --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] -------------< org.eclipse.qvtd-doc:org.eclipse.qvtd.doc >-------------- [INFO] Building org.eclipse.qvtd.doc 0.28.0-SNAPSHOT [3/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.qvtd.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.doc --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.doc --- [INFO] [INFO] ---------< org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.miniocl >---------- [INFO] Building org.eclipse.qvtd.doc.miniocl 0.28.0-SNAPSHOT [4/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.miniocl --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.doc.miniocl --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 115 source files to /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.doc.miniocl --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.plugins-folder >---------- [INFO] Building org.eclipse.qvtd.plugins-folder 0.28.1-SNAPSHOT [5/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.plugins-folder --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.runtime >-------------- [INFO] Building org.eclipse.qvtd.runtime 0.28.0-SNAPSHOT [6/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.runtime --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.runtime --- [INFO] Compiling 114 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.runtime --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] -----< org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.minioclcs.xtext >------ [INFO] Building org.eclipse.qvtd.doc.minioclcs.xtext 0.28.0-SNAPSHOT [7/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Compiling 164 source files to /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] -----< org.eclipse.qvtd-examples:org.eclipse.qvtd.examples-folder >----- [INFO] Building org.eclipse.qvtd.examples-folder 0.28.1-SNAPSHOT [8/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.examples-folder --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.examples >------------- [INFO] Building org.eclipse.qvtd.examples 0.28.0-SNAPSHOT [9/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ org.eclipse.qvtd.examples --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/qvtc [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/qvtc/empty.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/qvtc/uml2rdbms.zip [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/qvtr [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/qvtr/empty.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/qvtr/hstm2fstm.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/qvtr/modelmorf.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/qvtr/reltocore.zip [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/umlx [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/zips/umlx/hstm2fstm.zip [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.examples --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.qvtd.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.examples --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --< org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtcore.uml2rdbms >-- [INFO] Building org.eclipse.qvtd.examples.qvtcore.uml2rdbms 0.28.0-SNAPSHOT [10/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --< org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.hstm2fstm >-- [INFO] Building org.eclipse.qvtd.examples.qvtrelation.hstm2fstm 0.28.0-SNAPSHOT [11/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --< org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.modelmorf >-- [INFO] Building org.eclipse.qvtd.examples.qvtrelation.modelmorf 0.28.0-SNAPSHOT [12/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --< org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.reltocore >-- [INFO] Building org.eclipse.qvtd.examples.qvtrelation.reltocore 0.28.0-SNAPSHOT [13/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --< org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.umlx.hstm2fstm >-- [INFO] Building org.eclipse.qvtd.examples.umlx.hstm2fstm 0.28.0-SNAPSHOT [14/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] -----< org.eclipse.qvtd-features:org.eclipse.qvtd.features-folder >----- [INFO] Building org.eclipse.qvtd.features-folder 0.28.1-SNAPSHOT [15/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.features-folder --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtbase >----------- [INFO] Building org.eclipse.qvtd.pivot.qvtbase 0.28.0-SNAPSHOT [16/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.pivot.qvtbase --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvttemplate >--------- [INFO] Building org.eclipse.qvtd.pivot.qvttemplate 0.28.0-SNAPSHOT [17/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.pivot.qvttemplate --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtrelation >--------- [INFO] Building org.eclipse.qvtd.pivot.qvtrelation 0.28.0-SNAPSHOT [18/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.pivot.qvtrelation --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.atl >---------------- [INFO] Building org.eclipse.qvtd.atl 0.28.0-SNAPSHOT [19/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.atl --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.atl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.atl --- [INFO] Compiling 91 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.atl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.atl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.qvtd.atl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.atl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.atl --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.atl --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.atl --- [INFO] [INFO] -----------< org.eclipse.qvtd-features:org.eclipse.qvtd.atl >----------- [INFO] Building org.eclipse.qvtd.atl 0.28.1-SNAPSHOT [20/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.atl --- [INFO] Deleting /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.atl --- [INFO] The project's OSGi version is 0.28.1.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.qvtd.atl --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.28.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.atl --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.atl --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.28.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.atl --- [INFO] [INFO] -----------< org.eclipse.qvtd-features:org.eclipse.qvtd.doc >----------- [INFO] Building org.eclipse.qvtd.doc 0.28.1-SNAPSHOT [21/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.doc --- [INFO] Deleting /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.doc --- [INFO] The project's OSGi version is 0.28.1.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.qvtd.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.28.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.doc --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.28.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --------< org.eclipse.qvtd-features:org.eclipse.qvtd.examples >--------- [INFO] Building org.eclipse.qvtd.examples 0.28.1-SNAPSHOT [22/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.examples --- [INFO] Deleting /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.examples --- [INFO] The project's OSGi version is 0.28.1.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.qvtd.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.28.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.examples --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.28.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] ------------------< org.eclipse.qvtd:org.eclipse.qvt >------------------ [INFO] Building org.eclipse.qvt 0.28.0-SNAPSHOT [23/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvt --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvt --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvt --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvt --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvt --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvt --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvt --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvt --- [INFO] [INFO] --------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtschedule >--------- [INFO] Building org.eclipse.qvtd.pivot.qvtschedule 0.28.0-SNAPSHOT [24/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Compiling 194 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.pivot.qvtschedule --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] -------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtimperative >-------- [INFO] Building org.eclipse.qvtd.pivot.qvtimperative 0.28.0-SNAPSHOT [25/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.pivot.qvtimperative --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.codegen >-------------- [INFO] Building org.eclipse.qvtd.codegen 0.28.0-SNAPSHOT [26/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.codegen --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.codegen --- [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.codegen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.codegen --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.codegen --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtcore >----------- [INFO] Building org.eclipse.qvtd.pivot.qvtcore 0.28.0-SNAPSHOT [27/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.pivot.qvtcore --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.compiler >------------- [INFO] Building org.eclipse.qvtd.compiler 0.28.0-SNAPSHOT [28/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.compiler --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.compiler --- [INFO] Compiling 272 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.compiler --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.compiler --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase >----------- [INFO] Building org.eclipse.qvtd.xtext.qvtbase 0.28.0-SNAPSHOT [29/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtbase --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore >----------- [INFO] Building org.eclipse.qvtd.xtext.qvtcore 0.28.0-SNAPSHOT [30/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtcore --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] -------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative >-------- [INFO] Building org.eclipse.qvtd.xtext.qvtimperative 0.28.0-SNAPSHOT [31/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Compiling 102 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtimperative --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation >--------- [INFO] Building org.eclipse.qvtd.xtext.qvtrelation 0.28.0-SNAPSHOT [32/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtrelation --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --------------< org.eclipse.qvtd:org.eclipse.qvtd.debug >--------------- [INFO] Building org.eclipse.qvtd.debug 0.28.0-SNAPSHOT [33/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.debug --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.debug --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.debug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.debug --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.debug --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.debug --- [INFO] [INFO] ---------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase.ui >--------- [INFO] Building org.eclipse.qvtd.xtext.qvtbase.ui 0.28.0-SNAPSHOT [34/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] ------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative.ui >------ [INFO] Building org.eclipse.qvtd.xtext.qvtimperative.ui 0.28.0-SNAPSHOT [35/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.umlx >--------------- [INFO] Building org.eclipse.qvtd.umlx 0.28.0-SNAPSHOT [36/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.umlx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.umlx --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.umlx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.qvtd.umlx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.umlx --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.debug.ui >------------- [INFO] Building org.eclipse.qvtd.debug.ui 0.28.0-SNAPSHOT [37/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.debug.ui --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.debug.ui --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.debug.ui --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] ---------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore.ui >--------- [INFO] Building org.eclipse.qvtd.xtext.qvtcore.ui 0.28.0-SNAPSHOT [38/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] -------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation.ui >------- [INFO] Building org.eclipse.qvtd.xtext.qvtrelation.ui 0.28.0-SNAPSHOT [39/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.umlx.ui >-------------- [INFO] Building org.eclipse.qvtd.umlx.ui 0.28.0-SNAPSHOT [40/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.ui --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.umlx.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.umlx.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.umlx.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.umlx.ui --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --------------< org.eclipse.qvtd:org.eclipse.qvtd.master >-------------- [INFO] Building org.eclipse.qvtd.master 0.15.0-SNAPSHOT [41/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.master --- [INFO] The project's OSGi version is 0.15.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.master --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.master --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.master --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.qvtd.master --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.master --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.master --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.master --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.xml >---------------- [INFO] Building org.eclipse.qvtd.xml 0.28.0-SNAPSHOT [42/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xml --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xml --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xml --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xml --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xml --- [INFO] [INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.text >--------------- [INFO] Building org.eclipse.qvtd.text 0.28.0-SNAPSHOT [43/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.text --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.text --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.text --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.text --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.text --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.text --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.text --- [INFO] [INFO] ---------< org.eclipse.qvtd-features:org.eclipse.qvtd.master >---------- [INFO] Building org.eclipse.qvtd.master 0.28.1-SNAPSHOT [44/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.master --- [INFO] Deleting /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.master --- [INFO] The project's OSGi version is 0.28.1.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.qvtd.master --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.28.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.master --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.master --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.28.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] --------< org.eclipse.qvtd-tests:org.eclipse.qvtd.tests-folder >-------- [INFO] Building org.eclipse.qvtd.tests-folder 0.28.1-SNAPSHOT [45/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.tests-folder --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] ----< org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtbase.tests >----- [INFO] Building org.eclipse.qvtd.xtext.qvtbase.tests 0.28.0-SNAPSHOT [46/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/surefire.properties] Running org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.395 s - in org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests testQVTruntimeLibrary_AS (org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests) Time elapsed: 3.277 s testQVTruntimeLibrary (org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests) Time elapsed: 1.889 s testQVTbase_AS (org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests) Time elapsed: 0.424 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --< org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtimperative.tests >-- [INFO] Building org.eclipse.qvtd.xtext.qvtimperative.tests 0.28.0-SNAPSHOT [47/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Compiling 249 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.xtext.qvtimperative.tests.AllQVTimperativeTests [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.742 s - in org.eclipse.qvtd.xtext.qvtimperative.tests.AllQVTimperativeTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/surefire.properties] Running org.eclipse.qvtd.xtext.qvtimperative.tests.AllQVTimperativeTests Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.158 s - in org.eclipse.qvtd.xtext.qvtimperative.tests.AllQVTimperativeTests testLoad_Classescs2Classes_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiEditorTests) Time elapsed: 4.972 s testLoad_HSV2HSL_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiEditorTests) Time elapsed: 0.434 s testQVTiInterpreter_Tree2TallTreeIncremental (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.788 s testQVTiInterpreter_Graph2GraphHierarchical (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.421 s testQVTiInterpreter_HSV2HSL (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.369 s testQVTiInterpreter_Graph2GraphHierarchicalLoad (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.234 s testQVTiInterpreter_Graph2GraphMinimal (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.303 s testQVTiInterpreter_Tree2TallTreeLazy (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.401 s testQVTiInterpreter_ClassesCS2AS_bug457239b (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.543 s testQVTiInterpreter_SimpleUML2RDBMS (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.852 s testQVTiInterpreter_ClassesCS2AS_bug456900 (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.263 s testQVTiInterpreter_ClassesCS2AS_bug457239 (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.315 s testQVTiInterpreter_ManualUML2RDBMS (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.621 s testQVTiCompiler_ClassesCS2AS_bug459225_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 6.866 s testQVTiCompiler_ManualUML2RDBMS_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 5.52 s testQVTiCompiler_HSV2HLS_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 2.597 s testQVTiCompiler_Tree2TallTree_Copied_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 2.415 s testQVTiCompiler_SimpleUML2RDBMS_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 3.46 s testQVTiCompiler_Tree2TallTree_Deleted_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.728 s testQVTiCompiler_ClassesCS2AS_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.527 s testQVTiCompiler_Tree2TallTree_Changed_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.597 s testQVTiCompiler_Tree2TallTree_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.439 s testQVTiSerialize_Dependencies (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.681 s testQVTiSerialize_Expressions (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.639 s testQVTiSerialize_Graph2GraphMinimal (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.4 s testQVTiSerialize_HSV2HSL_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.5 s testQVTiSerialize_SimpleUML2RDBMS_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 1.131 s testQVTiSerialize_Tree2TallTree_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.493 s testQVTiSerialize_KiamaRewrite_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.539 s testQVTiSerialize_Constructors (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.433 s testQVTiSerialize_ManualUML2RDBMS_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.986 s testQVTiSerialize_HSV2HSLas_qvtias (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.246 s testQVTiSerialize_Graph2GraphHierarchical (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.398 s testDebugger_Run_HSV2HSL (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiDebuggerTests) Time elapsed: 1.329 s testDebugger_Debug_HSV2HSL (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiDebuggerTests) Time elapsed: 2.838 s Results: Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] ----< org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtcore.tests >----- [INFO] Building org.eclipse.qvtd.xtext.qvtcore.tests 0.28.0-SNAPSHOT [48/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Compiling 199 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.xtext.qvtcore.tests.AllQVTcoreTests -----Starting QVTcCompilerTests.testQVTcCompiler_Forward2Reverse_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_HSVToHSL_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_example_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_Families2Persons_CG ----- assertRegionCount suppressed [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.226 s - in org.eclipse.qvtd.xtext.qvtcore.tests.AllQVTcoreTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/surefire.properties] Running org.eclipse.qvtd.xtext.qvtcore.tests.AllQVTcoreTests -----Starting QVTcCompilerTests.testQVTcCompiler_Forward2Reverse_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_HSVToHSL_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_example_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_Families2Persons_CG ----- assertRegionCount suppressed Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 55.089 s - in org.eclipse.qvtd.xtext.qvtcore.tests.AllQVTcoreTests testQVTcLoad_HSV2HSL_qvtias (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 5.344 s testQVTcLoad_HSV2HSL_qvtsas (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.61 s testQVTcLoad_mini_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.515 s testQVTcLoad_uml2rdbms_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.748 s testQVTcLoad_Class2RDBMS_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.622 s testQVTcLoad_uml2rdbms_qvti_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.429 s testQVTcLoad_expressions_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.304 s testQVTcLoad_HSV2HLS2_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.407 s testQVTcLoad_uml2rdbms_qvtu_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.347 s testQVTcLoad_HSV2HLS_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.452 s testQVTcDomainUsage_uml2rdbms_qvtu (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcDomainUsageTests) Time elapsed: 0.555 s testQVTcSerialize_platformResource_BaseCS2AS (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests) Time elapsed: 3.495 s testQVTcSerialize_Class2RDBMS (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests) Time elapsed: 0.871 s testQVTcSerialize_HSV2HSL (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests) Time elapsed: 0.797 s testQVTcCompiler_Forward2Reverse_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 8.776 s testQVTcCompiler_Upper2Lower (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.904 s testQVTcCompiler_SimpleUML2RDBMS_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 4.9 s testQVTcCompiler_HSVToHSL_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 3.513 s testQVTcCompiler_SimpleUML2RDBMS_example_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 3.436 s testQVTcCompiler_Upper2Lower_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 0.982 s testQVTcCompiler_Families2Persons_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 9.682 s testQVTcCompiler_Families2Persons (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.294 s testQVTcCompiler_Forward2Reverse (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 0.955 s testQVTcCompiler_SimpleUML2RDBMS (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.785 s testQVTcCompiler_HSVToHSL (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.399 s Results: Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] -------< org.eclipse.qvtd-tests:org.eclipse.qvtd.compiler.tests >------- [INFO] Building org.eclipse.qvtd.compiler.tests 0.28.0-SNAPSHOT [49/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.compiler.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.compiler.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.compiler.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.compiler.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.compiler.tests.AllCompilerTests [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.605 s - in org.eclipse.qvtd.compiler.tests.AllCompilerTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.compiler.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.compiler.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.compiler.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.compiler.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.compiler.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.compiler.tests/target/surefire.properties] Running org.eclipse.qvtd.compiler.tests.AllCompilerTests Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.581 s - in org.eclipse.qvtd.compiler.tests.AllCompilerTests testContainmentAnalysis_ContainmentProperty_Ecore (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 2.584 s testInheritanceAnalysis_SuperClass_Ecore (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 0.15 s testOperationDependencyAnalysis_Companies (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 3.371 s testInheritanceAnalysis_SubClass_Ecore (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 0.138 s testContainmentAnalysis_ContainerClass_Ecore (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 0.142 s testRuntime_RedundantDoubleSimpleConnection (org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests) Time elapsed: 0.117 s testRuntime_TripleSimpleConnection (org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests) Time elapsed: 0.094 s testRuntime_DoubleSimpleConnection (org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests) Time elapsed: 0.089 s testRuntime_SingleSimpleConnection (org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests) Time elapsed: 0.09 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --< org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtrelation.tests >--- [INFO] Building org.eclipse.qvtd.xtext.qvtrelation.tests 0.28.0-SNAPSHOT [50/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests -----Starting QVTrCompilerTests.testQVTrCompiler_Iterated2Iterated_CG ----- Diagnostic ERROR source=org.eclipse.emf.codegen.ecore code=0 The package 'http://www.eclipse.org/ocl/2015/Library#/' has the same namespace URI 'http://www.eclipse.org/ocl/2015/Library' as package 'platform:/resource/org.eclipse.ocl.pivot/model-gen/oclstdlib.ecore#/' data=[] -----Starting QVTrCompilerTests.testQVTrCompiler_Families2Persons_CG ----- Missing trace TypedModel.Class artefacts were fixed up for 'platform:/resource/org.eclipse.qvtd.xtext.qvtrelation.tests/models/families2persons/Families2Persons_expected.qvtras' assertRegionCount suppressed -----Starting QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG ----- assertRegionCount suppressed Mapping WARNING for «strict»org::eclipse::qvtd::xtext::qvtrelation::tests::newatl2qvtr::NewATL2QVTr::mmapNavigationOrAttributeCallExp__Property__qvtr__x No possible producer of: pivot::TypedElement::type : Type[?] can satisfy expression: qvtrProperty.type navigation source type: Property navigation target type: Type -----Starting QVTrCompilerTests.testQVTrCompiler_ATL2QVTr_CG ----- Mapping WARNING for «strict»org::eclipse::qvtd::xtext::qvtrelation::tests::newatl2qvtr::NewATL2QVTr::mmapNavigationOrAttributeCallExp__Property__qvtr__x No possible producer of: pivot::TypedElement::type : Type[?] can satisfy expression: qvtrProperty.type navigation source type: Property navigation target type: Type Missing trace TypedModel.Class artefacts were fixed up for 'platform:/resource/_QVTd_QVTrCompilerTests__testQVTrCompiler_ATL2QVTr_CG/Families2Persons_CG.qvtras' assertRegionCount suppressed No EPackage to cleanup for 'http://www.eclipse.org/qvtd-example/org/eclipse/qvtd/xtext/qvtrelation/tests/newatl2qvtr/NewATL2QVTr' -----Starting QVTrCompilerTests.testQVTrCompiler_SeqToStm_CG ----- assertRegionCount suppressed -----Starting QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_CG ----- assertRegionCount suppressed -----Starting QVTrCompilerTests.testQVTrCompiler_Ecore2PivotRoot_CG ----- No EPackage to cleanup for 'http://www.eclipse.org/qvtd-example/org/eclipse/ocl/pivot2/ecore2pivotRoot/Ecore2PivotRoot' -----Starting QVTrCompilerTests.testQVTrCompiler_TinyIsomorph_CG ----- Diagnostic ERROR source=org.eclipse.emf.codegen.ecore code=0 The package 'http://www.eclipse.org/ocl/2015/Library#/' has the same namespace URI 'http://www.eclipse.org/ocl/2015/Library' as package 'platform:/resource/org.eclipse.ocl.pivot/model-gen/oclstdlib.ecore#/' data=[] [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 80.801 s - in org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/surefire.properties] Running org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests -----Starting QVTrCompilerTests.testQVTrCompiler_Iterated2Iterated_CG ----- Diagnostic ERROR source=org.eclipse.emf.codegen.ecore code=0 The package 'http://www.eclipse.org/ocl/2015/Library#/' has the same namespace URI 'http://www.eclipse.org/ocl/2015/Library' as package 'platform:/resource/org.eclipse.ocl.pivot/model-gen/oclstdlib.ecore#/' data=[] -----Starting QVTrCompilerTests.testQVTrCompiler_Families2Persons_CG ----- Missing trace TypedModel.Class artefacts were fixed up for 'platform:/resource/org.eclipse.qvtd.xtext.qvtrelation.tests/models/families2persons/Families2Persons_expected.qvtras' assertRegionCount suppressed -----Starting QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG ----- assertRegionCount suppressed Mapping WARNING for «strict»org::eclipse::qvtd::xtext::qvtrelation::tests::newatl2qvtr::NewATL2QVTr::mmapNavigationOrAttributeCallExp__Property__qvtr__x No possible producer of: pivot::TypedElement::type : Type[?] can satisfy expression: qvtrProperty.type navigation source type: Property navigation target type: Type -----Starting QVTrCompilerTests.testQVTrCompiler_ATL2QVTr_CG ----- Mapping WARNING for «strict»org::eclipse::qvtd::xtext::qvtrelation::tests::newatl2qvtr::NewATL2QVTr::mmapNavigationOrAttributeCallExp__Property__qvtr__x No possible producer of: pivot::TypedElement::type : Type[?] can satisfy expression: qvtrProperty.type navigation source type: Property navigation target type: Type Missing trace TypedModel.Class artefacts were fixed up for 'platform:/resource/_QVTd_QVTrCompilerTests__testQVTrCompiler_ATL2QVTr_CG/Families2Persons_CG.qvtras' assertRegionCount suppressed No EPackage to cleanup for 'http://www.eclipse.org/qvtd-example/org/eclipse/qvtd/xtext/qvtrelation/tests/newatl2qvtr/NewATL2QVTr' -----Starting QVTrCompilerTests.testQVTrCompiler_SeqToStm_CG ----- assertRegionCount suppressed -----Starting QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_CG ----- assertRegionCount suppressed -----Starting QVTrCompilerTests.testQVTrCompiler_Ecore2PivotRoot_CG ----- No EPackage to cleanup for 'http://www.eclipse.org/qvtd-example/org/eclipse/ocl/pivot2/ecore2pivotRoot/Ecore2PivotRoot' -----Starting QVTrCompilerTests.testQVTrCompiler_TinyIsomorph_CG ----- Diagnostic ERROR source=org.eclipse.emf.codegen.ecore code=0 The package 'http://www.eclipse.org/ocl/2015/Library#/' has the same namespace URI 'http://www.eclipse.org/ocl/2015/Library' as package 'platform:/resource/org.eclipse.ocl.pivot/model-gen/oclstdlib.ecore#/' data=[] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 103.19 s - in org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests testQVTrLoad_UmlToRel_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 4.837 s testQVTrLoad_SeqToStmc_CT_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.509 s testQVTrLoad_Import_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.41 s testQVTrLoad_MiToSiSimple_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.446 s testQVTrLoad_Packages_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.341 s testQVTrLoad_ClassModelToClassModel_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.313 s testQVTrLoad_SeqToStm_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.363 s testQVTrLoad_ATL2QVTr_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.974 s testQVTrLoad_Keys_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.263 s testQVTrLoad_HstmToStm_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.28 s testQVTrLoad_RelToCore_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 1.32 s testQVTrLoad_DNF_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.373 s testQVTrLoad_SimplerRelToCore_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 1.07 s testQVTrLoad_DNF_bbox_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.255 s testQVTrLoad_AbstractToConcrete_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.254 s testQVTrLoad_UmlToRdbms_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.334 s testQVTrDomainUsage_Keys (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests) Time elapsed: 0.226 s testQVTrDomainUsage_Rel2Core (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests) Time elapsed: 0.376 s testQVTrDomainUsage_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests) Time elapsed: 0.219 s testQVTr2QVTrCopy_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTr2QVTrTests) Time elapsed: 0.257 s testQVTr2QVTrCopy_RelToCore (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTr2QVTrTests) Time elapsed: 1.221 s testQVTrSerialize_PetriNet2StateChart (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.852 s testQVTrSerialize_MiToSiSimple (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.503 s testQVTrSerialize_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.432 s testQVTrSerialize_Keys (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.32 s testQVTrSerialize_Packages (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.405 s testQVTrSerialize_ClassModelToClassModel (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.355 s testQVTrSerialize_SeqToStm (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.391 s testQVTrSerialize_Iterated2Iterated (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.365 s testQVTrSerialize_Persons2Names2Families_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.78 s testQVTrSerialize_SimplerRelToCore (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 2.698 s testQVTrSerialize_RelToCore (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.891 s testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 5.171 s testQVTrCompiler_Ecore2Pivot (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.108 s testQVTrCompiler_Iterated2Iterated_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 6.81 s testQVTrCompiler_Families2Persons_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 3.29 s testQVTrCompiler_Forward2Reverse_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.36 s testQVTrCompiler_Ecore2PivotRoot (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.88 s testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_iCG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.803 s testQVTrCompiler_ATL2QVTr_CG_exec (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.07 s testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.246 s testQVTrCompiler_SeqToStm_iCG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 3.063 s testQVTrCompiler_ATL2QVTr_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 22.464 s testQVTrCompiler_SeqToStm_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.529 s testQVTrCompiler_ATL2QVTr_reverse_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.074 s testQVTrCompiler_Persons2Names2Families_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 5.92 s testQVTrCompiler_Forward2Reverse (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.793 s testQVTrCompiler_MiToSiSimpleWithKeys_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.128 s testQVTrCompiler_Ecore2Pivot_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.052 s testQVTrCompiler_Persons2Names2Families (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.214 s testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.862 s testQVTrCompiler_SeqToStm (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.773 s testQVTrCompiler_Ecore2PivotRoot_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.667 s testQVTrCompiler_TinyIsomorph_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.254 s testQVTrCompiler_MiToSiSimple_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.965 s testBuilder_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrBuilderTests) Time elapsed: 0.546 s testDebugger_Run_MissingForward2Reverse (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.856 s testDebugger_Run_hstm2fstm (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.66 s testDebugger_Run_BadForward2Reverse (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.385 s testDebugger_Run_Forward2Reverse (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.395 s testDebugger_Run_hstm2fstm_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 2.332 s Results: Tests run: 61, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] ---------< org.eclipse.qvtd-tests:org.eclipse.qvtd.umlx.tests >--------- [INFO] Building org.eclipse.qvtd.umlx.tests 0.28.0-SNAPSHOT [51/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.umlx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.umlx.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.umlx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.umlx.tests.AllUMLXTests -----Starting UMLXCompilerTests.testUMLXCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG ----- assertRegionCount suppressed No EPackage to cleanup for 'http://www.eclipse.org/qvtd-example/org/eclipse/qvtd/xtext/umlx/tests/hstm2fstm/HierarchicalStateMachine2FlatStateMachine' -----Starting UMLXCompilerTests.testUMLXCompiler_Forward2Reverse_CG ----- assertRegionCount suppressed [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.592 s - in org.eclipse.qvtd.umlx.tests.AllUMLXTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.umlx.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.umlx.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.umlx.tests/target/surefire.properties] Running org.eclipse.qvtd.umlx.tests.AllUMLXTests -----Starting UMLXCompilerTests.testUMLXCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG ----- assertRegionCount suppressed No EPackage to cleanup for 'http://www.eclipse.org/qvtd-example/org/eclipse/qvtd/xtext/umlx/tests/hstm2fstm/HierarchicalStateMachine2FlatStateMachine' -----Starting UMLXCompilerTests.testUMLXCompiler_Forward2Reverse_CG ----- assertRegionCount suppressed Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.992 s - in org.eclipse.qvtd.umlx.tests.AllUMLXTests testUMLXRoundtrip_HierarchicalStateMachine2FlatStateMachine_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 5.502 s testUMLXLoad_RelToCore_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 2.386 s testUMLXRoundtrip_PN2SC_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.494 s testUMLXRoundtrip_Forward2Reverse_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.319 s testUMLXLoad_Forward2Reverse_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.276 s testUMLXLoad_Keys_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.351 s testUMLXRoundtrip_Iterated2Iterated_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.367 s testUMLXRoundtrip_SimplerRelToCore_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 4.115 s testUMLXRoundtrip_SeqToStm_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.463 s testUMLXRoundtrip_MiToSiSimple_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.396 s testUMLXLoad_SimplerRelToCore_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 1.218 s testUMLXLoad_SeqToStm_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.238 s testUMLXRoundtrip_Keys_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.257 s testUMLXCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG (org.eclipse.qvtd.umlx.tests.UMLXCompilerTests) Time elapsed: 14.214 s testUMLXCompiler_Forward2Reverse_CG (org.eclipse.qvtd.umlx.tests.UMLXCompilerTests) Time elapsed: 2.538 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] ----< org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.bigmde2016.tests >---- [INFO] Building org.eclipse.qvtd.doc.bigmde2016.tests 0.28.0-SNAPSHOT [52/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests testQVTcCompiler_Families2Persons_CG_10K 10000, 0.762773 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.739 s - in org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/surefire.properties] Running org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests testQVTcCompiler_Families2Persons_CG_10K 10000, 0.514289 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 s - in org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests testQVTcCompiler_Families2Persons_CG_10K (org.eclipse.qvtd.doc.bigmde2016.tests.qvtc.BigMDE2016_QVTc_AutomatedTests) Time elapsed: 1.535 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] -----< org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.exe2016.tests >------ [INFO] Building org.eclipse.qvtd.doc.exe2016.tests 0.28.0-SNAPSHOT [53/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests testQVTcCompiler_Forward2Reverse_CG_10K 10000, 0.512047 testQVTrCompiler_Forward2Reverse_CG_10K 10000, 0.493029 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.796 s - in org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.doc.exe2016.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.exe2016.tests/target/surefire.properties] Running org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests testQVTcCompiler_Forward2Reverse_CG_10K 10000, 0.692139 testQVTrCompiler_Forward2Reverse_CG_10K 10000, 0.440688 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.801 s - in org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests testQVTcCompiler_Forward2Reverse_CG_10K (org.eclipse.qvtd.doc.exe2016.tests.qvtc.EXE2016_QVTc_AutomatedTests) Time elapsed: 1.718 s testQVTrCompiler_Forward2Reverse_CG_10K (org.eclipse.qvtd.doc.exe2016.tests.qvtr.EXE2016_QVTr_AutomatedTests) Time elapsed: 1.239 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --< org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.minioclcs.xtext.tests >-- [INFO] Building org.eclipse.qvtd.doc.minioclcs.xtext.tests 0.28.0-SNAPSHOT [54/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest -----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_Invariant ----- Re-assignment of "minioclcs::NameExpCS@669c2b07".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@39dda56f" -----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_PackagesDef ----- Re-assignment of "minioclcs::NameExpCS@5383bf08".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@c1386b4" [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.749 s - in org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_UI_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/surefire.properties] Running org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest -----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_Invariant ----- Re-assignment of "minioclcs::NameExpCS@d4df4ce".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@5ec80bbd" -----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_PackagesDef ----- Re-assignment of "minioclcs::NameExpCS@2cf09576".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@3d1ecf3b" Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.124 s - in org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest testSimpleMiniOCL_Invariant (org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest) Time elapsed: 2.968 s testSimpleMiniOCL_PackagesDef (org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest) Time elapsed: 0.316 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.cs2as.compiler >---------- [INFO] Building org.eclipse.qvtd.cs2as.compiler 0.28.0-SNAPSHOT [55/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.cs2as.compiler --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] ----< org.eclipse.qvtd-tests:org.eclipse.qvtd.cs2as.compiler.tests >---- [INFO] Building org.eclipse.qvtd.cs2as.compiler.tests 0.28.0-SNAPSHOT [56/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Compiling 325 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases -----Starting OCL2QVTiTestCases.testOCL2QVTi_BaseAndDerived_CG ----- assertRegionCount suppressed -----Starting OCL2QVTiTestCases.testOCL2QVTi_KiamaRewrite_CG ----- assertRegionCount suppressed -----Starting OCL2QVTiTestCases.testOCL2QVTi_SimpleClasses_CG ----- assertRegionCount suppressed -----Starting OCL2QVTiTestCases.testOCL2QVTi_SimplerKiama_CG ----- assertRegionCount suppressed 0 ERROR PivotMetamodelManager - Resource 'platform:/resource/org.eclipse.qvtd.cs2as.compiler.tests/models/Source2Target/EnvExample1.ecore' already loaded as 'http://cs2as/tests/example1/env/1.0' 300 ERROR PivotMetamodelManager - Resource 'platform:/resource/org.eclipse.qvtd.cs2as.compiler.tests/models/Source2Target/EnvExample1.ecore' already loaded as 'http://cs2as/tests/example1/env/1.0' -----Starting OCL2QVTiTestCases.testOCL2QVTi_Source2Target_CG ----- assertRegionCount suppressed -----Starting OCL2QVTiTestCases.testOCL2QVTi_StructuredClasses_CG ----- assertRegionCount suppressed [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.538 s - in org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.cs2as.compiler.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/surefire.properties] Running org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases -----Starting OCL2QVTiTestCases.testOCL2QVTi_BaseAndDerived_CG ----- assertRegionCount suppressed -----Starting OCL2QVTiTestCases.testOCL2QVTi_KiamaRewrite_CG ----- assertRegionCount suppressed -----Starting OCL2QVTiTestCases.testOCL2QVTi_SimpleClasses_CG ----- assertRegionCount suppressed -----Starting OCL2QVTiTestCases.testOCL2QVTi_SimplerKiama_CG ----- assertRegionCount suppressed 0 [main] ERROR org.eclipse.ocl.pivot.internal.manager.PivotMetamodelManager - Resource 'platform:/resource/org.eclipse.qvtd.cs2as.compiler.tests/models/Source2Target/EnvExample1.ecore' already loaded as 'http://cs2as/tests/example1/env/1.0' 303 [main] ERROR org.eclipse.ocl.pivot.internal.manager.PivotMetamodelManager - Resource 'platform:/resource/org.eclipse.qvtd.cs2as.compiler.tests/models/Source2Target/EnvExample1.ecore' already loaded as 'http://cs2as/tests/example1/env/1.0' -----Starting OCL2QVTiTestCases.testOCL2QVTi_Source2Target_CG ----- assertRegionCount suppressed -----Starting OCL2QVTiTestCases.testOCL2QVTi_StructuredClasses_CG ----- assertRegionCount suppressed Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.537 s - in org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases testOCL2QVTi_BaseAndDerived_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 18.245 s testOCL2QVTi_BaseAndDerived_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 2.605 s testOCL2QVTi_KiamaRewrite_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 1.579 s testOCL2QVTi_KiamaRewrite_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 1.098 s testOCL2QVTi_SimpleClasses_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 6.815 s testOCL2QVTi_SimpleClasses_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 1.564 s testOCL2QVTi_SimpleClasses_OCL2QVTm_MiddleFolded (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 0.73 s testOCL2QVTi_SimplerKiama_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 1.198 s testOCL2QVTi_SimplerKiama_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 0.927 s testOCL2QVTi_Source2Target_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 2.694 s testOCL2QVTi_Source2Target_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 2.317 s testOCL2QVTi_Source2Target_OCL2QVTm (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 0.889 s testOCL2QVTi_StructuredClasses_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 3.735 s testOCL2QVTi_StructuredClasses_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 2.328 s Results: Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] ---------< org.eclipse.qvtd-tests:org.eclipse.qvtd.atl.tests >---------- [INFO] Building org.eclipse.qvtd.atl.tests 0.28.0-SNAPSHOT [57/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.atl.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.atl.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.atl.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.atl.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.atl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.atl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.atl.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.atl.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] ---------< org.eclipse.qvtd-tests:org.eclipse.qvtd.all.tests >---------- [INFO] Building org.eclipse.qvtd.all.tests 0.28.0-SNAPSHOT [58/64] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.all.tests --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.all.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.all.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.all.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.all.tests.GrammarTests [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.901 s - in org.eclipse.qvtd.all.tests.GrammarTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.all.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.qvtd.all.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.all.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.all.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.all.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.2.0:test (default-test) @ org.eclipse.qvtd.all.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/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, -DtestNameSuffix=tycho, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-maintenance/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-maintenance/tests/org.eclipse.qvtd.all.tests/target/surefire.properties] Running org.eclipse.qvtd.all.tests.GrammarTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.319 s - in org.eclipse.qvtd.all.tests.GrammarTests testGrammar_QVTimperative (org.eclipse.qvtd.all.tests.GrammarTests) Time elapsed: 2.883 s testGrammar_QVTrelation (org.eclipse.qvtd.all.tests.GrammarTests) Time elapsed: 0.266 s testGrammar_QVTbase (org.eclipse.qvtd.all.tests.GrammarTests) Time elapsed: 0.129 s testGrammar_QVTcore (org.eclipse.qvtd.all.tests.GrammarTests) Time elapsed: 0.145 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] ----------< org.eclipse.qvtd-features:org.eclipse.qvtd.tests >---------- [INFO] Building org.eclipse.qvtd.tests 0.28.1-SNAPSHOT [59/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.tests --- [INFO] Deleting /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.tests --- [INFO] The project's OSGi version is 0.28.1.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.qvtd.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.28.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.tests --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.28.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.tests --- [INFO] [INFO] -----------< org.eclipse.qvtd:org.eclipse.qvtd.umlx.design >------------ [INFO] Building org.eclipse.qvtd.umlx.design 0.28.0-SNAPSHOT [60/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.design --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.umlx.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.umlx.design --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.umlx.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.design --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-resources-plugin:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.qvtd.umlx.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.design --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.umlx.design --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] ------------< org.eclipse.qvtd:org.eclipse.qvtd.xml.design >------------ [INFO] Building org.eclipse.qvtd.xml.design 0.28.0-SNAPSHOT [61/64] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xml.design --- [INFO] The project's OSGi version is 0.28.0.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.xml.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.qvtd.xml.design --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/target/classes [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.qvtd.xml.design --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.xml.design --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xml.design --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.28.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.xml.design --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xml.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.28.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.28.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] ----------< org.eclipse.qvtd-features:org.eclipse.qvtd.umlx >----------- [INFO] Building org.eclipse.qvtd.umlx 0.28.1-SNAPSHOT [62/64] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.umlx --- [INFO] Deleting /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.umlx --- [INFO] The project's OSGi version is 0.28.1.v20220223-2252 [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:package-feature (default-package-feature) @ org.eclipse.qvtd.umlx --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.28.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.umlx --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.28.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-maintenance/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.28.1-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.releng-folder >----------- [INFO] Building org.eclipse.qvtd.releng-folder 0.28.1-SNAPSHOT [63/64] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.releng-folder --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --------< org.eclipse.qvtd:org.eclipse.qvtd.releng.build-site >--------- [INFO] Building org.eclipse.qvtd.releng.build-site 0.28.1-SNAPSHOT [64/64] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.releng.build-site --- [INFO] The project's OSGi version is 0.28.1.v20220223-2252 [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.qvtd.releng.build-site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.qvtd.releng.build-site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [config.a.jre.javase 14.0.0, a.jre.javase 14.0.0] [INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0] [INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-products (default-publish-products) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:publish-categories (default-publish-categories) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.2.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:assemble-repository (default-assemble-repository) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.2.0:archive-repository (default-archive-repository) @ org.eclipse.qvtd.releng.build-site --- [INFO] Building zip: /home/jenkins/agent/workspace/qvtd-maintenance/releng/org.eclipse.qvtd.releng.build-site/target/org.eclipse.qvtd-0.28.1.N20220223-2252.zip [INFO] [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.qvtd.releng.build-site --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default) @ org.eclipse.qvtd.releng.build-site --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.qvtd.releng.tycho 0.28.1-SNAPSHOT ...... SUCCESS [ 4.960 s] [INFO] org.eclipse.qvtd.doc-folder 0.28.1-SNAPSHOT ........ SUCCESS [ 0.006 s] [INFO] org.eclipse.qvtd.doc 0.28.0-SNAPSHOT ............... SUCCESS [ 10.822 s] [INFO] org.eclipse.qvtd.doc.miniocl 0.28.0-SNAPSHOT ....... SUCCESS [ 5.866 s] [INFO] org.eclipse.qvtd.plugins-folder 0.28.1-SNAPSHOT .... SUCCESS [ 0.006 s] [INFO] org.eclipse.qvtd.runtime 0.28.0-SNAPSHOT ........... SUCCESS [ 4.666 s] [INFO] org.eclipse.qvtd.doc.minioclcs.xtext 0.28.0-SNAPSHOT SUCCESS [ 4.797 s] [INFO] org.eclipse.qvtd.examples-folder 0.28.1-SNAPSHOT ... SUCCESS [ 0.006 s] [INFO] org.eclipse.qvtd.examples 0.28.0-SNAPSHOT .......... SUCCESS [ 4.959 s] [INFO] org.eclipse.qvtd.examples.qvtcore.uml2rdbms 0.28.0-SNAPSHOT SUCCESS [ 2.722 s] [INFO] org.eclipse.qvtd.examples.qvtrelation.hstm2fstm 0.28.0-SNAPSHOT SUCCESS [ 1.928 s] [INFO] org.eclipse.qvtd.examples.qvtrelation.modelmorf 0.28.0-SNAPSHOT SUCCESS [ 2.912 s] [INFO] org.eclipse.qvtd.examples.qvtrelation.reltocore 0.28.0-SNAPSHOT SUCCESS [ 2.413 s] [INFO] org.eclipse.qvtd.examples.umlx.hstm2fstm 0.28.0-SNAPSHOT SUCCESS [ 2.251 s] [INFO] org.eclipse.qvtd.features-folder 0.28.1-SNAPSHOT ... SUCCESS [ 0.005 s] [INFO] org.eclipse.qvtd.pivot.qvtbase 0.28.0-SNAPSHOT ..... SUCCESS [ 3.580 s] [INFO] org.eclipse.qvtd.pivot.qvttemplate 0.28.0-SNAPSHOT . SUCCESS [ 3.716 s] [INFO] org.eclipse.qvtd.pivot.qvtrelation 0.28.0-SNAPSHOT . SUCCESS [ 3.692 s] [INFO] org.eclipse.qvtd.atl 0.28.0-SNAPSHOT ............... SUCCESS [ 4.940 s] [INFO] org.eclipse.qvtd.atl 0.28.1-SNAPSHOT ............... SUCCESS [ 2.875 s] [INFO] org.eclipse.qvtd.doc 0.28.1-SNAPSHOT ............... SUCCESS [ 1.693 s] [INFO] org.eclipse.qvtd.examples 0.28.1-SNAPSHOT .......... SUCCESS [ 4.362 s] [INFO] org.eclipse.qvt 0.28.0-SNAPSHOT .................... SUCCESS [ 3.799 s] [INFO] org.eclipse.qvtd.pivot.qvtschedule 0.28.0-SNAPSHOT . SUCCESS [ 4.819 s] [INFO] org.eclipse.qvtd.pivot.qvtimperative 0.28.0-SNAPSHOT SUCCESS [ 3.637 s] [INFO] org.eclipse.qvtd.codegen 0.28.0-SNAPSHOT ........... SUCCESS [ 3.561 s] [INFO] org.eclipse.qvtd.pivot.qvtcore 0.28.0-SNAPSHOT ..... SUCCESS [ 3.069 s] [INFO] org.eclipse.qvtd.compiler 0.28.0-SNAPSHOT .......... SUCCESS [ 6.508 s] [INFO] org.eclipse.qvtd.xtext.qvtbase 0.28.0-SNAPSHOT ..... SUCCESS [ 3.357 s] [INFO] org.eclipse.qvtd.xtext.qvtcore 0.28.0-SNAPSHOT ..... SUCCESS [ 3.203 s] [INFO] org.eclipse.qvtd.xtext.qvtimperative 0.28.0-SNAPSHOT SUCCESS [ 4.438 s] [INFO] org.eclipse.qvtd.xtext.qvtrelation 0.28.0-SNAPSHOT . SUCCESS [ 3.249 s] [INFO] org.eclipse.qvtd.debug 0.28.0-SNAPSHOT ............. SUCCESS [ 2.613 s] [INFO] org.eclipse.qvtd.xtext.qvtbase.ui 0.28.0-SNAPSHOT .. SUCCESS [ 4.103 s] [INFO] org.eclipse.qvtd.xtext.qvtimperative.ui 0.28.0-SNAPSHOT SUCCESS [ 3.903 s] [INFO] org.eclipse.qvtd.umlx 0.28.0-SNAPSHOT .............. SUCCESS [ 4.013 s] [INFO] org.eclipse.qvtd.debug.ui 0.28.0-SNAPSHOT .......... SUCCESS [ 2.654 s] [INFO] org.eclipse.qvtd.xtext.qvtcore.ui 0.28.0-SNAPSHOT .. SUCCESS [ 4.501 s] [INFO] org.eclipse.qvtd.xtext.qvtrelation.ui 0.28.0-SNAPSHOT SUCCESS [ 3.897 s] [INFO] org.eclipse.qvtd.umlx.ui 0.28.0-SNAPSHOT ........... SUCCESS [ 2.932 s] [INFO] org.eclipse.qvtd.master 0.15.0-SNAPSHOT ............ SUCCESS [ 2.688 s] [INFO] org.eclipse.qvtd.xml 0.28.0-SNAPSHOT ............... SUCCESS [ 3.106 s] [INFO] org.eclipse.qvtd.text 0.28.0-SNAPSHOT .............. SUCCESS [ 2.457 s] [INFO] org.eclipse.qvtd.master 0.28.1-SNAPSHOT ............ SUCCESS [ 2.100 s] [INFO] org.eclipse.qvtd.tests-folder 0.28.1-SNAPSHOT ...... SUCCESS [ 0.004 s] [INFO] org.eclipse.qvtd.xtext.qvtbase.tests 0.28.0-SNAPSHOT SUCCESS [ 19.447 s] [INFO] org.eclipse.qvtd.xtext.qvtimperative.tests 0.28.0-SNAPSHOT SUCCESS [01:37 min] [INFO] org.eclipse.qvtd.xtext.qvtcore.tests 0.28.0-SNAPSHOT SUCCESS [01:51 min] [INFO] org.eclipse.qvtd.compiler.tests 0.28.0-SNAPSHOT .... SUCCESS [ 28.163 s] [INFO] org.eclipse.qvtd.xtext.qvtrelation.tests 0.28.0-SNAPSHOT SUCCESS [03:16 min] [INFO] org.eclipse.qvtd.umlx.tests 0.28.0-SNAPSHOT ........ SUCCESS [01:12 min] [INFO] org.eclipse.qvtd.doc.bigmde2016.tests 0.28.0-SNAPSHOT SUCCESS [ 17.231 s] [INFO] org.eclipse.qvtd.doc.exe2016.tests 0.28.0-SNAPSHOT . SUCCESS [ 19.695 s] [INFO] org.eclipse.qvtd.doc.minioclcs.xtext.tests 0.28.0-SNAPSHOT SUCCESS [ 20.881 s] [INFO] org.eclipse.qvtd.cs2as.compiler 0.28.0-SNAPSHOT .... SUCCESS [ 3.128 s] [INFO] org.eclipse.qvtd.cs2as.compiler.tests 0.28.0-SNAPSHOT SUCCESS [01:38 min] [INFO] org.eclipse.qvtd.atl.tests 0.28.0-SNAPSHOT ......... SUCCESS [ 2.709 s] [INFO] org.eclipse.qvtd.all.tests 0.28.0-SNAPSHOT ......... SUCCESS [ 19.743 s] [INFO] org.eclipse.qvtd.tests 0.28.1-SNAPSHOT ............. SUCCESS [ 1.905 s] [INFO] org.eclipse.qvtd.umlx.design 0.28.0-SNAPSHOT ....... SUCCESS [ 2.968 s] [INFO] org.eclipse.qvtd.xml.design 0.28.0-SNAPSHOT ........ SUCCESS [ 2.264 s] [INFO] org.eclipse.qvtd.umlx 0.28.1-SNAPSHOT .............. SUCCESS [ 2.775 s] [INFO] org.eclipse.qvtd.releng-folder 0.28.1-SNAPSHOT ..... SUCCESS [ 0.004 s] [INFO] org.eclipse.qvtd.releng.build-site 0.28.1-SNAPSHOT . SUCCESS [ 4.352 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:26 min [INFO] Finished at: 2022-02-23T23:09:21Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Triggering a new build of promoter Finished: SUCCESS