Skip to content

Console Output

Started by user Ed Willink
Rebuilds build #742
Running as Ed Willink
Agent centos-7-254xr 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-254xr"
  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-254xr"
    - 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-254xr"
    - 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-3160.vd76b_9ddd10cc"
    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-254xr (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/qvtd-branch-tests
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-branch-tests # 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 fa18e344fcae8af3aa4137b321576d35cd7f562a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa18e344fcae8af3aa4137b321576d35cd7f562a # timeout=10
Commit message: "[582989] Exploit direct promotion of repository folder rather than zip"
First time build. Skipping changelog.
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[qvtd-branch-tests] $ Xvnc -help
Starting xvnc
[qvtd-branch-tests] $ Xvnc :99 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Jan 10 2024 16:20:34
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


Mon Mar 11 20:49:37 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5999
 vncext:      created VNC server for screen 0
[qvtd-branch-tests] $ /opt/tools/apache-maven/3.9.3/bin/mvn -f releng/org.eclipse.qvtd.releng.tycho/pom.xml -DJAVADOC= -DBUILD_TYPE=nightly -DBRANCH_NAME=origin/master -DBUILD_TYPE=nightly -Dmaven.repo.local=/home/jenkins/agent/workspace/qvtd-branch-tests/.repository --show-version clean verify -Pnightly --global-toolchains toolchains.xml
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /opt/tools/apache-maven/3.9.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: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
/home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.miniocl/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.minioclcs.xtext/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvt/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.atl/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.codegen/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.compiler/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.cs2as.compiler/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.master/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtbase/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtcore/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtimperative/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtrelation/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtschedule/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvttemplate/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.runtime/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.text/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.design/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml.design/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation/.polyglot.build.properties
/home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/.polyglot.build.properties
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.25.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-net:commons-net:jar:3.10.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Tycho Version:  4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] Build Threads:  1
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.15 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.16.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for jakarta.activation:jakarta.activation-api:jar:1.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.14.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The project org.eclipse.qvtd:org.eclipse.qvtd.releng.tycho:pom:0.32.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.qvtd.pivot.qvtschedule                      [eclipse-plugin]
[INFO] org.eclipse.qvtd.pivot.qvtimperative                    [eclipse-plugin]
[INFO] org.eclipse.qvtd.pivot.qvtcore                          [eclipse-plugin]
[INFO] org.eclipse.qvtd.xtext.qvtbase                          [eclipse-plugin]
[INFO] org.eclipse.qvtd.xtext.qvtimperative                    [eclipse-plugin]
[INFO] org.eclipse.qvtd.codegen                                [eclipse-plugin]
[INFO] org.eclipse.qvtd.compiler                               [eclipse-plugin]
[INFO] org.eclipse.qvtd.xtext.qvtrelation                      [eclipse-plugin]
[INFO] org.eclipse.qvtd.umlx                                   [eclipse-plugin]
[INFO] org.eclipse.qvtd.xtext.qvtcore                          [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.debug.ui                               [eclipse-plugin]
[INFO] org.eclipse.qvtd.text                                   [eclipse-plugin]
[INFO] org.eclipse.qvtd.master                                 [eclipse-plugin]
[INFO] org.eclipse.qvt                                         [eclipse-plugin]
[INFO] org.eclipse.qvtd.xtext.qvtcore.ui                       [eclipse-plugin]
[INFO] org.eclipse.qvtd.xml                                    [eclipse-plugin]
[INFO] org.eclipse.qvtd.umlx.ui                                [eclipse-plugin]
[INFO] org.eclipse.qvtd.xtext.qvtrelation.ui                   [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.xtext.qvtrelation.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-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.compiler.tests                    [eclipse-test-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.32.0-SNAPSHOT            [1/64]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.releng.tycho ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.releng.tycho ---
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.13.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.13.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.releng.tycho ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.releng.tycho ---
[INFO] 
[INFO] ----------< org.eclipse.qvtd-doc:org.eclipse.qvtd.doc-folder >----------
[INFO] Building org.eclipse.qvtd.doc-folder 0.32.0-SNAPSHOT              [2/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/doc/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.doc-folder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.doc-folder ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.doc-folder ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.doc-folder ---
[INFO] 
[INFO] -------------< org.eclipse.qvtd-doc:org.eclipse.qvtd.doc >--------------
[INFO] Building org.eclipse.qvtd.doc 0.32.0-SNAPSHOT                     [3/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/qvtd-branch-tests/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@4463d9b7
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] Problems resolving provisioning plan.:
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component [1.4.0,1.5.0).
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime [1.4.0,1.5.0).
   Unable to satisfy dependency from org.apache.felix.scr 2.1.24.v20200924-1939 to java.package; org.osgi.service.component.runtime.dto [1.4.0,1.5.0).
   Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc ---
[INFO] Resolving class path of org.eclipse.qvtd.doc
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.doc ---
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.qvtd.doc ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc/target/org.eclipse.qvtd.doc-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT             [4/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.miniocl/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] Resolving class path of org.eclipse.qvtd.doc.miniocl
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.miniocl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] Compiling 115 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.miniocl/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.miniocl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.miniocl/target/org.eclipse.qvtd.doc.miniocl-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.doc.miniocl ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT          [5/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.plugins-folder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.plugins-folder ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.plugins-folder ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.plugins-folder ---
[INFO] 
[INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.runtime >--------------
[INFO] Building org.eclipse.qvtd.runtime 0.32.0-SNAPSHOT                 [6/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.runtime/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.runtime ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.runtime ---
[INFO] Resolving class path of org.eclipse.qvtd.runtime
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.runtime ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.runtime ---
[INFO] Compiling 114 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.runtime/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.runtime ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.runtime/target/org.eclipse.qvtd.runtime-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.runtime ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT     [7/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.minioclcs.xtext/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] The POM for commons-cli:commons-cli:jar:1.6.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] Resolving class path of org.eclipse.qvtd.doc.minioclcs.xtext
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.minioclcs.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] Compiling 164 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.minioclcs.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/doc/org.eclipse.qvtd.doc.minioclcs.xtext/target/org.eclipse.qvtd.doc.minioclcs.xtext-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.doc.minioclcs.xtext ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT         [8/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.examples-folder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.examples-folder ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.examples-folder ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.examples-folder ---
[INFO] 
[INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.examples >-------------
[INFO] Building org.eclipse.qvtd.examples 0.32.0-SNAPSHOT                [9/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] [e6879f4f-cf56-43bf-b696-c45a7db06b63][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 have severely compromised security. Please report this concern to the artifact provider.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples ---
[INFO] Resolving class path of org.eclipse.qvtd.examples
[INFO] 
[INFO] --- antrun:3.1.0:run (default) @ org.eclipse.qvtd.examples ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/qvtc
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/qvtc/empty.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/qvtc/uml2rdbms.zip
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/qvtr
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/qvtr/empty.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/qvtr/hstm2fstm.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/qvtr/modelmorf.zip
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/qvtr/reltocore.zip
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/umlx
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/zips/umlx/hstm2fstm.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.examples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.examples ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.examples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.qvtd.examples ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples/target/org.eclipse.qvtd.examples-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT [10/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] Resolving class path of org.eclipse.qvtd.examples.qvtcore.uml2rdbms
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] Compiling 72 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtcore.uml2rdbms/target/org.eclipse.qvtd.examples.qvtcore.uml2rdbms-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.examples.qvtcore.uml2rdbms ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT [11/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] Resolving class path of org.eclipse.qvtd.examples.qvtrelation.hstm2fstm
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm/target/org.eclipse.qvtd.examples.qvtrelation.hstm2fstm-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.examples.qvtrelation.hstm2fstm ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT [12/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] Resolving class path of org.eclipse.qvtd.examples.qvtrelation.modelmorf
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.modelmorf/target/org.eclipse.qvtd.examples.qvtrelation.modelmorf-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.examples.qvtrelation.modelmorf ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT [13/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] Resolving class path of org.eclipse.qvtd.examples.qvtrelation.reltocore
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.qvtrelation.reltocore/target/org.eclipse.qvtd.examples.qvtrelation.reltocore-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.examples.qvtrelation.reltocore ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT [14/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] Resolving class path of org.eclipse.qvtd.examples.umlx.hstm2fstm
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/examples/org.eclipse.qvtd.examples.umlx.hstm2fstm/target/org.eclipse.qvtd.examples.umlx.hstm2fstm-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.examples.umlx.hstm2fstm ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT        [15/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.features-folder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.features-folder ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.features-folder ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.features-folder ---
[INFO] 
[INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtbase >-----------
[INFO] Building org.eclipse.qvtd.pivot.qvtbase 0.32.0-SNAPSHOT          [16/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtbase/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] Resolving class path of org.eclipse.qvtd.pivot.qvtbase
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtbase/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] Compiling 90 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtbase/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtbase/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtbase/target/org.eclipse.qvtd.pivot.qvtbase-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtbase ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT      [17/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvttemplate/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] Resolving class path of org.eclipse.qvtd.pivot.qvttemplate
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvttemplate/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] Compiling 49 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvttemplate/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvttemplate/target/org.eclipse.qvtd.pivot.qvttemplate-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvttemplate ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT      [18/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtrelation/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] Resolving class path of org.eclipse.qvtd.pivot.qvtrelation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtrelation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] Compiling 69 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtrelation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtrelation/target/org.eclipse.qvtd.pivot.qvtrelation-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtrelation ---
[INFO] 
[INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.atl >----------------
[INFO] Building org.eclipse.qvtd.atl 0.32.0-SNAPSHOT                    [19/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.atl/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.atl ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.atl ---
[INFO] Resolving class path of org.eclipse.qvtd.atl
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.atl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.atl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.atl ---
[INFO] Compiling 91 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.atl/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.atl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.atl/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.atl ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.qvtd.atl ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.atl ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.atl/target/org.eclipse.qvtd.atl-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] -----------< org.eclipse.qvtd-features:org.eclipse.qvtd.atl >-----------
[INFO] Building org.eclipse.qvtd.atl 0.32.0-SNAPSHOT                    [20/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.atl:0.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.atl-feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.atl ---
[INFO] Deleting /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.atl-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.atl ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.atl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.atl-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.qvtd.atl ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.atl ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.atl-feature/target/org.eclipse.qvtd.atl-0.32.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl ---
[INFO] 
[INFO] -----------< org.eclipse.qvtd-features:org.eclipse.qvtd.doc >-----------
[INFO] Building org.eclipse.qvtd.doc 0.32.0-SNAPSHOT                    [21/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.doc:0.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.doc-feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.doc ---
[INFO] Deleting /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.doc-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.doc ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.doc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.doc-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.qvtd.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.doc-feature/target/org.eclipse.qvtd.doc-0.32.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc ---
[INFO] 
[INFO] --------< org.eclipse.qvtd-features:org.eclipse.qvtd.examples >---------
[INFO] Building org.eclipse.qvtd.examples 0.32.0-SNAPSHOT               [22/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.examples:0.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.examples-feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.examples ---
[INFO] Deleting /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.examples ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.examples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.examples-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.qvtd.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.examples-feature/target/org.eclipse.qvtd.examples-0.32.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.examples ---
[INFO] 
[INFO] --------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtschedule >---------
[INFO] Building org.eclipse.qvtd.pivot.qvtschedule 0.32.0-SNAPSHOT      [23/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtschedule/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] Resolving class path of org.eclipse.qvtd.pivot.qvtschedule
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtschedule/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] Compiling 195 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtschedule/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtschedule/target/org.eclipse.qvtd.pivot.qvtschedule-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtschedule ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT    [24/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtimperative/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] Resolving class path of org.eclipse.qvtd.pivot.qvtimperative
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtimperative/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] Compiling 158 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtimperative/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtimperative/target/org.eclipse.qvtd.pivot.qvtimperative-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtimperative ---
[INFO] 
[INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.pivot.qvtcore >-----------
[INFO] Building org.eclipse.qvtd.pivot.qvtcore 0.32.0-SNAPSHOT          [25/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtcore/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] Resolving class path of org.eclipse.qvtd.pivot.qvtcore
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtcore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] Compiling 81 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtcore/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtcore/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.pivot.qvtcore/target/org.eclipse.qvtd.pivot.qvtcore-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.pivot.qvtcore ---
[INFO] 
[INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtbase >-----------
[INFO] Building org.eclipse.qvtd.xtext.qvtbase 0.32.0-SNAPSHOT          [26/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtbase
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase/target/org.eclipse.qvtd.xtext.qvtbase-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase ---
[INFO] 
[INFO] -------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtimperative >--------
[INFO] Building org.eclipse.qvtd.xtext.qvtimperative 0.32.0-SNAPSHOT    [27/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtimperative
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] Compiling 101 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative/target/org.eclipse.qvtd.xtext.qvtimperative-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative ---
[INFO] 
[INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.codegen >--------------
[INFO] Building org.eclipse.qvtd.codegen 0.32.0-SNAPSHOT                [28/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.codegen/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.codegen ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.codegen ---
[INFO] Resolving class path of org.eclipse.qvtd.codegen
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.codegen ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.codegen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.codegen ---
[INFO] Compiling 77 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.codegen/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.codegen ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.codegen/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.codegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.codegen/target/org.eclipse.qvtd.codegen-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.codegen ---
[INFO] 
[INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.compiler >-------------
[INFO] Building org.eclipse.qvtd.compiler 0.32.0-SNAPSHOT               [29/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.compiler/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.compiler ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.compiler ---
[INFO] Resolving class path of org.eclipse.qvtd.compiler
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.compiler ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.compiler/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.compiler ---
[INFO] Compiling 272 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.compiler/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.compiler ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.compiler/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.compiler ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.compiler ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.compiler/target/org.eclipse.qvtd.compiler-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.compiler ---
[INFO] 
[INFO] --------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation >---------
[INFO] Building org.eclipse.qvtd.xtext.qvtrelation 0.32.0-SNAPSHOT      [30/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtrelation
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] Compiling 94 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation/target/org.eclipse.qvtd.xtext.qvtrelation-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation ---
[INFO] 
[INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.umlx >---------------
[INFO] Building org.eclipse.qvtd.umlx 0.32.0-SNAPSHOT                   [31/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.umlx ---
[INFO] Resolving class path of org.eclipse.qvtd.umlx
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.umlx ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.umlx ---
[INFO] Compiling 70 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.umlx ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.qvtd.umlx ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx/target/org.eclipse.qvtd.umlx-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore >-----------
[INFO] Building org.eclipse.qvtd.xtext.qvtcore 0.32.0-SNAPSHOT          [32/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtcore
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] Compiling 76 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore/target/org.eclipse.qvtd.xtext.qvtcore-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore ---
[INFO] 
[INFO] --------------< org.eclipse.qvtd:org.eclipse.qvtd.debug >---------------
[INFO] Building org.eclipse.qvtd.debug 0.32.0-SNAPSHOT                  [33/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.debug ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.debug ---
[INFO] Resolving class path of org.eclipse.qvtd.debug
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.debug ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.debug ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.debug ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug/target/org.eclipse.qvtd.debug-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.debug ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT       [34/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] [e6879f4f-cf56-43bf-b696-c45a7db06b63][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.emf.validation,1.8.0.201706061352.
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtbase.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtbase.ui/target/org.eclipse.qvtd.xtext.qvtbase.ui-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtbase.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT [35/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtimperative.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtimperative.ui/target/org.eclipse.qvtd.xtext.qvtimperative.ui-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative.ui ---
[INFO] 
[INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.debug.ui >-------------
[INFO] Building org.eclipse.qvtd.debug.ui 0.32.0-SNAPSHOT               [36/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.debug.ui ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.debug.ui ---
[INFO] Resolving class path of org.eclipse.qvtd.debug.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.debug.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.debug.ui ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.debug.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.debug.ui/target/org.eclipse.qvtd.debug.ui-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.debug.ui ---
[INFO] 
[INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.text >---------------
[INFO] Building org.eclipse.qvtd.text 0.32.0-SNAPSHOT                   [37/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.text/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.text ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.text ---
[INFO] Resolving class path of org.eclipse.qvtd.text
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.text ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.text/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.text ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.text/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.text ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.text/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.text ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.text ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.text/target/org.eclipse.qvtd.text-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.text ---
[INFO] 
[INFO] --------------< org.eclipse.qvtd:org.eclipse.qvtd.master >--------------
[INFO] Building org.eclipse.qvtd.master 0.15.0-SNAPSHOT                 [38/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.master/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.master ---
[INFO] The project's OSGi version is 0.15.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.master ---
[INFO] Resolving class path of org.eclipse.qvtd.master
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.master ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.master/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.master ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.master/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.qvtd.master ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.master/target/org.eclipse.qvtd.master-0.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] ------------------< org.eclipse.qvtd:org.eclipse.qvt >------------------
[INFO] Building org.eclipse.qvt 0.32.0-SNAPSHOT                         [39/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvt/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvt ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvt ---
[INFO] Resolving class path of org.eclipse.qvt
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvt ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvt/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvt ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvt ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvt/target/org.eclipse.qvt-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvt ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvt ---
[INFO] 
[INFO] ---------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtcore.ui >---------
[INFO] Building org.eclipse.qvtd.xtext.qvtcore.ui 0.32.0-SNAPSHOT       [40/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtcore.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtcore.ui/target/org.eclipse.qvtd.xtext.qvtcore.ui-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore.ui ---
[INFO] 
[INFO] ---------------< org.eclipse.qvtd:org.eclipse.qvtd.xml >----------------
[INFO] Building org.eclipse.qvtd.xml 0.32.0-SNAPSHOT                    [41/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xml ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xml ---
[INFO] Resolving class path of org.eclipse.qvtd.xml
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xml ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xml ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xml ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml/target/org.eclipse.qvtd.xml-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xml ---
[INFO] 
[INFO] -------------< org.eclipse.qvtd:org.eclipse.qvtd.umlx.ui >--------------
[INFO] Building org.eclipse.qvtd.umlx.ui 0.32.0-SNAPSHOT                [42/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.ui ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.umlx.ui ---
[INFO] Resolving class path of org.eclipse.qvtd.umlx.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.umlx.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.umlx.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.umlx.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.ui/target/org.eclipse.qvtd.umlx.ui-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx.ui ---
[INFO] 
[INFO] -------< org.eclipse.qvtd:org.eclipse.qvtd.xtext.qvtrelation.ui >-------
[INFO] Building org.eclipse.qvtd.xtext.qvtrelation.ui 0.32.0-SNAPSHOT   [43/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtrelation.ui
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xtext.qvtrelation.ui/target/org.eclipse.qvtd.xtext.qvtrelation.ui-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation.ui ---
[INFO] 
[INFO] ---------< org.eclipse.qvtd-features:org.eclipse.qvtd.master >----------
[INFO] Building org.eclipse.qvtd.master 0.32.0-SNAPSHOT                 [44/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.master:0.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.master-feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.master ---
[INFO] Deleting /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.master-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.master ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.master ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.master-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.qvtd.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.master ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.master-feature/target/org.eclipse.qvtd.master-0.32.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT           [45/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.tests-folder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.tests-folder ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.tests-folder ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ 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.32.0-SNAPSHOT    [46/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtbase.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/org.eclipse.qvtd.xtext.qvtbase.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.xtext.qvtbase.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtbase.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/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: 8.271 s -- in org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests
org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests.testQVTruntimeLibrary_AS <tycho> -- Time elapsed: 4.284 s
org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests.testQVTruntimeLibrary <tycho> -- Time elapsed: 2.103 s
org.eclipse.qvtd.xtext.qvtbase.tests.QVTruntimeLibraryTests.testQVTbase_AS <tycho> -- Time elapsed: 1.185 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --< org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtimperative.tests >--
[INFO] Building org.eclipse.qvtd.xtext.qvtimperative.tests 0.32.0-SNAPSHOT [47/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtimperative.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] Compiling 249 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[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: 35.11 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/org.eclipse.qvtd.xtext.qvtimperative.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.xtext.qvtimperative.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/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: 47.37 s -- in org.eclipse.qvtd.xtext.qvtimperative.tests.AllQVTimperativeTests
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiEditorTests.testLoad_Classescs2Classes_qvti <tycho> -- Time elapsed: 5.739 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiEditorTests.testLoad_HSV2HSL_qvti <tycho> -- Time elapsed: 0.520 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_Tree2TallTreeIncremental <tycho> -- Time elapsed: 0.722 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_Graph2GraphHierarchical <tycho> -- Time elapsed: 0.470 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_HSV2HSL <tycho> -- Time elapsed: 0.394 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_Graph2GraphHierarchicalLoad <tycho> -- Time elapsed: 0.249 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_Graph2GraphMinimal <tycho> -- Time elapsed: 0.341 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_Tree2TallTreeLazy <tycho> -- Time elapsed: 0.388 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_ClassesCS2AS_bug457239b <tycho> -- Time elapsed: 0.507 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_SimpleUML2RDBMS <tycho> -- Time elapsed: 0.758 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_ClassesCS2AS_bug456900 <tycho> -- Time elapsed: 0.310 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_ClassesCS2AS_bug457239 <tycho> -- Time elapsed: 0.393 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiInterpreterTests.testQVTiInterpreter_ManualUML2RDBMS <tycho> -- Time elapsed: 0.694 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_ClassesCS2AS_bug459225_CG <tycho> -- Time elapsed: 6.044 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_ManualUML2RDBMS_CG <tycho> -- Time elapsed: 5.188 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_HSV2HLS_CG <tycho> -- Time elapsed: 2.223 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_Tree2TallTree_Copied_CG <tycho> -- Time elapsed: 2.194 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_SimpleUML2RDBMS_CG <tycho> -- Time elapsed: 3.351 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_Tree2TallTree_Deleted_CG <tycho> -- Time elapsed: 1.650 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_ClassesCS2AS_CG <tycho> -- Time elapsed: 1.609 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_Tree2TallTree_Changed_CG <tycho> -- Time elapsed: 1.322 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiCompilerTests.testQVTiCompiler_Tree2TallTree_CG <tycho> -- Time elapsed: 1.194 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_Dependencies <tycho> -- Time elapsed: 0.471 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_Expressions <tycho> -- Time elapsed: 0.596 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_Graph2GraphMinimal <tycho> -- Time elapsed: 0.510 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_HSV2HSL_qvti <tycho> -- Time elapsed: 0.496 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_SimpleUML2RDBMS_qvti <tycho> -- Time elapsed: 1.121 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_Tree2TallTree_qvti <tycho> -- Time elapsed: 0.479 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_KiamaRewrite_qvti <tycho> -- Time elapsed: 0.504 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_Constructors <tycho> -- Time elapsed: 0.378 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_ManualUML2RDBMS_qvti <tycho> -- Time elapsed: 0.932 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_HSV2HSLas_qvtias <tycho> -- Time elapsed: 0.308 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiSerializeTests.testQVTiSerialize_Graph2GraphHierarchical <tycho> -- Time elapsed: 0.534 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiDebuggerTests.testDebugger_Run_HSV2HSL <tycho> -- Time elapsed: 1.357 s
org.eclipse.qvtd.xtext.qvtimperative.tests.QVTiDebuggerTests.testDebugger_Debug_HSV2HSL <tycho> -- Time elapsed: 2.688 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] ----< org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtcore.tests >-----
[INFO] Building org.eclipse.qvtd.xtext.qvtcore.tests 0.32.0-SNAPSHOT    [48/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtcore.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] Compiling 199 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.xtext.qvtcore.tests.AllQVTcoreTests
-----Starting QVTcCompilerTests.testQVTcCompiler_Forward2Reverse_CG <maven>-----
assertRegionCount suppressed
-----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_CG <maven>-----
source resource for CollectionLiteralExp@354905349::type : OrderedSetType@410807331
source resource for IteratorExp@939787451::type : BagType@1732193881
source resource for CollectionLiteralExp@1861576254::type : OrderedSetType@2138220243
source resource for CollectionLiteralExp@1020946833::type : SetType@1967651051
source resource for OperationCallExp@1417543742::type : SetType@1967651051
source resource for PropertyCallExp@1432337439::type : SetType@1967651051
source resource for PropertyCallExp@1086143217::type : SetType@1030890959
source resource for PropertyCallExp@174277489::type : OrderedSetType@1691321376
-----Starting QVTcCompilerTests.testQVTcCompiler_HSVToHSL_CG <maven>-----
assertRegionCount suppressed
-----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_example_CG <maven>-----
assertRegionCount suppressed
-----Starting QVTcCompilerTests.testQVTcCompiler_Families2Persons_CG <maven>-----
assertRegionCount suppressed
-----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS <maven>-----
source resource for CollectionLiteralExp@910328794::type : OrderedSetType@825878333
source resource for PropertyCallExp@733716220::type : OrderedSetType@743133801
source resource for CollectionLiteralExp@1045735738::type : OrderedSetType@1731356183
source resource for IteratorExp@91631878::type : BagType@1803033908
source resource for CollectionLiteralExp@1413197194::type : SetType@1307229013
source resource for OperationCallExp@493016285::type : SetType@1307229013
source resource for PropertyCallExp@372043486::type : SetType@1307229013
source resource for PropertyCallExp@212343449::type : SetType@1377428680
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.75 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/org.eclipse.qvtd.xtext.qvtcore.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.xtext.qvtcore.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtcore.tests/target/surefire.properties]
Running org.eclipse.qvtd.xtext.qvtcore.tests.AllQVTcoreTests
-----Starting QVTcCompilerTests.testQVTcCompiler_Forward2Reverse_CG <tycho>-----
assertRegionCount suppressed
-----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_CG <tycho>-----
source resource for CollectionLiteralExp@1424335877::type : OrderedSetType@666533311
source resource for PropertyCallExp@370351674::type : SetType@1548139806
source resource for PropertyCallExp@1183685971::type : OrderedSetType@264579920
source resource for CollectionLiteralExp@316264040::type : SetType@1774670174
source resource for OperationCallExp@578919279::type : SetType@1774670174
source resource for PropertyCallExp@1212176612::type : SetType@1774670174
source resource for CollectionLiteralExp@113428726::type : OrderedSetType@1805239604
source resource for IteratorExp@160690521::type : BagType@823156157
-----Starting QVTcCompilerTests.testQVTcCompiler_HSVToHSL_CG <tycho>-----
assertRegionCount suppressed
-----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_example_CG <tycho>-----
assertRegionCount suppressed
-----Starting QVTcCompilerTests.testQVTcCompiler_Families2Persons_CG <tycho>-----
assertRegionCount suppressed
-----Starting QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS <tycho>-----
source resource for PropertyCallExp@1349206190::type : OrderedSetType@836283328
source resource for PropertyCallExp@1952234819::type : SetType@223962382
source resource for CollectionLiteralExp@444634529::type : OrderedSetType@1562795941
source resource for CollectionLiteralExp@211421047::type : SetType@33295426
source resource for OperationCallExp@807690256::type : SetType@33295426
source resource for PropertyCallExp@937600511::type : SetType@33295426
source resource for IteratorExp@1305039036::type : BagType@185369050
source resource for CollectionLiteralExp@1608569103::type : OrderedSetType@1507556134
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.87 s -- in org.eclipse.qvtd.xtext.qvtcore.tests.AllQVTcoreTests
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_HSV2HSL_qvtias <tycho> -- Time elapsed: 5.882 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_HSV2HSL_qvtsas <tycho> -- Time elapsed: 0.654 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_mini_qvtc <tycho> -- Time elapsed: 0.395 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_uml2rdbms_qvtc <tycho> -- Time elapsed: 0.684 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_Class2RDBMS_qvtc <tycho> -- Time elapsed: 0.626 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_uml2rdbms_qvti_qvtc <tycho> -- Time elapsed: 0.630 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_expressions_qvtc <tycho> -- Time elapsed: 0.306 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_HSV2HLS2_qvtc <tycho> -- Time elapsed: 0.453 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_uml2rdbms_qvtu_qvtc <tycho> -- Time elapsed: 0.438 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcLoadTests.testQVTcLoad_HSV2HLS_qvtc <tycho> -- Time elapsed: 0.457 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcDomainUsageTests.testQVTcDomainUsage_uml2rdbms_qvtu <tycho> -- Time elapsed: 0.575 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests.testQVTcSerialize_platformResource_BaseCS2AS <tycho> -- Time elapsed: 2.486 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests.testQVTcSerialize_Class2RDBMS <tycho> -- Time elapsed: 0.810 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcSerializeTests.testQVTcSerialize_HSV2HSL <tycho> -- Time elapsed: 0.682 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_Forward2Reverse_CG <tycho> -- Time elapsed: 5.844 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_Upper2Lower <tycho> -- Time elapsed: 1.723 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_CG <tycho> -- Time elapsed: 5.281 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_HSVToHSL_CG <tycho> -- Time elapsed: 3.032 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS_example_CG <tycho> -- Time elapsed: 3.760 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_Upper2Lower_CG <tycho> -- Time elapsed: 0.854 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_Families2Persons_CG <tycho> -- Time elapsed: 10.37 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_Families2Persons <tycho> -- Time elapsed: 1.098 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_Forward2Reverse <tycho> -- Time elapsed: 1.185 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_SimpleUML2RDBMS <tycho> -- Time elapsed: 1.785 s
org.eclipse.qvtd.xtext.qvtcore.tests.QVTcCompilerTests.testQVTcCompiler_HSVToHSL <tycho> -- Time elapsed: 1.215 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --< org.eclipse.qvtd-tests:org.eclipse.qvtd.xtext.qvtrelation.tests >---
[INFO] Building org.eclipse.qvtd.xtext.qvtrelation.tests 0.32.0-SNAPSHOT [49/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.xtext.qvtrelation.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests
-----Starting QVTrCompilerTests.testQVTrCompiler_Iterated2Iterated_CG <maven>-----
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 <maven>-----
assertRegionCount suppressed
-----Starting QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG <maven>-----
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 <maven>-----
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@64877e25 (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 <maven>-----
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 <maven>-----
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 <maven>-----
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 <maven>-----
assertRegionCount suppressed
-----Starting QVTrCompilerTests.testQVTrCompiler_Ecore2PivotRoot_CG <maven>-----
No EPackage to cleanup for 'http://www.eclipse.org/qvtd-example/org/eclipse/ocl/pivot2/ecore2pivotRoot/Ecore2PivotRoot'
-----Starting QVTrCompilerTests.testQVTrCompiler_TinyIsomorph_CG <maven>-----
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: 87.18 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/org.eclipse.qvtd.xtext.qvtrelation.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.xtext.qvtrelation.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.xtext.qvtrelation.tests/target/surefire.properties]
Running org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests
-----Starting QVTrCompilerTests.testQVTrCompiler_Iterated2Iterated_CG <tycho>-----
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 <tycho>-----
assertRegionCount suppressed
-----Starting QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG <tycho>-----
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 <tycho>-----
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@4bca3e1b (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 <tycho>-----
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 <tycho>-----
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 <tycho>-----
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 <tycho>-----
assertRegionCount suppressed
-----Starting QVTrCompilerTests.testQVTrCompiler_Ecore2PivotRoot_CG <tycho>-----
No EPackage to cleanup for 'http://www.eclipse.org/qvtd-example/org/eclipse/ocl/pivot2/ecore2pivotRoot/Ecore2PivotRoot'
-----Starting QVTrCompilerTests.testQVTrCompiler_TinyIsomorph_CG <tycho>-----
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: 107.8 s -- in org.eclipse.qvtd.xtext.qvtrelation.tests.AllQVTrelationTests
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_UmlToRel_qvtr <tycho> -- Time elapsed: 5.588 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_SeqToStmc_CT_qvtr <tycho> -- Time elapsed: 0.599 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_Import_qvtr <tycho> -- Time elapsed: 0.432 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_MiToSiSimple_qvtr <tycho> -- Time elapsed: 0.497 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_Packages_qvtr <tycho> -- Time elapsed: 0.410 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_ClassModelToClassModel_qvtr <tycho> -- Time elapsed: 0.387 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_SeqToStm_qvtr <tycho> -- Time elapsed: 0.397 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_ATL2QVTr_qvtr <tycho> -- Time elapsed: 1.038 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_Keys_qvtr <tycho> -- Time elapsed: 0.410 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_HstmToStm_qvtr <tycho> -- Time elapsed: 0.385 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_RelToCore_qvtr <tycho> -- Time elapsed: 1.460 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_DNF_qvtr <tycho> -- Time elapsed: 0.417 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_SimplerRelToCore_qvtr <tycho> -- Time elapsed: 1.074 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_DNF_bbox_qvtr <tycho> -- Time elapsed: 0.393 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_AbstractToConcrete_qvtr <tycho> -- Time elapsed: 0.271 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrLoadTests.testQVTrLoad_UmlToRdbms_qvtr <tycho> -- Time elapsed: 0.352 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests.testQVTrDomainUsage_Keys <tycho> -- Time elapsed: 0.286 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests.testQVTrDomainUsage_Rel2Core <tycho> -- Time elapsed: 0.497 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDomainUsageTests.testQVTrDomainUsage_HierarchicalStateMachine2FlatStateMachine <tycho> -- Time elapsed: 0.304 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTr2QVTrTests.testQVTr2QVTrCopy_HierarchicalStateMachine2FlatStateMachine <tycho> -- Time elapsed: 0.290 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTr2QVTrTests.testQVTr2QVTrCopy_RelToCore <tycho> -- Time elapsed: 1.131 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_PetriNet2StateChart <tycho> -- Time elapsed: 0.599 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_MiToSiSimple <tycho> -- Time elapsed: 0.532 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_HierarchicalStateMachine2FlatStateMachine <tycho> -- Time elapsed: 0.505 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_Keys <tycho> -- Time elapsed: 0.390 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_Packages <tycho> -- Time elapsed: 0.463 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_ClassModelToClassModel <tycho> -- Time elapsed: 0.373 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_SeqToStm <tycho> -- Time elapsed: 0.440 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_Iterated2Iterated <tycho> -- Time elapsed: 0.378 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_Persons2Names2Families_qvtr <tycho> -- Time elapsed: 0.825 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_SimplerRelToCore <tycho> -- Time elapsed: 2.387 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrSerializeTests.testQVTrSerialize_RelToCore <tycho> -- Time elapsed: 1.137 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrFormatTests.testQVTrFormat_HierarchicalStateMachine2FlatStateMachine <tycho> -- Time elapsed: 0.484 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine <tycho> -- Time elapsed: 4.659 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Ecore2Pivot <tycho> -- Time elapsed: 0.093 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Iterated2Iterated_CG <tycho> -- Time elapsed: 5.327 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Families2Persons_CG <tycho> -- Time elapsed: 3.618 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Forward2Reverse_CG <tycho> -- Time elapsed: 2.297 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Ecore2PivotRoot <tycho> -- Time elapsed: 0.830 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_iCG <tycho> -- Time elapsed: 3.053 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_ATL2QVTr_CG_exec <tycho> -- Time elapsed: 0.031 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG <tycho> -- Time elapsed: 2.353 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_SeqToStm_iCG <tycho> -- Time elapsed: 3.067 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_ATL2QVTr_CG <tycho> -- Time elapsed: 26.68 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_SeqToStm_CG <tycho> -- Time elapsed: 2.277 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_ATL2QVTr_reverse_CG <tycho> -- Time elapsed: 0.028 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Persons2Names2Families_CG <tycho> -- Time elapsed: 6.134 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Forward2Reverse <tycho> -- Time elapsed: 0.861 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_MiToSiSimpleWithKeys_CG <tycho> -- Time elapsed: 2.530 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Ecore2Pivot_CG <tycho> -- Time elapsed: 0.033 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Persons2Names2Families <tycho> -- Time elapsed: 2.314 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_HierarchicalStateMachine2FlatStateMachine_CG <tycho> -- Time elapsed: 2.095 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_SeqToStm <tycho> -- Time elapsed: 0.843 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_Ecore2PivotRoot_CG <tycho> -- Time elapsed: 1.202 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_TinyIsomorph_CG <tycho> -- Time elapsed: 1.291 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrCompilerTests.testQVTrCompiler_MiToSiSimple_CG <tycho> -- Time elapsed: 1.955 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrBuilderTests.testBuilder_HierarchicalStateMachine2FlatStateMachine <tycho> -- Time elapsed: 0.235 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests.testDebugger_Run_MissingForward2Reverse <tycho> -- Time elapsed: 1.461 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests.testDebugger_Run_hstm2fstm <tycho> -- Time elapsed: 1.575 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests.testDebugger_Run_BadForward2Reverse <tycho> -- Time elapsed: 1.354 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests.testDebugger_Run_Forward2Reverse <tycho> -- Time elapsed: 1.327 s
org.eclipse.qvtd.xtext.qvtrelation.tests.QVTrDebuggerTests.testDebugger_Run_hstm2fstm_CG <tycho> -- Time elapsed: 2.449 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.cs2as.compiler >----------
[INFO] Building org.eclipse.qvtd.cs2as.compiler 0.32.0-SNAPSHOT         [50/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.cs2as.compiler/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] Resolving class path of org.eclipse.qvtd.cs2as.compiler
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.cs2as.compiler/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.cs2as.compiler/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.cs2as.compiler/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.cs2as.compiler/target/org.eclipse.qvtd.cs2as.compiler-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.cs2as.compiler ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT   [51/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.cs2as.compiler.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] Compiling 325 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases
-----Starting OCL2QVTiTestCases.testOCL2QVTi_BaseAndDerived_CG <maven>-----
assertRegionCount suppressed
-----Starting OCL2QVTiTestCases.testOCL2QVTi_KiamaRewrite_CG <maven>-----
assertRegionCount suppressed
-----Starting OCL2QVTiTestCases.testOCL2QVTi_SimpleClasses_CG <maven>-----
assertRegionCount suppressed
-----Starting OCL2QVTiTestCases.testOCL2QVTi_SimplerKiama_CG <maven>-----
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'
287  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 <maven>-----
assertRegionCount suppressed
-----Starting OCL2QVTiTestCases.testOCL2QVTi_StructuredClasses_CG <maven>-----
assertRegionCount suppressed
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.86 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/org.eclipse.qvtd.cs2as.compiler.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.cs2as.compiler.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.cs2as.compiler.tests/target/surefire.properties]
Running org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases
-----Starting OCL2QVTiTestCases.testOCL2QVTi_BaseAndDerived_CG <tycho>-----
assertRegionCount suppressed
-----Starting OCL2QVTiTestCases.testOCL2QVTi_KiamaRewrite_CG <tycho>-----
assertRegionCount suppressed
-----Starting OCL2QVTiTestCases.testOCL2QVTi_SimpleClasses_CG <tycho>-----
assertRegionCount suppressed
-----Starting OCL2QVTiTestCases.testOCL2QVTi_SimplerKiama_CG <tycho>-----
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'
438  [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 <tycho>-----
assertRegionCount suppressed
-----Starting OCL2QVTiTestCases.testOCL2QVTi_StructuredClasses_CG <tycho>-----
assertRegionCount suppressed
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.97 s -- in org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_BaseAndDerived_CG <tycho> -- Time elapsed: 16.50 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_BaseAndDerived_Interpreted <tycho> -- Time elapsed: 2.819 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_KiamaRewrite_CG <tycho> -- Time elapsed: 1.887 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_KiamaRewrite_Interpreted <tycho> -- Time elapsed: 1.271 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_SimpleClasses_CG <tycho> -- Time elapsed: 8.810 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_SimpleClasses_Interpreted <tycho> -- Time elapsed: 1.692 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_SimpleClasses_OCL2QVTm_MiddleFolded <tycho> -- Time elapsed: 0.874 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_SimplerKiama_CG <tycho> -- Time elapsed: 1.859 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_SimplerKiama_Interpreted <tycho> -- Time elapsed: 1.002 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_Source2Target_CG <tycho> -- Time elapsed: 3.726 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_Source2Target_Interpreted <tycho> -- Time elapsed: 2.196 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_Source2Target_OCL2QVTm <tycho> -- Time elapsed: 1.002 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_StructuredClasses_CG <tycho> -- Time elapsed: 4.379 s
org.eclipse.qvtd.cs2as.compiler.tests.OCL2QVTiTestCases.testOCL2QVTi_StructuredClasses_Interpreted <tycho> -- Time elapsed: 3.273 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] ---------< org.eclipse.qvtd-tests:org.eclipse.qvtd.atl.tests >----------
[INFO] Building org.eclipse.qvtd.atl.tests 0.32.0-SNAPSHOT              [52/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.atl.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.atl.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.atl.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.atl.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.atl.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.atl.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.atl.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[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.676 s -- in org.eclipse.qvtd.atl.tests.AllATLTests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.atl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.atl.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/target/org.eclipse.qvtd.atl.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.atl.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.atl.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.atl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/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.271 s -- in org.eclipse.qvtd.atl.tests.AllATLTests
org.eclipse.qvtd.atl.tests.ATLExampleTests.testATL2QVTr_Families2Persons_CG <tycho> -- Time elapsed: 0.641 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] ---------< org.eclipse.qvtd-tests:org.eclipse.qvtd.umlx.tests >---------
[INFO] Building org.eclipse.qvtd.umlx.tests 0.32.0-SNAPSHOT             [53/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.umlx.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.umlx.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.umlx.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.umlx.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.umlx.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.umlx.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.umlx.tests.AllUMLXTests
-----Starting UMLXCompilerTests.testUMLXCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG <maven>-----
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 <maven>-----
assertRegionCount suppressed
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.31 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/target/org.eclipse.qvtd.umlx.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.umlx.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.umlx.tests/target/surefire.properties]
Running org.eclipse.qvtd.umlx.tests.AllUMLXTests
-----Starting UMLXCompilerTests.testUMLXCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG <tycho>-----
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 <tycho>-----
assertRegionCount suppressed
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.04 s -- in org.eclipse.qvtd.umlx.tests.AllUMLXTests
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXRoundtrip_HierarchicalStateMachine2FlatStateMachine_qvtr <tycho> -- Time elapsed: 6.223 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXLoad_RelToCore_qvtr <tycho> -- Time elapsed: 2.371 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXRoundtrip_PN2SC_qvtr <tycho> -- Time elapsed: 0.535 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXRoundtrip_Forward2Reverse_qvtr <tycho> -- Time elapsed: 0.493 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXLoad_Forward2Reverse_qvtr <tycho> -- Time elapsed: 0.468 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXLoad_Keys_qvtr <tycho> -- Time elapsed: 0.468 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXRoundtrip_Iterated2Iterated_qvtr <tycho> -- Time elapsed: 0.484 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXRoundtrip_SimplerRelToCore_qvtr <tycho> -- Time elapsed: 4.587 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXRoundtrip_SeqToStm_qvtr <tycho> -- Time elapsed: 0.552 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXRoundtrip_MiToSiSimple_qvtr <tycho> -- Time elapsed: 0.552 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXLoad_SimplerRelToCore_qvtr <tycho> -- Time elapsed: 1.245 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXLoad_SeqToStm_qvtr <tycho> -- Time elapsed: 0.361 s
org.eclipse.qvtd.umlx.tests.UMLXSerializeTests.testUMLXRoundtrip_Keys_qvtr <tycho> -- Time elapsed: 0.388 s
org.eclipse.qvtd.umlx.tests.UMLXCompilerTests.testUMLXCompiler_HierarchicalStateMachine2FlatStateMachine_example_CG <tycho> -- Time elapsed: 10.67 s
org.eclipse.qvtd.umlx.tests.UMLXCompilerTests.testUMLXCompiler_Forward2Reverse_CG <tycho> -- Time elapsed: 2.998 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] ----< org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.bigmde2016.tests >----
[INFO] Building org.eclipse.qvtd.doc.bigmde2016.tests 0.32.0-SNAPSHOT   [54/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.doc.bigmde2016.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests
testQVTcCompiler_Families2Persons_CG_10K <maven>
    10000,  0.628177
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.169 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/org.eclipse.qvtd.doc.bigmde2016.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.doc.bigmde2016.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.bigmde2016.tests/target/surefire.properties]
Running org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests
testQVTcCompiler_Families2Persons_CG_10K <tycho>
    10000,  0.613705
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.292 s -- in org.eclipse.qvtd.doc.bigmde2016.tests.AllbigMDE2016Tests
org.eclipse.qvtd.doc.bigmde2016.tests.qvtc.BigMDE2016_QVTc_AutomatedTests.testQVTcCompiler_Families2Persons_CG_10K <tycho> -- Time elapsed: 1.591 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] -----< org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.exe2016.tests >------
[INFO] Building org.eclipse.qvtd.doc.exe2016.tests 0.32.0-SNAPSHOT      [55/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.doc.exe2016.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.doc.exe2016.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests
testQVTcCompiler_Forward2Reverse_CG_10K <maven>
    10000,  0.351828
testQVTrCompiler_Forward2Reverse_CG_10K <maven>
    10000,  0.965779
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.560 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/target/org.eclipse.qvtd.doc.exe2016.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.doc.exe2016.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.exe2016.tests/target/surefire.properties]
Running org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests
testQVTcCompiler_Forward2Reverse_CG_10K <tycho>
    10000,  0.770620
testQVTrCompiler_Forward2Reverse_CG_10K <tycho>
    10000,  0.631522
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.923 s -- in org.eclipse.qvtd.doc.exe2016.tests.Allexe2016Tests
org.eclipse.qvtd.doc.exe2016.tests.qvtc.EXE2016_QVTc_AutomatedTests.testQVTcCompiler_Forward2Reverse_CG_10K <tycho> -- Time elapsed: 1.794 s
org.eclipse.qvtd.doc.exe2016.tests.qvtr.EXE2016_QVTr_AutomatedTests.testQVTrCompiler_Forward2Reverse_CG_10K <tycho> -- Time elapsed: 1.436 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] --< org.eclipse.qvtd-tests:org.eclipse.qvtd.doc.minioclcs.xtext.tests >--
[INFO] Building org.eclipse.qvtd.doc.minioclcs.xtext.tests 0.32.0-SNAPSHOT [56/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6: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] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5: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] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest
-----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_Invariant <maven>-----
Re-assignment of "minioclcs::NameExpCS@595ec862".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@3fe8ad3f"
-----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_PackagesDef <maven>-----
Re-assignment of "minioclcs::NameExpCS@751bb780".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@25e796fe"
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.086 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/org.eclipse.qvtd.doc.minioclcs.xtext.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.doc.minioclcs.xtext.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_UI_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.doc.minioclcs.xtext.tests/target/surefire.properties]
Running org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest
-----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_Invariant <tycho>-----
Re-assignment of "minioclcs::NameExpCS@732d2b59".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@23216e17"
-----Starting MiniOCLCSParsingTest.testSimpleMiniOCL_PackagesDef <tycho>-----
Re-assignment of "minioclcs::NameExpCS@cbbc0ac".CSTrace::ast with "org.eclipse.qvtd.doc.miniocl.impl.PropertyCallExpImpl@24763d10"
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.145 s -- in org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest
org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest.testSimpleMiniOCL_Invariant <tycho> -- Time elapsed: 4.118 s
org.eclipse.qvtd.doc.minioclcs.xtext.tests.MiniOCLCSParsingTest.testSimpleMiniOCL_PackagesDef <tycho> -- Time elapsed: 0.351 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] -------< org.eclipse.qvtd-tests:org.eclipse.qvtd.compiler.tests >-------
[INFO] Building org.eclipse.qvtd.compiler.tests 0.32.0-SNAPSHOT         [57/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.compiler.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.compiler.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.compiler.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.compiler.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.compiler.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.compiler.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.compiler.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.compiler.tests.AllCompilerTests
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.654 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.compiler.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.compiler.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/target/org.eclipse.qvtd.compiler.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.compiler.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.compiler.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.compiler.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/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: 8.433 s -- in org.eclipse.qvtd.compiler.tests.AllCompilerTests
org.eclipse.qvtd.compiler.tests.AnalysisTests.testContainmentAnalysis_ContainmentProperty_Ecore <tycho> -- Time elapsed: 3.378 s
org.eclipse.qvtd.compiler.tests.AnalysisTests.testInheritanceAnalysis_SuperClass_Ecore <tycho> -- Time elapsed: 0.309 s
org.eclipse.qvtd.compiler.tests.AnalysisTests.testOperationDependencyAnalysis_Companies <tycho> -- Time elapsed: 2.894 s
org.eclipse.qvtd.compiler.tests.AnalysisTests.testInheritanceAnalysis_SubClass_Ecore <tycho> -- Time elapsed: 0.288 s
org.eclipse.qvtd.compiler.tests.AnalysisTests.testContainmentAnalysis_ContainerClass_Ecore <tycho> -- Time elapsed: 0.234 s
org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests.testRuntime_RedundantDoubleSimpleConnection <tycho> -- Time elapsed: 0.200 s
org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests.testRuntime_TripleSimpleConnection <tycho> -- Time elapsed: 0.165 s
org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests.testRuntime_DoubleSimpleConnection <tycho> -- Time elapsed: 0.171 s
org.eclipse.qvtd.compiler.tests.RuntimeConnectionTests.testRuntime_SingleSimpleConnection <tycho> -- Time elapsed: 0.174 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] ---------< org.eclipse.qvtd-tests:org.eclipse.qvtd.all.tests >----------
[INFO] Building org.eclipse.qvtd.all.tests 0.32.0-SNAPSHOT              [58/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.all.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.all.tests ---
[INFO] Resolving class path of org.eclipse.qvtd.all.tests
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.all.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.all.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.all.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/src/test/resources
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.qvtd.all.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest/bin/java]
[INFO] Using configured provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.qvtd.all.tests.GrammarTests
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.367 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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.all.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.qvtd.all.tests ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.all.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/target/org.eclipse.qvtd.all.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.all.tests ---
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.qvtd.all.tests ---
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -DtestNameSuffix=tycho, -Declipse.e4.inject.javax.disabled=true, -ea, -Dosgi.clean=true, -DTYCHO_TEST=true, -jar, /home/jenkins/agent/workspace/qvtd-branch-tests/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/target/work/data, -install, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/target/work, -configuration, /home/jenkins/agent/workspace/qvtd-branch-tests/tests/org.eclipse.qvtd.all.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/qvtd-branch-tests/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.213 s -- in org.eclipse.qvtd.all.tests.GrammarTests
org.eclipse.qvtd.all.tests.GrammarTests.testGrammar_QVTimperative <tycho> -- Time elapsed: 1.045 s
org.eclipse.qvtd.all.tests.GrammarTests.testGrammar_QVTrelation <tycho> -- Time elapsed: 0.218 s
org.eclipse.qvtd.all.tests.GrammarTests.testGrammar_QVTbase <tycho> -- Time elapsed: 0.106 s
org.eclipse.qvtd.all.tests.GrammarTests.testGrammar_QVTcore <tycho> -- Time elapsed: 0.125 s

Results:

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

[INFO] All tests passed
[INFO] 
[INFO] ----------< org.eclipse.qvtd-features:org.eclipse.qvtd.tests >----------
[INFO] Building org.eclipse.qvtd.tests 0.32.0-SNAPSHOT                  [59/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.tests:0.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.tests-feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.tests-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.tests ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.tests-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.qvtd.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.tests-feature/target/org.eclipse.qvtd.tests-0.32.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.tests ---
[INFO] 
[INFO] -----------< org.eclipse.qvtd:org.eclipse.qvtd.umlx.design >------------
[INFO] Building org.eclipse.qvtd.umlx.design 0.32.0-SNAPSHOT            [60/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.design/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.umlx.design ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.umlx.design ---
[INFO] Resolving class path of org.eclipse.qvtd.umlx.design
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.umlx.design ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.design/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.umlx.design ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.design/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.umlx.design ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.design/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.qvtd.umlx.design ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.umlx.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.umlx.design/target/org.eclipse.qvtd.umlx.design-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.umlx.design ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-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.32.0-SNAPSHOT             [61/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml.design/.polyglot.build.properties
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.qvtd.xml.design ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.qvtd.xml.design ---
[INFO] Resolving class path of org.eclipse.qvtd.xml.design
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.xml.design ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml.design/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.qvtd.xml.design ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml.design/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.qvtd.xml.design ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml.design/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.xml.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.32.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.qvtd.xml.design ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/plugins/org.eclipse.qvtd.xml.design/target/org.eclipse.qvtd.xml.design-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.xml.design ---
[INFO] 
[INFO] ----------< org.eclipse.qvtd-features:org.eclipse.qvtd.umlx >-----------
[INFO] Building org.eclipse.qvtd.umlx 0.32.0-SNAPSHOT                   [62/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd-features:org.eclipse.qvtd.umlx:0.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.umlx-feature/.polyglot.build.properties
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.umlx ---
[INFO] Deleting /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.umlx-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.umlx ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.umlx ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.umlx-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.qvtd.umlx ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.32.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.umlx ---
[INFO] Building jar: /home/jenkins/agent/workspace/qvtd-branch-tests/features/org.eclipse.qvtd.umlx-feature/target/org.eclipse.qvtd.umlx-0.32.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.umlx ---
[INFO] 
[INFO] ----------< org.eclipse.qvtd:org.eclipse.qvtd.releng-folder >-----------
[INFO] Building org.eclipse.qvtd.releng-folder 0.32.0-SNAPSHOT          [63/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.releng-folder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.releng-folder ---
[INFO] 
[INFO] --- toolchains:3.1.0: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:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.releng-folder ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ 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.32.0-SNAPSHOT      [64/64]
[INFO]   from /home/jenkins/agent/workspace/qvtd-branch-tests/releng/org.eclipse.qvtd.releng.build-site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.qvtd:org.eclipse.qvtd.releng.build-site:0.32.0-SNAPSHOT @ /home/jenkins/agent/workspace/qvtd-branch-tests/releng/org.eclipse.qvtd.releng.build-site/pom.xml
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.qvtd.releng.build-site ---
[INFO] The project's OSGi version is 0.32.0.v20240311-2049
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- toolchains:3.1.0: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] --- clean:3.3.2:clean (default-clean-1) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.qvtd.releng.build-site ---
[INFO] Copying 2 resources from  to target
[INFO] Copying 4 resources from  to target
[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:4.0.6: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 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ org.eclipse.qvtd.releng.build-site ---
[INFO] Building zip: /home/jenkins/agent/workspace/qvtd-branch-tests/releng/org.eclipse.qvtd.releng.build-site/target/org.eclipse.qvtd-0.32.0.N202403112049.zip
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.qvtd.releng.build-site ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default) @ org.eclipse.qvtd.releng.build-site ---
[INFO] Copying 2 resources from  to target
[INFO] Copying 4 resources from  to target
[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.32.0-SNAPSHOT ...... SUCCESS [  0.270 s]
[INFO] org.eclipse.qvtd.doc-folder 0.32.0-SNAPSHOT ........ SUCCESS [  0.004 s]
[INFO] org.eclipse.qvtd.doc 0.32.0-SNAPSHOT ............... SUCCESS [ 37.422 s]
[INFO] org.eclipse.qvtd.doc.miniocl 0.32.0-SNAPSHOT ....... SUCCESS [  6.110 s]
[INFO] org.eclipse.qvtd.plugins-folder 0.32.0-SNAPSHOT .... SUCCESS [  0.007 s]
[INFO] org.eclipse.qvtd.runtime 0.32.0-SNAPSHOT ........... SUCCESS [  1.471 s]
[INFO] org.eclipse.qvtd.doc.minioclcs.xtext 0.32.0-SNAPSHOT SUCCESS [  4.506 s]
[INFO] org.eclipse.qvtd.examples-folder 0.32.0-SNAPSHOT ... SUCCESS [  0.006 s]
[INFO] org.eclipse.qvtd.examples 0.32.0-SNAPSHOT .......... SUCCESS [  6.080 s]
[INFO] org.eclipse.qvtd.examples.qvtcore.uml2rdbms 0.32.0-SNAPSHOT SUCCESS [  0.687 s]
[INFO] org.eclipse.qvtd.examples.qvtrelation.hstm2fstm 0.32.0-SNAPSHOT SUCCESS [  0.261 s]
[INFO] org.eclipse.qvtd.examples.qvtrelation.modelmorf 0.32.0-SNAPSHOT SUCCESS [  0.460 s]
[INFO] org.eclipse.qvtd.examples.qvtrelation.reltocore 0.32.0-SNAPSHOT SUCCESS [  0.304 s]
[INFO] org.eclipse.qvtd.examples.umlx.hstm2fstm 0.32.0-SNAPSHOT SUCCESS [  0.465 s]
[INFO] org.eclipse.qvtd.features-folder 0.32.0-SNAPSHOT ... SUCCESS [  0.005 s]
[INFO] org.eclipse.qvtd.pivot.qvtbase 0.32.0-SNAPSHOT ..... SUCCESS [  1.531 s]
[INFO] org.eclipse.qvtd.pivot.qvttemplate 0.32.0-SNAPSHOT . SUCCESS [  0.734 s]
[INFO] org.eclipse.qvtd.pivot.qvtrelation 0.32.0-SNAPSHOT . SUCCESS [  0.968 s]
[INFO] org.eclipse.qvtd.atl 0.32.0-SNAPSHOT ............... SUCCESS [  1.690 s]
[INFO] org.eclipse.qvtd.atl 0.32.0-SNAPSHOT ............... SUCCESS [  0.275 s]
[INFO] org.eclipse.qvtd.doc 0.32.0-SNAPSHOT ............... SUCCESS [  0.114 s]
[INFO] org.eclipse.qvtd.examples 0.32.0-SNAPSHOT .......... SUCCESS [  0.194 s]
[INFO] org.eclipse.qvtd.pivot.qvtschedule 0.32.0-SNAPSHOT . SUCCESS [  1.897 s]
[INFO] org.eclipse.qvtd.pivot.qvtimperative 0.32.0-SNAPSHOT SUCCESS [  1.519 s]
[INFO] org.eclipse.qvtd.pivot.qvtcore 0.32.0-SNAPSHOT ..... SUCCESS [  0.926 s]
[INFO] org.eclipse.qvtd.xtext.qvtbase 0.32.0-SNAPSHOT ..... SUCCESS [  6.762 s]
[INFO] org.eclipse.qvtd.xtext.qvtimperative 0.32.0-SNAPSHOT SUCCESS [  2.347 s]
[INFO] org.eclipse.qvtd.codegen 0.32.0-SNAPSHOT ........... SUCCESS [  1.254 s]
[INFO] org.eclipse.qvtd.compiler 0.32.0-SNAPSHOT .......... SUCCESS [  2.920 s]
[INFO] org.eclipse.qvtd.xtext.qvtrelation 0.32.0-SNAPSHOT . SUCCESS [  2.543 s]
[INFO] org.eclipse.qvtd.umlx 0.32.0-SNAPSHOT .............. SUCCESS [  1.882 s]
[INFO] org.eclipse.qvtd.xtext.qvtcore 0.32.0-SNAPSHOT ..... SUCCESS [  2.267 s]
[INFO] org.eclipse.qvtd.debug 0.32.0-SNAPSHOT ............. SUCCESS [  2.021 s]
[INFO] org.eclipse.qvtd.xtext.qvtbase.ui 0.32.0-SNAPSHOT .. SUCCESS [  3.768 s]
[INFO] org.eclipse.qvtd.xtext.qvtimperative.ui 0.32.0-SNAPSHOT SUCCESS [  2.105 s]
[INFO] org.eclipse.qvtd.debug.ui 0.32.0-SNAPSHOT .......... SUCCESS [  1.413 s]
[INFO] org.eclipse.qvtd.text 0.32.0-SNAPSHOT .............. SUCCESS [  0.425 s]
[INFO] org.eclipse.qvtd.master 0.15.0-SNAPSHOT ............ SUCCESS [  0.110 s]
[INFO] org.eclipse.qvt 0.32.0-SNAPSHOT .................... SUCCESS [  0.626 s]
[INFO] org.eclipse.qvtd.xtext.qvtcore.ui 0.32.0-SNAPSHOT .. SUCCESS [  2.152 s]
[INFO] org.eclipse.qvtd.xml 0.32.0-SNAPSHOT ............... SUCCESS [  0.486 s]
[INFO] org.eclipse.qvtd.umlx.ui 0.32.0-SNAPSHOT ........... SUCCESS [  1.795 s]
[INFO] org.eclipse.qvtd.xtext.qvtrelation.ui 0.32.0-SNAPSHOT SUCCESS [  2.194 s]
[INFO] org.eclipse.qvtd.master 0.32.0-SNAPSHOT ............ SUCCESS [  0.638 s]
[INFO] org.eclipse.qvtd.tests-folder 0.32.0-SNAPSHOT ...... SUCCESS [  0.003 s]
[INFO] org.eclipse.qvtd.xtext.qvtbase.tests 0.32.0-SNAPSHOT SUCCESS [ 18.773 s]
[INFO] org.eclipse.qvtd.xtext.qvtimperative.tests 0.32.0-SNAPSHOT SUCCESS [01:33 min]
[INFO] org.eclipse.qvtd.xtext.qvtcore.tests 0.32.0-SNAPSHOT SUCCESS [01:45 min]
[INFO] org.eclipse.qvtd.xtext.qvtrelation.tests 0.32.0-SNAPSHOT SUCCESS [03:25 min]
[INFO] org.eclipse.qvtd.cs2as.compiler 0.32.0-SNAPSHOT .... SUCCESS [  1.611 s]
[INFO] org.eclipse.qvtd.cs2as.compiler.tests 0.32.0-SNAPSHOT SUCCESS [01:45 min]
[INFO] org.eclipse.qvtd.atl.tests 0.32.0-SNAPSHOT ......... SUCCESS [ 12.542 s]
[INFO] org.eclipse.qvtd.umlx.tests 0.32.0-SNAPSHOT ........ SUCCESS [01:10 min]
[INFO] org.eclipse.qvtd.doc.bigmde2016.tests 0.32.0-SNAPSHOT SUCCESS [ 15.151 s]
[INFO] org.eclipse.qvtd.doc.exe2016.tests 0.32.0-SNAPSHOT . SUCCESS [ 17.183 s]
[INFO] org.eclipse.qvtd.doc.minioclcs.xtext.tests 0.32.0-SNAPSHOT SUCCESS [ 18.366 s]
[INFO] org.eclipse.qvtd.compiler.tests 0.32.0-SNAPSHOT .... SUCCESS [ 26.309 s]
[INFO] org.eclipse.qvtd.all.tests 0.32.0-SNAPSHOT ......... SUCCESS [ 16.013 s]
[INFO] org.eclipse.qvtd.tests 0.32.0-SNAPSHOT ............. SUCCESS [  0.583 s]
[INFO] org.eclipse.qvtd.umlx.design 0.32.0-SNAPSHOT ....... SUCCESS [  1.071 s]
[INFO] org.eclipse.qvtd.xml.design 0.32.0-SNAPSHOT ........ SUCCESS [  0.526 s]
[INFO] org.eclipse.qvtd.umlx 0.32.0-SNAPSHOT .............. SUCCESS [  0.286 s]
[INFO] org.eclipse.qvtd.releng-folder 0.32.0-SNAPSHOT ..... SUCCESS [  0.002 s]
[INFO] org.eclipse.qvtd.releng.build-site 0.32.0-SNAPSHOT . SUCCESS [  4.370 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13:50 min
[INFO] Finished at: 2024-03-11T21:03:31Z
[INFO] ------------------------------------------------------------------------
Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
	... 2 more
Terminating xvnc.
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS