Started by user Ed Willink Running as Ed Willink Agent centos-7-3cnpk is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-3cnpk" namespace: "qvtd" 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-3cnpk" - 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-3cnpk" - 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-3131.vf2b_b_798b_ce99" 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-3cnpk (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/qvtd-master 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-master # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/mmt/org.eclipse.qvtd > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --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/master^{commit} # timeout=10 Checking out Revision d538e936e656c7deb1ba0edf616a1088464b4fbf (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d538e936e656c7deb1ba0edf616a1088464b4fbf # timeout=10 Commit message: "[releng] refresh copyrights" > git rev-list --no-walk d538e936e656c7deb1ba0edf616a1088464b4fbf # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [qvtd-master] $ Xvnc -help Starting xvnc [qvtd-master] $ Xvnc :23 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Apr 5 2023 13:48:56 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 Nov 29 13:35:10 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5923 vncext: created VNC server for screen 0 [qvtd-master] $ /opt/tools/apache-maven/3.6.3/bin/mvn -f releng/org.eclipse.qvtd.releng.tycho/pom.xml -DSITE_SIGNING=true -DBUILD_TYPE=release -DBRANCH_NAME=origin/master -DBUILD_ALIAS=0.30.0 -DBUILD_TYPE=release -DBUILD_ALIAS=0.30.0 -Dmaven.repo.local=/home/jenkins/agent/workspace/qvtd-master/.repository --show-version clean verify -Prelease -Psign --global-toolchains toolchains.xml Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/3.6.3 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.miniocl/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvt/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.atl/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.codegen/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.compiler/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.cs2as.compiler/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.master/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtbase/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtcore/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.runtime/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.text/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.design/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml.design/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/.polyglot.build.properties /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/.polyglot.build.properties [INFO] Resolving target definition file:/home/jenkins/agent/workspace/qvtd-master/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@4125bc3c... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc/.polyglot.build.properties [INFO] Fetching 202309131000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-09/ (63B) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.18.500.v20230801-1826.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.47MB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.96MB) [INFO] Fetching S202311211001&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/ (63B) [INFO] Fetching org.apache.log4j_1.2.25.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (325.51kB) [INFO] Fetching org.eclipse.core.contenttype_3.9.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (102.48kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (136.88kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.300.v20230801-1826.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (198.21kB) [INFO] Fetching org.eclipse.equinox.common_3.18.100.v20230730-1117.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (150.54kB) [INFO] Fetching org.eclipse.core.expressions_3.9.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (95.08kB) [INFO] Fetching org.eclipse.core.runtime_3.29.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (77.99kB) [INFO] Fetching org.eclipse.core.jobs_3.15.0.v20230808-1403.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (115.71kB) [INFO] Fetching org.eclipse.equinox.app_1.6.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (91.53kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.help_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (274.59kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (27.04kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.24.v20230827-1316.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (14.47kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.miniocl:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.miniocl/.polyglot.build.properties [INFO] Fetching com.google.guava_32.1.3.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (2.9MB) [INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (4.63kB) [INFO] Fetching com.google.inject_7.0.0.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (782.99kB) [INFO] Fetching jakarta.inject.jakarta.inject-api_2.0.1.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (10.43kB) [INFO] Fetching org.aopalliance_1.0.0.v20230720-0728.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (12.69kB) [INFO] Fetching org.eclipse.core.commands_3.11.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (117.29kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.100.v20230717-1727.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (72.25kB) [INFO] Fetching org.eclipse.core.resources_3.19.100.v20230814-1312.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (900.14kB) [INFO] Fetching org.eclipse.core.variables_3.6.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (37.54kB) [INFO] Fetching org.eclipse.debug.core_3.21.100.v20230731-1425.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (401.09kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (371.22kB) [INFO] Fetching S202311070643&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/milestone/ (63B) [INFO] Fetching org.eclipse.emf.common_2.29.0.v20230916-0637.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202311070643/plugins/ (378.35kB) [INFO] Fetching org.eclipse.jdt.core_3.35.0.v20230814-1356.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (4.04MB) [INFO] Fetching org.eclipse.jdt.launching_3.20.100.v20230814-1810.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (583.32kB) [INFO] Fetching org.eclipse.text_3.13.100.v20230801-1334.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (299.13kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.36.0.v20231002-1035.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202311070643/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.ecore_2.35.0.v20230829-0934.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.36.0.v20231002-1156.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202311070643/plugins/ (238.53kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (91.77kB) [INFO] Fetching org.eclipse.emf.edit_2.20.0.v20231107-0612.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202311070643/plugins/ (301.62kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.35.0.v20230814-2020.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (3.05MB) [INFO] Fetching org.eclipse.jdt.debug_3.21.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (926.07kB) [INFO] Fetching 6.19.0&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/ (63B) [INFO] Fetching org.eclipse.ocl.common_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (38.13kB) [INFO] Fetching org.eclipse.ocl.pivot_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (3.5MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-doc:org.eclipse.qvtd.doc.minioclcs.xtext:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/.polyglot.build.properties [INFO] Fetching com.ibm.icu_74.1.0.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (13.65MB) [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (586.39kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (32.41kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (169.92kB) [INFO] Fetching org.apache.commons.cli_1.6.0.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (58.13kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (71.45kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.9.0.v20230826-1559.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (197.65kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.15.0.v20230826-1559.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (16.78kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.9.0.v20230826-1559.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (40.78kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.15.0.v20230826-1559.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (234.39kB) [INFO] Fetching org.eclipse.xtext_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.64MB) [INFO] Fetching org.eclipse.xtext.common.types_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (505.47kB) [INFO] Fetching org.eclipse.xtext.util_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (312.4kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (163.14kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.15.0.v20230826-1559.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (24.37kB) [INFO] Fetching org.eclipse.emf.mwe2.lib_2.15.0.v20230826-1559.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (35.2kB) [INFO] Fetching org.eclipse.xtend.lib_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (131.92kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (80.21kB) [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (119.01kB) [INFO] Fetching org.eclipse.xtext.ecore_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (19.5kB) [INFO] Fetching org.eclipse.xtext.xbase_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.5MB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.19MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.examples:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/pom.xml [INFO] Fetching bcpg_1.77.0.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (440.38kB) [INFO] Fetching bcprov_1.77.0.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (7.98MB) [INFO] Fetching com.sun.jna_5.13.0.v20230812-1000.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.81MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.3MB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (317.8kB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (83.65kB) [INFO] Fetching org.eclipse.core.databinding_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (287.75kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (315.27kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (166.11kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (28.5kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.100.v20230721-1753.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (55.35kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (56.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.100.v20230708-0809.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (71.64kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (13.82kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (12.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (42.36kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (53.96kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (48.5kB) [INFO] Fetching org.eclipse.swt_3.124.100.v20230825-1346.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (26.42kB) [INFO] Fetching org.eclipse.jface_3.31.0.v20230821-1552.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.13MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (219.3kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (205.58kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (30.14kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (18.21kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (58.65kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (396.71kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.100.v20230819-0347.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (120.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.100.v20230801-1255.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (256.48kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (150.24kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.100.v20230708-0916.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (292.29kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (23.21kB) [INFO] Fetching org.eclipse.urischeme_1.3.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (54.17kB) [INFO] Fetching org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202311070643/plugins/ (166.89kB) [INFO] Fetching org.eclipse.ui_3.204.0.v20230821-1342.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (434.21kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.300.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (52.88kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (172.09kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (365.14kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.10.100.v20230814-2013.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (80.64kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (64.43kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.100.v20230710-0621.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (184.63kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (236.73kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (137.49kB) [INFO] Fetching org.eclipse.equinox.security_1.4.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (115.78kB) [INFO] Fetching org.eclipse.jface.text_3.24.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.05MB) [INFO] Fetching org.eclipse.ui.ide_3.21.100.v20230825-1346.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.32MB) [INFO] Fetching org.eclipse.ui.intro_3.7.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (349.88kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.100.v20230825-1346.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.49MB) [INFO] Fetching org.eclipse.ui.workbench_3.130.0.v20230822-0911.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (3.52MB) [INFO] Fetching org.eclipse.ui.forms_3.13.0.v20230807-1354.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (332.72kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.100.v20230821-1342.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (428.8kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (23.09kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (21.23kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.100.v20230825-1346.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.08MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.100.v20230825-1346.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.16MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtcore.uml2rdbms:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.hstm2fstm:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.modelmorf:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.qvtrelation.reltocore:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-examples:org.eclipse.qvtd.examples.umlx.hstm2fstm:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.atl:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.doc:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.examples:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.master:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.umlx:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvt:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvt/.polyglot.build.properties [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (259.97kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (96.18kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (20.57kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (3.41MB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (138.71kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.atl:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.atl/.polyglot.build.properties [INFO] Fetching org.eclipse.m2m.atl.common_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (272.83kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.codegen:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.codegen/.polyglot.build.properties [INFO] Fetching org.eclipse.ocl.examples.codegen_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (1.5MB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (353.45kB) [INFO] Fetching org.objectweb.asm_9.6.0.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (120.7kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.compiler:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.compiler/.polyglot.build.properties [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (96.25kB) [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (84.42kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (36.45kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.cs2as.compiler:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.cs2as.compiler/.polyglot.build.properties [INFO] Fetching biz.aQute.bnd.util_7.0.0.202310060912.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202311211001/plugins/ (431.41kB) [INFO] Fetching biz.aQute.bndlib_6.4.1.202306080939.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (3.04MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (24.84kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (51.82kB) [INFO] Fetching org.eclipse.ant.core_3.7.100.v20230731-0828.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (109.39kB) [INFO] Fetching org.eclipse.compare_3.9.200.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (809.15kB) [INFO] Fetching org.eclipse.ui.views_3.12.100.v20230821-1342.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (107.54kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.100.v20230821-0745.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (693.66kB) [INFO] Fetching org.eclipse.ui.editors_3.17.0.v20230821-1342.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (612.76kB) [INFO] Fetching org.eclipse.compare.core_3.8.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (69.73kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (116.83kB) [INFO] Fetching org.eclipse.debug.ui_3.18.100.v20230802-1257.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (3.04MB) [INFO] Fetching org.eclipse.ui.console_3.13.0.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (246.77kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (188.35kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (131.33kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (354.65kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (109.07kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (39.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.400.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (71.72kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.100.v20230718-0609.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (113.11kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.300.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (49.04kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (27kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (103.54kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.100.v20230814-2013.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (248.62kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.200.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (28.81kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (258.26kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.100.v20230630-1506.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (135.53kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.100.v20230811-2104.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.51MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (346.43kB) [INFO] Fetching org.eclipse.jdt.ui_3.30.0.v20230822-0733.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (10.99MB) [INFO] Fetching org.eclipse.search_3.15.200.v20230825-1346.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (500.56kB) [INFO] Fetching org.eclipse.team.ui_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.10.100.v20230726-0617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (405.12kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.100.v20230728-0612.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (470.99kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.100.v20230821-1342.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (180.32kB) [INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202303072132.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (155.83kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (29.81kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (250.32kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (823.1kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (224.26kB) [INFO] Fetching org.eclipse.pde.core_3.17.100.v20230818-2038.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.xtext.builder_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (396.89kB) [INFO] Fetching org.eclipse.xtext.ui_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (62.7kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (135.25kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (421.46kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (718.26kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (214.37kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (96.97kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (187.65kB) [INFO] Fetching org.eclipse.pde.build_3.12.100.v20230825-1354.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (507.87kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.100.v20230727-0604.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (110.58kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (252.53kB) [INFO] Fetching org.eclipse.xtext.smap_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (22.7kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (250.28kB) [INFO] Fetching org.eclipse.xtext.ide_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (495.95kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (196.34kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.32.0.v20230827-1315.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (135.25kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.debug:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug/.polyglot.build.properties [INFO] Fetching org.eclipse.ocl.examples.debug_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (87.94kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (462.05kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (459.38kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (218.94kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.debug.ui:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug.ui/.polyglot.build.properties [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (80.98kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.master:0.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.master/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtbase:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtbase/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtcore:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtcore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtimperative:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtrelation:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtschedule:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvttemplate:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.runtime:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.runtime/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.text:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.text/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx.design:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.design/.polyglot.build.properties [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (2.92MB) [INFO] Fetching org.antlr.runtime_4.7.2.v20221112-0806.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (360.77kB) [INFO] Fetching org.eclipse.acceleo.annotations_7.0.0.202304041222.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (13.85kB) [INFO] Fetching org.eclipse.acceleo.query_7.0.0.202304041222.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (503.27kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (411.07kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (88.93kB) [INFO] Fetching org.eclipse.sirius_7.2.1.202309051053.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (874.28kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_7.2.1.202309051053.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (36.13kB) [INFO] Fetching org.eclipse.sirius.common_7.2.1.202309051053.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (258.62kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_7.2.1.202309051053.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (95.47kB) [INFO] Fetching org.eclipse.sirius.model_7.2.1.202309051053.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (642.22kB) [INFO] Fetching org.eclipse.sirius.ext.base_7.2.1.202309051053.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (31.15kB) [INFO] Fetching org.eclipse.sirius.ext.emf_7.2.1.202309051053.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (19.37kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.2.1.202309051053.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (11.43kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (14.67kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.umlx.ui:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xml:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xml.design:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml.design/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase.ui:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore.ui:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative.ui:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation.ui:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/.polyglot.build.properties [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.releng.build-site:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/releng/org.eclipse.qvtd.releng.build-site/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.all.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.5.100.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (49.77kB) [INFO] Fetching &format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/epsilon/interim/ (63B) [INFO] Fetching org.eclipse.epsilon.common_1.5.1.201809302027.jar from https://download.eclipse.org/epsilon/updates/1.5/plugins/ (82.25kB) [INFO] Fetching org.eclipse.epsilon.dependencies_1.5.1.201809302027.jar from https://download.eclipse.org/epsilon/updates/1.5/plugins/ (7.85kB) [INFO] Fetching org.antlr.runtime_3.1.b1_3.1.0.jar from https://download.eclipse.org/epsilon/updates/1.5/plugins/ (120.34kB) [INFO] Fetching org.eclipse.epsilon.emc.emf_1.5.1.201809302027.jar from https://download.eclipse.org/epsilon/updates/1.5/plugins/ (121.12kB) [INFO] Fetching org.eclipse.epsilon.eol.engine_1.5.1.201809302027.jar from https://download.eclipse.org/epsilon/updates/1.5/plugins/ (873.41kB) [INFO] Fetching org.eclipse.xsd_2.19.0.v20230916-0637.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202311070643/plugins/ (1,002.43kB) [INFO] Fetching org.eclipse.epsilon.epl.engine_1.5.1.201809302027.jar from https://download.eclipse.org/epsilon/updates/1.5/plugins/ (357kB) [INFO] Fetching org.eclipse.epsilon.erl.engine_1.5.1.201809302027.jar from https://download.eclipse.org/epsilon/updates/1.5/plugins/ (30.34kB) [INFO] Fetching org.eclipse.epsilon.etl.engine_1.5.1.201809302027.jar from https://download.eclipse.org/epsilon/updates/1.5/plugins/ (305.79kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.500.v20230717-2134.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (54.57kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.200.v20230627-0107.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (58.97kB) [INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (414.97kB) [INFO] Fetching org.eclipse.m2m.atl.adt_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (68.19kB) [INFO] Fetching org.eclipse.m2m.atl.engine_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (390.88kB) [INFO] Fetching org.eclipse.m2m.atl.adt.ui_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (110.4kB) [INFO] Fetching org.eclipse.m2m.atl.core_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (28.61kB) [INFO] Fetching org.eclipse.m2m.atl.core.emf_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (28.15kB) [INFO] Fetching org.eclipse.m2m.atl.core.ui_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (86.96kB) [INFO] Fetching org.eclipse.m2m.atl.debug.core_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (61.56kB) [INFO] Fetching org.eclipse.m2m.atl.dsls_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (310.62kB) [INFO] Fetching org.eclipse.m2m.atl.emftvm_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (806.49kB) [INFO] Fetching org.eclipse.m2m.atl.emftvm.trace_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (62.99kB) [INFO] Fetching org.eclipse.m2m.atl.emftvm.compiler_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (121.79kB) [INFO] Fetching org.eclipse.m2m.atl.emftvm.launcher_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (100.61kB) [INFO] Fetching org.eclipse.m2m.atl.engine.emfvm_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (275.53kB) [INFO] Fetching org.eclipse.m2m.atl.engine.emfvm.launch_4.8.0.v202306260617.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (36.25kB) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.8.v20231120-1150.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.8/S202311201150/plugins/ (1.06MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20231120-1150.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.8/S202311201150/plugins/ (68.38kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20231120-1150.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.8/S202311201150/plugins/ (870.21kB) [INFO] Fetching org.eclipse.ocl.ecore_3.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (385.67kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20231120-1150.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.8/S202311201150/plugins/ (143.97kB) [INFO] Fetching org.eclipse.ocl_3.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (1.14MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20231120-1150.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.8/S202311201150/plugins/ (77.19kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.samples_3.10.2.v20231120-1150.jar from https://download.eclipse.org/mmt/qvto/updates/milestones/3.10.8/S202311201150/plugins/ (655.13kB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (112.42kB) [INFO] Fetching org.eclipse.ocl.examples.debug.ui_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (81.48kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (290.17kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (152.41kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (165.02kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (13.38kB) [INFO] Fetching org.eclipse.ocl.examples.extlibrary_6.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (69.41kB) [INFO] Fetching org.eclipse.ocl.examples.standalone_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (68.56kB) [INFO] Fetching org.eclipse.ocl.examples.validity_2.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (68.03kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (101.48kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.tests_3.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (1.27MB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (220.23kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (23.49kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (321.62kB) [INFO] Fetching org.eclipse.ocl.xtext.idioms_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (283.68kB) [INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (47.08kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.19.0.v20231129-1236.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.19.0/plugins/ (410.63kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.7.100.v20230728-0611.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (24.12kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.100.v20230821-1342.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (129.16kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (32.12kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (873.19kB) [INFO] Fetching org.hamcrest_2.2.0.v20210711-0821.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (147.32kB) [INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (9.2kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.atl.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.compiler.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.cs2as.compiler.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.bigmde2016.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.exe2016.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.minioclcs.xtext.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.umlx.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtbase.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtcore.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtimperative.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtrelation.tests:0.30.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/pom.xml [WARNING] The project org.eclipse.qvtd:org.eclipse.qvtd.releng.tycho:pom:0.30.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] 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.30.0-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] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.releng.tycho --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.releng.tycho --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.doc-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.doc --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc --- [INFO] Resolving class path of 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-master/doc/org.eclipse.qvtd.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ 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-master/doc/org.eclipse.qvtd.doc/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.doc --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.30.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] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.doc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.miniocl --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Resolving class path of org.eclipse.qvtd.doc.miniocl... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (27.41kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (39.29kB) [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-master/doc/org.eclipse.qvtd.doc.miniocl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Compiling 115 source files to /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.miniocl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.doc.miniocl --- [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-master/doc/org.eclipse.qvtd.doc.miniocl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.miniocl --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.doc.miniocl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.doc.miniocl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.plugins-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.plugins-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.runtime --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.runtime --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.runtime --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.runtime --- [INFO] Compiling 114 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.runtime/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.runtime --- [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-master/plugins/org.eclipse.qvtd.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.runtime --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.runtime --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.runtime --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Resolving class path of 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-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Compiling 164 source files to /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [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-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.doc.minioclcs.xtext --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.examples-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.examples --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples --- [INFO] Resolving class path of org.eclipse.qvtd.examples... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.0.v20230501-1823.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.102.0.v20230616-1215.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (29.89kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (12.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (31.84kB) [INFO] Fetching org.eclipse.ui.win32_3.5.100.v20230630-1554.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.0.v20230616-1215.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (42.56kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.1.0.v20230630-1303.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (25.64kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (11.39kB) [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-master/examples/org.eclipse.qvtd.examples/zips/qvtc [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/zips/qvtc/empty.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/zips/qvtc/uml2rdbms.zip [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/zips/qvtr [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/zips/qvtr/empty.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/zips/qvtr/hstm2fstm.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/zips/qvtr/modelmorf.zip [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/zips/qvtr/reltocore.zip [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/zips/umlx [INFO] [zip] Building zip: /home/jenkins/agent/workspace/qvtd-master/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-master/examples/org.eclipse.qvtd.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.examples --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples --- [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-master/examples/org.eclipse.qvtd.examples/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.examples --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.30.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] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.examples --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Resolving class path of 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-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [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-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Resolving class path of 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-master/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [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-master/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Resolving class path of 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-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [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-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Resolving class path of 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-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [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-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.examples.qvtrelation.reltocore --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Resolving class path of 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-master/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [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-master/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.examples.umlx.hstm2fstm --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.features-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.features-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.pivot.qvtbase/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtbase/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtbase --- [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-master/plugins/org.eclipse.qvtd.pivot.qvtbase/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.pivot.qvtbase --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvttemplate --- [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-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.pivot.qvttemplate --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtrelation --- [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-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.pivot.qvtrelation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.atl --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.atl --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.atl --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.atl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.atl --- [INFO] Compiling 91 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.atl/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.atl --- [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-master/plugins/org.eclipse.qvtd.atl/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.atl --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.atl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.30.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] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.atl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.atl --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.atl --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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-master/features/org.eclipse.qvtd.atl-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.atl --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.atl --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-master/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.atl --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.30.0-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-master/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.30.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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-master/features/org.eclipse.qvtd.doc-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.doc --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.doc --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.qvtd.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.30.0-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-master/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.30.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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-master/features/org.eclipse.qvtd.examples-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.examples --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.examples --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.qvtd.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.30.0-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-master/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.30.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.qvtd.examples --- [INFO] [INFO] ------------------< org.eclipse.qvtd:org.eclipse.qvt >------------------ [INFO] Building org.eclipse.qvt 0.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvt --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvt --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvt --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvt --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvt/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvt --- [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-master/plugins/org.eclipse.qvt/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvt --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvt --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvt --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvt --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvt --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvt --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvt --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvt --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Compiling 195 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtschedule --- [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-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.pivot.qvtschedule --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtimperative --- [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-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.pivot.qvtimperative --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.codegen --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.codegen --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.codegen --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.codegen/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.codegen --- [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.codegen/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.codegen --- [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-master/plugins/org.eclipse.qvtd.codegen/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.codegen --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.codegen --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.codegen --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.codegen --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.codegen --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.pivot.qvtcore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtcore/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtcore --- [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-master/plugins/org.eclipse.qvtd.pivot.qvtcore/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.pivot.qvtcore --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.compiler --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.compiler --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.compiler --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.compiler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.compiler --- [INFO] Compiling 272 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.compiler/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.compiler --- [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-master/plugins/org.eclipse.qvtd.compiler/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.compiler --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.compiler --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.compiler --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.compiler --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xtext.qvtbase/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtbase --- [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-master/plugins/org.eclipse.qvtd.xtext.qvtbase/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xtext.qvtbase --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xtext.qvtcore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtcore --- [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-master/plugins/org.eclipse.qvtd.xtext.qvtcore/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xtext.qvtcore --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Compiling 101 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtimperative --- [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-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xtext.qvtimperative --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtrelation --- [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-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xtext.qvtrelation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.debug --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.debug --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.debug --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.debug/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.debug --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.debug --- [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-master/plugins/org.eclipse.qvtd.debug/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.debug --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.debug --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.debug --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.debug --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.debug --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [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-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xtext.qvtbase.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [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-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xtext.qvtimperative.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.umlx --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.umlx --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.umlx/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.umlx --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.umlx --- [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-master/plugins/org.eclipse.qvtd.umlx/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.umlx --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.30.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] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.umlx --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.debug.ui --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.debug.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.debug.ui --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.debug.ui --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.debug.ui --- [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-master/plugins/org.eclipse.qvtd.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.debug.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.debug.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.debug.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [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-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xtext.qvtcore.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [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-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xtext.qvtrelation.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.ui --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.umlx.ui --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.umlx.ui --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.umlx.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.umlx.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.umlx.ui --- [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-master/plugins/org.eclipse.qvtd.umlx.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.umlx.ui --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.umlx.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.umlx.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.master --- [INFO] The project's OSGi version is 0.15.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.master --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.master --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.master/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ 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-master/plugins/org.eclipse.qvtd.master/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.master --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.master --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/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] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.master --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.master --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.master --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.xml >---------------- [INFO] Building org.eclipse.qvtd.xml 0.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xml --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xml --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xml --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xml/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xml --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xml --- [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-master/plugins/org.eclipse.qvtd.xml/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xml --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xml --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xml --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xml --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.qvtd.xml --- [INFO] [INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.text >--------------- [INFO] Building org.eclipse.qvtd.text 0.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.text --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.text --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.text --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.text/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.text --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.text/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.text --- [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-master/plugins/org.eclipse.qvtd.text/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.text --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.text --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.text --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.text --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.text --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.text --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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-master/features/org.eclipse.qvtd.master-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.master --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.master --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.qvtd.master --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.master --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.30.0-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-master/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.30.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.master --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.tests-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.tests-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtbase.tests... [INFO] Fetching org.eclipse.core.net.win32_1.1.100.v20230725-1354.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (27.76kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.300.v20230630-1232.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (16.38kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.100.v20230617-1158.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (9.6kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (87.79kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2023-09/202309131000/plugins/ (42.61kB) [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-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.xtext.qvtbase.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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: 7.018 s - in org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests testQVTruntimeLibrary_AS (org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests) Time elapsed: 3.813 s testQVTruntimeLibrary (org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests) Time elapsed: 1.401 s testQVTbase_AS (org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests) Time elapsed: 1.115 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Compiling 249 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [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: 26.185 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.xtext.qvtimperative.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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: 36.29 s - in org.eclipse.qvtd.xtext.qvtimperative.tests.AllQVTimperativeTests testLoad_Classescs2Classes_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiEditorTests) Time elapsed: 4.196 s testLoad_HSV2HSL_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiEditorTests) Time elapsed: 0.436 s testQVTiInterpreter_Tree2TallTreeIncremental (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.607 s testQVTiInterpreter_Graph2GraphHierarchical (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.384 s testQVTiInterpreter_HSV2HSL (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.284 s testQVTiInterpreter_Graph2GraphHierarchicalLoad (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.187 s testQVTiInterpreter_Graph2GraphMinimal (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.248 s testQVTiInterpreter_Tree2TallTreeLazy (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.277 s testQVTiInterpreter_ClassesCS2AS_bug457239b (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.34 s testQVTiInterpreter_SimpleUML2RDBMS (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.651 s testQVTiInterpreter_ClassesCS2AS_bug456900 (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.283 s testQVTiInterpreter_ClassesCS2AS_bug457239 (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.265 s testQVTiInterpreter_ManualUML2RDBMS (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests) Time elapsed: 0.484 s testQVTiCompiler_ClassesCS2AS_bug459225_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 4.752 s testQVTiCompiler_ManualUML2RDBMS_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 3.435 s testQVTiCompiler_HSV2HLS_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.803 s testQVTiCompiler_Tree2TallTree_Copied_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.607 s testQVTiCompiler_SimpleUML2RDBMS_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 2.395 s testQVTiCompiler_Tree2TallTree_Deleted_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.81 s testQVTiCompiler_ClassesCS2AS_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.323 s testQVTiCompiler_Tree2TallTree_Changed_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.127 s testQVTiCompiler_Tree2TallTree_CG (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests) Time elapsed: 1.07 s testQVTiSerialize_Dependencies (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.345 s testQVTiSerialize_Expressions (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.408 s testQVTiSerialize_Graph2GraphMinimal (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.304 s testQVTiSerialize_HSV2HSL_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.378 s testQVTiSerialize_SimpleUML2RDBMS_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.756 s testQVTiSerialize_Tree2TallTree_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.367 s testQVTiSerialize_KiamaRewrite_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.367 s testQVTiSerialize_Constructors (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.258 s testQVTiSerialize_ManualUML2RDBMS_qvti (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.711 s testQVTiSerialize_HSV2HSLas_qvtias (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.239 s testQVTiSerialize_Graph2GraphHierarchical (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests) Time elapsed: 0.359 s testDebugger_Run_HSV2HSL (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiDebuggerTests) Time elapsed: 1.251 s testDebugger_Debug_HSV2HSL (org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiDebuggerTests) Time elapsed: 2.021 s Results: Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Compiling 199 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [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_SimpleUML2RDBMS_CG ----- source resource for CollectionLiteralExp@1570051406::type : SetType@509103130 source resource for OperationCallExp@464704907::type : SetType@509103130 source resource for PropertyCallExp@1600099223::type : SetType@509103130 source resource for CollectionLiteralExp@1966283670::type : OrderedSetType@952810055 source resource for IteratorExp@889457830::type : BagType@390925291 source resource for PropertyCallExp@2117888707::type : SetType@1455969662 source resource for CollectionLiteralExp@1488054727::type : OrderedSetType@1396866953 source resource for PropertyCallExp@1451664203::type : OrderedSetType@2005991265 -----Starting QVTcCompilerTests.testQVTcCompiler_HSVToHSL_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_example_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_Families2Persons_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS ----- source resource for CollectionLiteralExp@410952668::type : OrderedSetType@1869279844 source resource for PropertyCallExp@2113263702::type : SetType@1161320727 source resource for PropertyCallExp@324430231::type : OrderedSetType@635763679 source resource for IteratorExp@1259247840::type : BagType@579686396 source resource for CollectionLiteralExp@1615321513::type : SetType@2134182655 source resource for OperationCallExp@656005017::type : SetType@2134182655 source resource for PropertyCallExp@164419937::type : SetType@2134182655 source resource for CollectionLiteralExp@1901274921::type : OrderedSetType@385531428 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.602 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.xtext.qvtcore.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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_SimpleUML2RDBMS_CG ----- source resource for PropertyCallExp@1668914472::type : OrderedSetType@39266902 source resource for IteratorExp@1294319083::type : BagType@1172325095 source resource for CollectionLiteralExp@455661625::type : SetType@1799557420 source resource for OperationCallExp@1188520506::type : SetType@1799557420 source resource for PropertyCallExp@135158513::type : SetType@1799557420 source resource for CollectionLiteralExp@680612863::type : OrderedSetType@1139958553 source resource for CollectionLiteralExp@1977966051::type : OrderedSetType@1713158114 source resource for PropertyCallExp@1232335331::type : SetType@1109988310 -----Starting QVTcCompilerTests.testQVTcCompiler_HSVToHSL_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_example_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_Families2Persons_CG ----- assertRegionCount suppressed -----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS ----- source resource for CollectionLiteralExp@290556539::type : OrderedSetType@442291573 source resource for PropertyCallExp@2057614352::type : SetType@378766546 source resource for PropertyCallExp@1940873259::type : OrderedSetType@545363651 source resource for IteratorExp@1101496637::type : BagType@622323824 source resource for CollectionLiteralExp@1644340720::type : SetType@558062386 source resource for OperationCallExp@1545602518::type : SetType@558062386 source resource for PropertyCallExp@1156202175::type : SetType@558062386 source resource for CollectionLiteralExp@1506767364::type : OrderedSetType@17234357 Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.607 s - in org.eclipse.qvtd.xtext.qvtcore.tests.AllQVTcoreTests testQVTcLoad_HSV2HSL_qvtias (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 4.829 s testQVTcLoad_HSV2HSL_qvtsas (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.505 s testQVTcLoad_mini_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.304 s testQVTcLoad_uml2rdbms_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.542 s testQVTcLoad_Class2RDBMS_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.464 s testQVTcLoad_uml2rdbms_qvti_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.387 s testQVTcLoad_expressions_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.405 s testQVTcLoad_HSV2HLS2_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.31 s testQVTcLoad_uml2rdbms_qvtu_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.296 s testQVTcLoad_HSV2HLS_qvtc (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests) Time elapsed: 0.285 s testQVTcDomainUsage_uml2rdbms_qvtu (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcDomainUsageTests) Time elapsed: 0.42 s testQVTcSerialize_platformResource_BaseCS2AS (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests) Time elapsed: 2.02 s testQVTcSerialize_Class2RDBMS (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests) Time elapsed: 0.643 s testQVTcSerialize_HSV2HSL (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests) Time elapsed: 0.503 s testQVTcCompiler_Forward2Reverse_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 4.73 s testQVTcCompiler_Upper2Lower (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.242 s testQVTcCompiler_SimpleUML2RDBMS_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 3.982 s testQVTcCompiler_HSVToHSL_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 2.672 s testQVTcCompiler_SimpleUML2RDBMS_example_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 2.998 s testQVTcCompiler_Upper2Lower_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.04 s testQVTcCompiler_Families2Persons_CG (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 7.835 s testQVTcCompiler_Families2Persons (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.129 s testQVTcCompiler_Forward2Reverse (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 0.724 s testQVTcCompiler_SimpleUML2RDBMS (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.504 s testQVTcCompiler_HSVToHSL (org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests) Time elapsed: 1.218 s Results: Tests run: 25, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.compiler.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.compiler.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.compiler.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.compiler.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.compiler.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [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: 6.357 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.compiler.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.compiler.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.compiler.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.30.0-SNAPSHOT-sources.jar [WARNING] [Wed Nov 29 13:42:52 UTC 2023] HTTP request failed. HTTP Error 504 (reason: Gateway Time-out)

504 Gateway Time-out

The server didn't respond in time. Server response has been saved to '/home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.30.0-SNAPSHOT-sources.jar-16983329475679278368-RemoteJarSigner.log' [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.compiler.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.compiler.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.compiler.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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: 6.549 s - in org.eclipse.qvtd.compiler.tests.AllCompilerTests testContainmentAnalysis_ContainmentProperty_Ecore (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 2.739 s testInheritanceAnalysis_SuperClass_Ecore (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 0.191 s testOperationDependencyAnalysis_Companies (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 2.322 s testInheritanceAnalysis_SubClass_Ecore (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 0.161 s testContainmentAnalysis_ContainerClass_Ecore (org.eclipse.qvtd.compiler.tests.AnalysisTests) Time elapsed: 0.15 s testRuntime_RedundantDoubleSimpleConnection (org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests) Time elapsed: 0.144 s testRuntime_TripleSimpleConnection (org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests) Time elapsed: 0.102 s testRuntime_DoubleSimpleConnection (org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests) Time elapsed: 0.105 s testRuntime_SingleSimpleConnection (org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests) Time elapsed: 0.093 s Results: Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [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 ----- 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 Diagnostic WARNING source=org.eclipse.emf.ecore.model code=0 The «invariant» 'qvtrelation::Relation::validateVariablesAreUnique' is invalid: '"Tuple {\n\tmessage : String = let namesBag = variable->collect(name) in\n\tlet namesSet= namesBag->asSet() in\n\tlet multiNames = namesSet->select(n | namesBag->count(n) > 1)->sortedBy(n | n) in\n\t\'Relation::VariablesAreUnique: Multiple definitions of \' + multiNames->iterate(b ; acc = \'\' |\n\t\tlet s = if b <> null then \'"\' + b + \'"\' else \'null\' endif in\n\t\tif acc <> \'\' then acc + \',\' + s else s endif) + \' in "\' + transformation.name + \'::\' + name + \'"\',\n\tstatus : Boolean = \n\tvariable->isUnique(name)\n\n\n}.status" The 'PropertyCallExp::UnsafeSourceCanNotBeNull' constraint is violated for 'self.transformation.name'' data=[org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl@229a6ab (key: body, value: Tuple { message : String = let namesBag = variable->collect(name) in let namesSet= namesBag->asSet() in let multiNames = namesSet->select(n | namesBag->count(n) > 1)->sortedBy(n | n) in 'Relation::VariablesAreUnique: Multiple definitions of ' + multiNames->iterate(b ; acc = '' | let s = if b <> null then '"' + b + '"' else 'null' endif in if acc <> '' then acc + ',' + s else s endif) + ' in "' + transformation.name + '::' + name + '"', status : Boolean = variable->isUnique(name) }.status)] [Diagnostic WARNING source=org.eclipse.ocl.pivot code=0 The 'PropertyCallExp::UnsafeSourceCanNotBeNull' constraint is violated for 'self.transformation.name' data=[self.transformation.name]] 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 Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean -----Starting QVTrCompilerTests.testQVTrCompiler_Persons2Names2Families_CG ----- Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean -----Starting QVTrCompilerTests.testQVTrCompiler_Persons2Names2Families ----- Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean -----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: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.578 s - in org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.xtext.qvtrelation.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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 ----- 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 Diagnostic WARNING source=org.eclipse.emf.ecore.model code=0 The «invariant» 'qvtrelation::Relation::validateVariablesAreUnique' is invalid: '"Tuple {\n\tmessage : String = let namesBag = variable->collect(name) in\n\tlet namesSet= namesBag->asSet() in\n\tlet multiNames = namesSet->select(n | namesBag->count(n) > 1)->sortedBy(n | n) in\n\t\'Relation::VariablesAreUnique: Multiple definitions of \' + multiNames->iterate(b ; acc = \'\' |\n\t\tlet s = if b <> null then \'"\' + b + \'"\' else \'null\' endif in\n\t\tif acc <> \'\' then acc + \',\' + s else s endif) + \' in "\' + transformation.name + \'::\' + name + \'"\',\n\tstatus : Boolean = \n\tvariable->isUnique(name)\n\n\n}.status" The 'PropertyCallExp::UnsafeSourceCanNotBeNull' constraint is violated for 'self.transformation.name'' data=[org.eclipse.emf.ecore.impl.EStringToStringMapEntryImpl@6b20a84b (key: body, value: Tuple { message : String = let namesBag = variable->collect(name) in let namesSet= namesBag->asSet() in let multiNames = namesSet->select(n | namesBag->count(n) > 1)->sortedBy(n | n) in 'Relation::VariablesAreUnique: Multiple definitions of ' + multiNames->iterate(b ; acc = '' | let s = if b <> null then '"' + b + '"' else 'null' endif in if acc <> '' then acc + ',' + s else s endif) + ' in "' + transformation.name + '::' + name + '"', status : Boolean = variable->isUnique(name) }.status)] [Diagnostic WARNING source=org.eclipse.ocl.pivot code=0 The 'PropertyCallExp::UnsafeSourceCanNotBeNull' constraint is violated for 'self.transformation.name' data=[self.transformation.name]] 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 Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean -----Starting QVTrCompilerTests.testQVTrCompiler_Persons2Names2Families_CG ----- Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean -----Starting QVTrCompilerTests.testQVTrCompiler_Persons2Names2Families ----- Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_CREATING_PARENT_TO_CHILD : Boolean[1] can satisfy expression: this.PREFER_CREATING_PARENT_TO_CHILD navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Daughter2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Father2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Mother2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean Mapping WARNING for org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::mPtoN3__Son2NewFamilyGroup__init__ No possible producer of: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families::PREFER_EXISTING_FAMILY_TO_NEW : Boolean[1] can satisfy expression: this.PREFER_EXISTING_FAMILY_TO_NEW navigation source type: org::eclipse::qvtd::xtext::qvtrelation::tests::persons2names2families::Persons2Names2Families navigation target type: Boolean -----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: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.513 s - in org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests testQVTrLoad_UmlToRel_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 4.433 s testQVTrLoad_SeqToStmc_CT_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.469 s testQVTrLoad_Import_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.308 s testQVTrLoad_MiToSiSimple_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.393 s testQVTrLoad_Packages_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.287 s testQVTrLoad_ClassModelToClassModel_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.249 s testQVTrLoad_SeqToStm_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.278 s testQVTrLoad_ATL2QVTr_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.788 s testQVTrLoad_Keys_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.243 s testQVTrLoad_HstmToStm_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.272 s testQVTrLoad_RelToCore_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 1.104 s testQVTrLoad_DNF_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.306 s testQVTrLoad_SimplerRelToCore_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.866 s testQVTrLoad_DNF_bbox_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.27 s testQVTrLoad_AbstractToConcrete_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.204 s testQVTrLoad_UmlToRdbms_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests) Time elapsed: 0.216 s testQVTrDomainUsage_Keys (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests) Time elapsed: 0.229 s testQVTrDomainUsage_Rel2Core (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests) Time elapsed: 0.382 s testQVTrDomainUsage_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests) Time elapsed: 0.196 s testQVTr2QVTrCopy_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTr2QVTrTests) Time elapsed: 0.224 s testQVTr2QVTrCopy_RelToCore (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTr2QVTrTests) Time elapsed: 1.045 s testQVTrSerialize_PetriNet2StateChart (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.418 s testQVTrSerialize_MiToSiSimple (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.394 s testQVTrSerialize_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.342 s testQVTrSerialize_Keys (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.322 s testQVTrSerialize_Packages (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.367 s testQVTrSerialize_ClassModelToClassModel (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.281 s testQVTrSerialize_SeqToStm (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.311 s testQVTrSerialize_Iterated2Iterated (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.281 s testQVTrSerialize_Persons2Names2Families_qvtr (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.59 s testQVTrSerialize_SimplerRelToCore (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 1.92 s testQVTrSerialize_RelToCore (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests) Time elapsed: 0.747 s testQVTrFormat_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrFormatTests) Time elapsed: 0.361 s testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 3.617 s testQVTrCompiler_Ecore2Pivot (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.077 s testQVTrCompiler_Iterated2Iterated_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 4.917 s testQVTrCompiler_Families2Persons_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 3.057 s testQVTrCompiler_Forward2Reverse_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.11 s testQVTrCompiler_Ecore2PivotRoot (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.686 s testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_iCG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.481 s testQVTrCompiler_ATL2QVTr_CG_exec (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.038 s testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.86 s testQVTrCompiler_SeqToStm_iCG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.457 s testQVTrCompiler_ATL2QVTr_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 19.9 s testQVTrCompiler_SeqToStm_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 2.427 s testQVTrCompiler_ATL2QVTr_reverse_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.037 s testQVTrCompiler_Persons2Names2Families_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 4.502 s testQVTrCompiler_Forward2Reverse (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.599 s testQVTrCompiler_MiToSiSimpleWithKeys_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.754 s testQVTrCompiler_Ecore2Pivot_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.022 s testQVTrCompiler_Persons2Names2Families (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.85 s testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.591 s testQVTrCompiler_SeqToStm (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.649 s testQVTrCompiler_Ecore2PivotRoot_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.143 s testQVTrCompiler_TinyIsomorph_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 0.93 s testQVTrCompiler_MiToSiSimple_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests) Time elapsed: 1.666 s testBuilder_HierarchicalStateMachine2FlatStateMachine (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrBuilderTests) Time elapsed: 0.178 s testDebugger_Run_MissingForward2Reverse (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.371 s testDebugger_Run_hstm2fstm (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.508 s testDebugger_Run_BadForward2Reverse (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.219 s testDebugger_Run_Forward2Reverse (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.229 s testDebugger_Run_hstm2fstm_CG (org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests) Time elapsed: 1.948 s Results: Tests run: 62, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.umlx.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.umlx.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.umlx.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.umlx.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [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: 20.443 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.umlx.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.umlx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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: 27.242 s - in org.eclipse.qvtd.umlx.tests.AllUMLXTests testUMLXRoundtrip_HierarchicalStateMachine2FlatStateMachine_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 4.845 s testUMLXLoad_RelToCore_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 1.953 s testUMLXRoundtrip_PN2SC_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.35 s testUMLXRoundtrip_Forward2Reverse_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.284 s testUMLXLoad_Forward2Reverse_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.278 s testUMLXLoad_Keys_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.321 s testUMLXRoundtrip_Iterated2Iterated_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.356 s testUMLXRoundtrip_SimplerRelToCore_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 3.65 s testUMLXRoundtrip_SeqToStm_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.326 s testUMLXRoundtrip_MiToSiSimple_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.415 s testUMLXLoad_SimplerRelToCore_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.973 s testUMLXLoad_SeqToStm_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.265 s testUMLXRoundtrip_Keys_qvtr (org.eclipse.qvtd.umlx.tests.UMLXSerializeTests) Time elapsed: 0.297 s testUMLXCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG (org.eclipse.qvtd.umlx.tests.UMLXCompilerTests) Time elapsed: 9.607 s testUMLXCompiler_Forward2Reverse_CG (org.eclipse.qvtd.umlx.tests.UMLXCompilerTests) Time elapsed: 2.778 s Results: Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests testQVTcCompiler_Families2Persons_CG_10K 10000, 0.479235 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.doc.bigmde2016.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/surefire.properties] Running org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests testQVTcCompiler_Families2Persons_CG_10K 10000, 0.450636 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.837 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.296 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.doc.exe2016.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests testQVTcCompiler_Forward2Reverse_CG_10K 10000, 0.563409 testQVTrCompiler_Forward2Reverse_CG_10K 10000, 0.516158 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.957 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.doc.exe2016.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.exe2016.tests/target/surefire.properties] Running org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests testQVTcCompiler_Forward2Reverse_CG_10K 10000, 0.638421 testQVTrCompiler_Forward2Reverse_CG_10K 10000, 0.516080 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.256 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.528 s testQVTrCompiler_Forward2Reverse_CG_10K (org.eclipse.qvtd.doc.exe2016.tests.qvtr.EXE2016_QVTr_AutomatedTests) Time elapsed: 1.21 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [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@1d7f2f0a".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@6fced25c" -----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_PackagesDef ----- Re-assignment of "minioclcs::NameExpCS@41bdaa81".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@73ae82da" [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.276 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [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-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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@23110196".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@7f6e9e03" -----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_PackagesDef ----- Re-assignment of "minioclcs::NameExpCS@6b06da60".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@6e16fcaf" Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.283 s - in org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest testSimpleMiniOCL_Invariant (org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest) Time elapsed: 3.456 s testSimpleMiniOCL_PackagesDef (org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest) Time elapsed: 0.295 s Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.cs2as.compiler/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.cs2as.compiler/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.cs2as.compiler --- [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-master/plugins/org.eclipse.qvtd.cs2as.compiler/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.cs2as.compiler --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Compiling 325 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [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' 228 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: 33.381 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.cs2as.compiler.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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' 237 [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: 41.009 s - in org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases testOCL2QVTi_BaseAndDerived_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 13.396 s testOCL2QVTi_BaseAndDerived_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 2.048 s testOCL2QVTi_KiamaRewrite_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 1.45 s testOCL2QVTi_KiamaRewrite_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 0.892 s testOCL2QVTi_SimpleClasses_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 6.637 s testOCL2QVTi_SimpleClasses_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 1.649 s testOCL2QVTi_SimpleClasses_OCL2QVTm_MiddleFolded (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 0.585 s testOCL2QVTi_SimplerKiama_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 1.398 s testOCL2QVTi_SimplerKiama_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 0.781 s testOCL2QVTi_Source2Target_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 2.615 s testOCL2QVTi_Source2Target_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 2.1 s testOCL2QVTi_Source2Target_OCL2QVTm (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 0.714 s testOCL2QVTi_StructuredClasses_CG (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 3.749 s testOCL2QVTi_StructuredClasses_Interpreted (org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases) Time elapsed: 2.424 s Results: Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.atl.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.atl.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.atl.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.atl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.atl.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.atl.tests --- [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-master/tests/org.eclipse.qvtd.atl.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.atl.tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.qvtd.atl.tests.AllATLTests testATL2QVTr_Families2Persons_CG skipped for null - ANTLR version problems [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.342 s - in org.eclipse.qvtd.atl.tests.AllATLTests [INFO] Running org.eclipse.qvtd.atl.tests.ATLExampleTests testATL2QVTr_Families2Persons_CG skipped for null - ANTLR version problems [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.qvtd.atl.tests.ATLExampleTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.atl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.atl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.atl.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.atl.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.atl.tests/target/surefire.properties] Running org.eclipse.qvtd.atl.tests.AllATLTests testATL2QVTr_Families2Persons_CG skipped for null - ANTLR version problems Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 s - in org.eclipse.qvtd.atl.tests.AllATLTests testATL2QVTr_Families2Persons_CG (org.eclipse.qvtd.atl.tests.ATLExampleTests) Time elapsed: 0.488 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.atl.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.all.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.all.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.all.tests --- [INFO] Resolving class path of 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-master/tests/org.eclipse.qvtd.all.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.all.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-master/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-master/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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [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: 1.89 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-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.all.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.30.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] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.all.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.all.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.all.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.qvtd.all.tests --- [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/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-master/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.500.v20230717-2134/org.eclipse.equinox.launcher-1.6.500.v20230717-2134.jar, -data, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-master/tests/org.eclipse.qvtd.all.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-master/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: 2.278 s - in org.eclipse.qvtd.all.tests.GrammarTests testGrammar_QVTimperative (org.eclipse.qvtd.all.tests.GrammarTests) Time elapsed: 0.826 s testGrammar_QVTrelation (org.eclipse.qvtd.all.tests.GrammarTests) Time elapsed: 0.348 s testGrammar_QVTbase (org.eclipse.qvtd.all.tests.GrammarTests) Time elapsed: 0.333 s testGrammar_QVTcore (org.eclipse.qvtd.all.tests.GrammarTests) Time elapsed: 0.192 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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-master/features/org.eclipse.qvtd.tests-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.tests --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.tests --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.qvtd.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.30.0-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-master/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.30.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.tests --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.design --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.umlx.design --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.umlx.design --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.umlx.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.umlx.design --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.design/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.umlx.design --- [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-master/plugins/org.eclipse.qvtd.umlx.design/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.umlx.design --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.design --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.30.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] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.design --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.umlx.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.umlx.design --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.umlx.design --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.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.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xml.design --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.xml.design --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xml.design --- [INFO] Resolving class path of 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-master/plugins/org.eclipse.qvtd.xml.design/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.qvtd.xml.design --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/qvtd-master/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-master/plugins/org.eclipse.qvtd.xml.design/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xml.design --- [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-master/plugins/org.eclipse.qvtd.xml.design/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ org.eclipse.qvtd.xml.design --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.xml.design --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xml.design --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.xml.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.30.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.qvtd.xml.design --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.qvtd.xml.design --- [INFO] No tests to run. [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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-master/features/org.eclipse.qvtd.umlx-feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.umlx --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5: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-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.umlx --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.qvtd.umlx --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.30.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.umlx --- [INFO] Building jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.30.0-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-master/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.30.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/qvtd-master/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.30.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.releng-folder --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.releng-folder --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-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.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.releng.build-site --- [INFO] The project's OSGi version is 0.30.0.v20231129-1335 [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.qvtd.releng.build-site --- [INFO] Required toolchain: jdk [ vendor='oracle' version='11.0' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java] [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean-1) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ 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-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.qvtd.releng.build-site --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (plugin-source) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.qvtd.releng.build-site --- [INFO] Building zip: /home/jenkins/agent/workspace/qvtd-master/releng/org.eclipse.qvtd.releng.build-site/target/org.eclipse.qvtd-0.30.0.R20231129-1335.zip [INFO] [INFO] --- tycho-source-plugin:2.7.5:feature-source (feature-source) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.releng.build-site --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5: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.30.0-SNAPSHOT ...... SUCCESS [ 11.185 s] [INFO] org.eclipse.qvtd.doc-folder 0.30.0-SNAPSHOT ........ SUCCESS [ 0.006 s] [INFO] org.eclipse.qvtd.doc 0.30.0-SNAPSHOT ............... SUCCESS [ 12.747 s] [INFO] org.eclipse.qvtd.doc.miniocl 0.30.0-SNAPSHOT ....... SUCCESS [ 5.663 s] [INFO] org.eclipse.qvtd.plugins-folder 0.30.0-SNAPSHOT .... SUCCESS [ 0.006 s] [INFO] org.eclipse.qvtd.runtime 0.30.0-SNAPSHOT ........... SUCCESS [ 4.006 s] [INFO] org.eclipse.qvtd.doc.minioclcs.xtext 0.30.0-SNAPSHOT SUCCESS [ 3.966 s] [INFO] org.eclipse.qvtd.examples-folder 0.30.0-SNAPSHOT ... SUCCESS [ 0.005 s] [INFO] org.eclipse.qvtd.examples 0.30.0-SNAPSHOT .......... SUCCESS [ 4.669 s] [INFO] org.eclipse.qvtd.examples.qvtcore.uml2rdbms 0.30.0-SNAPSHOT SUCCESS [ 3.247 s] [INFO] org.eclipse.qvtd.examples.qvtrelation.hstm2fstm 0.30.0-SNAPSHOT SUCCESS [ 2.890 s] [INFO] org.eclipse.qvtd.examples.qvtrelation.modelmorf 0.30.0-SNAPSHOT SUCCESS [ 2.690 s] [INFO] org.eclipse.qvtd.examples.qvtrelation.reltocore 0.30.0-SNAPSHOT SUCCESS [ 2.066 s] [INFO] org.eclipse.qvtd.examples.umlx.hstm2fstm 0.30.0-SNAPSHOT SUCCESS [ 2.564 s] [INFO] org.eclipse.qvtd.features-folder 0.30.0-SNAPSHOT ... SUCCESS [ 0.006 s] [INFO] org.eclipse.qvtd.pivot.qvtbase 0.30.0-SNAPSHOT ..... SUCCESS [ 5.123 s] [INFO] org.eclipse.qvtd.pivot.qvttemplate 0.30.0-SNAPSHOT . SUCCESS [ 2.652 s] [INFO] org.eclipse.qvtd.pivot.qvtrelation 0.30.0-SNAPSHOT . SUCCESS [ 3.149 s] [INFO] org.eclipse.qvtd.atl 0.30.0-SNAPSHOT ............... SUCCESS [ 4.643 s] [INFO] org.eclipse.qvtd.atl 0.30.0-SNAPSHOT ............... SUCCESS [ 3.396 s] [INFO] org.eclipse.qvtd.doc 0.30.0-SNAPSHOT ............... SUCCESS [ 2.762 s] [INFO] org.eclipse.qvtd.examples 0.30.0-SNAPSHOT .......... SUCCESS [ 2.306 s] [INFO] org.eclipse.qvt 0.30.0-SNAPSHOT .................... SUCCESS [ 3.276 s] [INFO] org.eclipse.qvtd.pivot.qvtschedule 0.30.0-SNAPSHOT . SUCCESS [ 4.558 s] [INFO] org.eclipse.qvtd.pivot.qvtimperative 0.30.0-SNAPSHOT SUCCESS [ 4.492 s] [INFO] org.eclipse.qvtd.codegen 0.30.0-SNAPSHOT ........... SUCCESS [ 3.193 s] [INFO] org.eclipse.qvtd.pivot.qvtcore 0.30.0-SNAPSHOT ..... SUCCESS [ 3.236 s] [INFO] org.eclipse.qvtd.compiler 0.30.0-SNAPSHOT .......... SUCCESS [ 4.950 s] [INFO] org.eclipse.qvtd.xtext.qvtbase 0.30.0-SNAPSHOT ..... SUCCESS [ 5.248 s] [INFO] org.eclipse.qvtd.xtext.qvtcore 0.30.0-SNAPSHOT ..... SUCCESS [ 5.892 s] [INFO] org.eclipse.qvtd.xtext.qvtimperative 0.30.0-SNAPSHOT SUCCESS [ 4.911 s] [INFO] org.eclipse.qvtd.xtext.qvtrelation 0.30.0-SNAPSHOT . SUCCESS [ 3.557 s] [INFO] org.eclipse.qvtd.debug 0.30.0-SNAPSHOT ............. SUCCESS [ 3.669 s] [INFO] org.eclipse.qvtd.xtext.qvtbase.ui 0.30.0-SNAPSHOT .. SUCCESS [ 3.435 s] [INFO] org.eclipse.qvtd.xtext.qvtimperative.ui 0.30.0-SNAPSHOT SUCCESS [ 3.140 s] [INFO] org.eclipse.qvtd.umlx 0.30.0-SNAPSHOT .............. SUCCESS [ 5.951 s] [INFO] org.eclipse.qvtd.debug.ui 0.30.0-SNAPSHOT .......... SUCCESS [ 3.217 s] [INFO] org.eclipse.qvtd.xtext.qvtcore.ui 0.30.0-SNAPSHOT .. SUCCESS [ 3.923 s] [INFO] org.eclipse.qvtd.xtext.qvtrelation.ui 0.30.0-SNAPSHOT SUCCESS [ 4.008 s] [INFO] org.eclipse.qvtd.umlx.ui 0.30.0-SNAPSHOT ........... SUCCESS [ 2.878 s] [INFO] org.eclipse.qvtd.master 0.15.0-SNAPSHOT ............ SUCCESS [ 2.504 s] [INFO] org.eclipse.qvtd.xml 0.30.0-SNAPSHOT ............... SUCCESS [ 2.603 s] [INFO] org.eclipse.qvtd.text 0.30.0-SNAPSHOT .............. SUCCESS [ 1.833 s] [INFO] org.eclipse.qvtd.master 0.30.0-SNAPSHOT ............ SUCCESS [ 2.591 s] [INFO] org.eclipse.qvtd.tests-folder 0.30.0-SNAPSHOT ...... SUCCESS [ 0.004 s] [INFO] org.eclipse.qvtd.xtext.qvtbase.tests 0.30.0-SNAPSHOT SUCCESS [ 16.172 s] [INFO] org.eclipse.qvtd.xtext.qvtimperative.tests 0.30.0-SNAPSHOT SUCCESS [01:13 min] [INFO] org.eclipse.qvtd.xtext.qvtcore.tests 0.30.0-SNAPSHOT SUCCESS [01:26 min] [INFO] org.eclipse.qvtd.compiler.tests 0.30.0-SNAPSHOT .... SUCCESS [01:31 min] [INFO] org.eclipse.qvtd.xtext.qvtrelation.tests 0.30.0-SNAPSHOT SUCCESS [02:43 min] [INFO] org.eclipse.qvtd.umlx.tests 0.30.0-SNAPSHOT ........ SUCCESS [ 57.176 s] [INFO] org.eclipse.qvtd.doc.bigmde2016.tests 0.30.0-SNAPSHOT SUCCESS [ 13.387 s] [INFO] org.eclipse.qvtd.doc.exe2016.tests 0.30.0-SNAPSHOT . SUCCESS [ 15.985 s] [INFO] org.eclipse.qvtd.doc.minioclcs.xtext.tests 0.30.0-SNAPSHOT SUCCESS [ 16.841 s] [INFO] org.eclipse.qvtd.cs2as.compiler 0.30.0-SNAPSHOT .... SUCCESS [ 3.079 s] [INFO] org.eclipse.qvtd.cs2as.compiler.tests 0.30.0-SNAPSHOT SUCCESS [01:25 min] [INFO] org.eclipse.qvtd.atl.tests 0.30.0-SNAPSHOT ......... SUCCESS [ 14.205 s] [INFO] org.eclipse.qvtd.all.tests 0.30.0-SNAPSHOT ......... SUCCESS [ 13.683 s] [INFO] org.eclipse.qvtd.tests 0.30.0-SNAPSHOT ............. SUCCESS [ 2.700 s] [INFO] org.eclipse.qvtd.umlx.design 0.30.0-SNAPSHOT ....... SUCCESS [ 3.680 s] [INFO] org.eclipse.qvtd.xml.design 0.30.0-SNAPSHOT ........ SUCCESS [ 2.853 s] [INFO] org.eclipse.qvtd.umlx 0.30.0-SNAPSHOT .............. SUCCESS [ 2.645 s] [INFO] org.eclipse.qvtd.releng-folder 0.30.0-SNAPSHOT ..... SUCCESS [ 0.003 s] [INFO] org.eclipse.qvtd.releng.build-site 0.30.0-SNAPSHOT . SUCCESS [ 3.135 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:41 min [INFO] Finished at: 2023-11-29T13:49:54Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Triggering a new build of promoter Finished: SUCCESS